This repository was archived by the owner on Jul 25, 2024. It is now read-only.
v0.7.0
New features:
- Implements #44: Custom theme. See the documentation in [docs/mode-tui-theming.md]
- Implements #47: Search. Shortcut
/
will open a modal asking for a search. It will basically filter entries that contains exactly your search (case insensitive). It isn’t fuzzy or advance searching (more filtering) - Implements #48: Add button to go to author tinylog on action modal (alt+enter)
- Implements #40: Add tinylog url in the gemini mode output (used for generating gemini://tinylogs.gmi.bacardi55.io)
Bug Fixes
- Fix 42: Hide new line separator in response stub
- Fix subscription name with space in their name
- Fix #45: Crash when empty line in subscription file
- Fix #49: Allow link without space between
=>
and the actual link.
Full Changelog: v0.6.0...v0.7.0