diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 01:24:39 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-10 01:24:39 +0200 |
| commit | 9b93c4d7c5a450607eca0174b1899e56d6a09a48 (patch) | |
| tree | a4cd5ac75ad9a3cd3f3a69ecbb25c53bf43fd3e8 /README.md | |
| parent | e32d4644034f0a6df8dd06c985ccfe74e7dd48f4 (diff) | |
| download | kristall-9b93c4d7c5a450607eca0174b1899e56d6a09a48.tar.gz | |
Improves gophermaps: Now handle '+' correctly, improves gopher protocol such that it now respects *the lone dot*.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -103,14 +103,10 @@ ln -s Kristall.desktop ~/.local/share/applications/kristall.desktop ## TODO / Roadmap ### 0.2 release -- [ ] Add text/kristall-theme mime - - [ ] Will use a preview document instead of displaying the content - - [ ] Allow import of themes - - [ ] File extension is `.kthm` - [ ] Implement more protocols - [ ] Gopher - [ ] Support more media types (include uudecode and hexbin decoder) - - [ ] Read non-binary media only until `.` + - [x] Read non-binary media only until `.` - [ ] Image Zoom and Pan ### 0.3 release @@ -139,6 +135,10 @@ ln -s Kristall.desktop ~/.local/share/applications/kristall.desktop - [ ] Enable markdown theming - [ ] Improve Unicode/Emoji support - Seems to need multiple font families per font? +- [ ] Add text/kristall-theme mime + - [ ] Will use a preview document instead of displaying the content + - [ ] Allow import of themes + - [ ] File extension is `.kthm` ## Bugs |
