| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| omnom_0.7.0_checksums.txt | 2025-09-29 | 554 Bytes | |
| omnom_0.7.0_linux_arm64 | 2025-09-29 | 28.6 MB | |
| omnom_0.7.0_windows_amd64.exe | 2025-09-29 | 30.5 MB | |
| omnom_0.7.0_darwin_arm64 | 2025-09-29 | 29.4 MB | |
| omnom_0.7.0_linux_amd64 | 2025-09-29 | 31.1 MB | |
| omnom_0.7.0_windows_arm64.exe | 2025-09-29 | 29.0 MB | |
| omnom_0.7.0_darwin_amd64 | 2025-09-29 | 30.4 MB | |
| README.md | 2025-09-29 | 2.7 kB | |
| v0.7.0 source code.tar.gz | 2025-09-29 | 3.7 MB | |
| v0.7.0 source code.zip | 2025-09-29 | 3.7 MB | |
| Totals: 10 Items | 186.2 MB | 1 | |
- Dark theme
- Global search
- Feed search
- Accessibility improvements of website & addon (fixed all the findings of the accessibility report from HAN University)
- Automatically suggest existing tags that can be found in the text of a website when opening the addon for bookmarking
- UTM tracker remover from feed links
- Translation updates
- Minor bugfixes
Full Changelog: https://github.com/asciimoo/omnom/compare/v0.6.0...v0.7.0
Changelog
- [e565d4] [enh] synchronize translations from weblate
- [fdd55f] [enh] bump addon version
- [5a551f] [mod] rearrange addon fields
- [d2698f] [enh] add aria labels for tags
- [b6e7c6] [fix] remove unused function
- [6e3e5b] [enh] suggest existing tags from page text when opening the addon
- [9e9f29] [enh] add user filtering to tag text query
- [f1bb98] [fix] golint
- [dd13f0] [enh] retrieve tags that are substrings of a text
- [4beaee] [enh] declare constants for database types ++ define current database type
- [b0f85a] [enh] improve addon accessibility [#2]
- [d4fb7d] [enh] improve addon accessibility
- [6e03f7] [enh] improve accessibility
- [9ce686] [enh] add postgresql backend support - closes [#52]
- [e84b29] [fix] use correct type for tpl functions
- [5723a3] [enh] automatically populate empty addon settings if the user is logged in
- [d8952f] [enh] modernize (go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...)
- [008ddd] [enh] add global search functionality basics
- [27e58f] [enh] synchronize translations from weblate
- [ce44e7] [enh] save feed item resources to local storage
- [c817ca] [enh] parse rss feed urls from html content
- [a77c0b] [fix] revert wrong type conversion
- [36b0d8] [enh] add jsonfeed content type to rss feeds
- [db71ed] [enh] extract feed info to be able to add different feed formats in the future
- [997691] [enh] check required GET/POST arguments globally
- [fca0d2] [fix] show only unread feed items for a selected feed by default
- [e2da2a] [fix] use proper error logging in webapp
- [a45dca] [fix] remove handler function from api json
- [9f22d6] [fix] remove debug print
- [0d94e0] [enh] allow bookmark creation from webapp & restrict only snapshot creation
- [42f391] [enh] add feed search
- [ca9fe7] [enh] add utm tracker remover ++ feed tests
- [b2a33c] [fix] display feeds without unread items
- [99cdfd] [enh] synchronize translations from weblate
- [1e134a] [fix] add link resolve changes to the db ++ support rss description fields as content
- [84782f] [enh] add dark mode basics
- [1ac03d] [fix] do not duplicate hostname in rss links [#2]
- [7c4569] [fix] do not duplicate hostname in rss links