Skip to content

tinta: Add version 2.4.5 - #18471

Merged
z-Fng merged 2 commits into
ScoopInstaller:masterfrom
oipoistar:tinta-245
Aug 8, 2026
Merged

tinta: Add version 2.4.5#18471
z-Fng merged 2 commits into
ScoopInstaller:masterfrom
oipoistar:tinta-245

Conversation

@oipoistar

@oipoistar oipoistar commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Resolves #18485

Adds Tinta — a fast, lightweight Markdown and Mermaid viewer for Windows. Native Direct2D rendering, single portable exe under 1 MB, statically linked CRT (no VCRedist dependency), MIT licensed.

Resubmission of #18253, which I closed myself because the project didn't yet meet the Extras notability bar. It does now: 101 stars, in winget since 2.0.1 (currently 2.4.5), and on the Microsoft Store. The manifest has been continuously maintained in a personal bucket since then with checkver/autoupdate running on every release.

  • Manifest validated and installed locally with scoop install
  • checkver and autoupdate verified working (auto-bumped 2.3.0 → 2.4.0 → 2.4.2 → 2.4.5 in the personal bucket)
  • Binary is self-contained; no dependencies, no persist needed (settings live in %APPDATA%)

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 0506f035-e57b-4641-942f-0fc775d07693

📥 Commits

Reviewing files that changed from the base of the PR and between b656e35 and b13180c.

📒 Files selected for processing (1)
  • bucket/tinta.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • bucket/tinta.json

📝 Walkthrough

Walkthrough

Adds a Scoop manifest for Tinta version 2.4.5. The manifest defines package metadata, the download URL, SHA-256 checksum, executable mapping, GitHub version checking, and a versioned autoupdate URL.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested labels: not-meet-criteria

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the manifest and the added version 2.4.5.
Description check ✅ Passed The description explains the package, links the required issue, and documents validation and maintenance details.
Linked Issues check ✅ Passed The manifest adds Tinta 2.4.5 with the requested release URL, metadata, 64-bit support, and working version automation.
Out of Scope Changes check ✅ Passed The changes are limited to the requested Tinta Scoop manifest and related package metadata.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot added the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Aug 6, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bucket/tinta.json`:
- Around line 1-3: Add a valid package-request issue number or URL to the PR
description, confirming the app has at least 100 GitHub stars, a stable release,
and English interface or documentation. Keep this reference out of the manifest
description field in the package metadata.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: ff1834b4-bdbf-4faa-a109-638d681d51fe

📥 Commits

Reviewing files that changed from the base of the PR and between 8644aca and b656e35.

📒 Files selected for processing (1)
  • bucket/tinta.json

Comment thread bucket/tinta.json Outdated
@z-Fng

z-Fng commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md

If you want to work on something that there is no GitHub issue for, including for submitting a new package, follow these steps:
Create a new GitHub issue associated with the relevant repository and propose your change there. Be sure to include implementation details and the rationale for the proposed change.

To add a new package to this bucket, please follow the standard way to create a package request issue first and link it to your PR.

@oipoistar oipoistar mentioned this pull request Aug 8, 2026
6 tasks
@oipoistar

Copy link
Copy Markdown
Contributor Author

Thanks for the pointer — filed the package request as #18485 and linked it in the PR description.

@z-Fng z-Fng removed the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Aug 8, 2026
Comment thread bucket/tinta.json Outdated
Comment on lines +6 to +7
"url": "https://github.com/oipoistar/tinta/releases/download/v2.4.5/tinta.exe",
"hash": "224f98895defae1f5f480c84d38580e16c1ce9eb5a0f9a2a2db057d2f0d06252",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"url": "https://github.com/oipoistar/tinta/releases/download/v2.4.5/tinta.exe",
"hash": "224f98895defae1f5f480c84d38580e16c1ce9eb5a0f9a2a2db057d2f0d06252",
"architecture": {
"64bit": {
"url": "https://github.com/oipoistar/tinta/releases/download/v2.4.5/tinta.exe",
"hash": "224f98895defae1f5f480c84d38580e16c1ce9eb5a0f9a2a2db057d2f0d06252"
}
},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The download is a Windows x64 binary. You need to scope the manifest to 64-bit installs.

Image

Comment thread bucket/tinta.json Outdated
@z-Fng

z-Fng commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

/verify

@coderabbitai coderabbitai Bot added the not-meet-criteria This package doesn't fully meet the essential criteria to be accepted in Extras bucket. label Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

tinta

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

@z-Fng z-Fng removed the not-meet-criteria This package doesn't fully meet the essential criteria to be accepted in Extras bucket. label Aug 8, 2026
@z-Fng
z-Fng merged commit 66b134b into ScoopInstaller:master Aug 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: tinta

2 participants