diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-07-20 17:34:00 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-07-20 17:34:00 +0200 |
| commit | 422f15c7db706299d85a2ecde4cd0f019f39dc59 (patch) | |
| tree | 72485a2b2520fcee4209134a8711d2d62cbce474 | |
| parent | 5d409b0db911ec839d3c9b71b08a3269d20cb6bf (diff) | |
| download | kristall-422f15c7db706299d85a2ecde4cd0f019f39dc59.tar.gz | |
Reincludes makedir in makefile.
| -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 |
