| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RepoBar-0.8.7.dSYM.zip | 2026-08-02 | 41.6 MB | |
| RepoBar-0.8.7.zip | 2026-08-02 | 26.1 MB | |
| README.md | 2026-08-02 | 554 Bytes | |
| RepoBar 0.8.7 source code.tar.gz | 2026-08-02 | 6.5 MB | |
| RepoBar 0.8.7 source code.zip | 2026-08-02 | 6.8 MB | |
| Totals: 5 Items | 81.0 MB | 0 | |
- Update Commander to 0.2.4 while preserving declared CLI positional arguments, and update
actions/setup-nodeto 6.5.0. - Refresh npm and Swift package resolutions, keep Commander pinned to its compatible positional-argument contract, and make SwiftPM tests load Sparkle from the Xcode 26 product layout.
- Reject malformed repository names in the iOS
RepoWebURLBuilder, which previously accepted values likeacme/widget/extraandacme//widgetand built incorrect URLs; the macOS builder already guarded against these (thanks @devYRPauli). (#97)