Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions bucket/tinyretropad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2026.06.29",
"description": "A Notepad-style Windows text editor written in x86 assembly, in roughly 2.5 KB.",
"homepage": "https://github.com/plummersSoftwareLLC/TinyRetroPad",
"license": "Apache-2.0",
"notes": "Upstream ships no releases; this manifest is pinned to a commit and versioned by its date. Built with Crinkler compression, so it may be flagged as a false positive by antivirus.",
Comment thread
Jogai marked this conversation as resolved.

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.

Criteria

  • Latest stable version

Better to wait for upstream to merge the release PR before adding it to extras.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I dont think its that kind of project.

"url": "https://raw.githubusercontent.com/plummersSoftwareLLC/TinyRetroPad/42f4c6c0f79ebada38ac0ee777f5fd6f264a7243/trpad.exe#/trpad.exe",
"hash": "3079f188d92f99e7f7c807c367c2af4d3f78a547e6c2813eddf18346bc01c578",
"bin": "trpad.exe",
"shortcuts": [
[
"trpad.exe",
"TinyRetroPad"
]
],
"checkver": {
"url": "https://api.github.com/repos/plummersSoftwareLLC/TinyRetroPad/commits/main",
"regex": "(?s)\"sha\":\\s*\"(?<sha>[0-9a-f]{40})\".*?\"committer\".*?\"date\":\\s*\"(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})",
"replace": "${year}.${month}.${day}"
},
"autoupdate": {
"url": "https://raw.githubusercontent.com/plummersSoftwareLLC/TinyRetroPad/$matchSha/trpad.exe#/trpad.exe"
}
}
Loading