diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | ROADMAP.md | 4 | ||||
| -rw-r--r-- | src/favourites.init | 0 |
3 files changed, 10 insertions, 1 deletions
@@ -72,4 +72,9 @@ See [src/about/updates.gemini](src/about/updates.gemini) ## Roadmap -See [ROADMAP.md](ROADMAP.md)
\ No newline at end of file +See [ROADMAP.md](ROADMAP.md) + +## License + +Kristall is released under the GPLv3 or (at your option) any later version. +[See LICENCE as well](LICENCE)
\ No newline at end of file @@ -5,6 +5,7 @@ This document contains TODO items for planned Kristall releases as well as some ## 0.4 - The colorful release - [x] Implement dual-colored icon theme - [ ] Improve UX + - [ ] Make download limit configurable (default: 100MB) - [x] Fix all tab-indices - [x] Provide text search function - [ ] auto-highlighting/following outline @@ -57,6 +58,9 @@ This document contains TODO items for planned Kristall releases as well as some - [ ] Setup sane default fonts - [ ] `Segoe UI`, `Consolas` for Windows - [ ] +- [ ] Add support for "Downloads" folder/list + - [ ] Download unknown mime types to `Downloads` + - [ ] Redirect large files to `Dowloads` ## Unspecced - [ ] Add option: "Transient certificates survive an application reboot and are stored on disk" diff --git a/src/favourites.init b/src/favourites.init new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/favourites.init |
