chore: update readme to version 1.0.2

This commit is contained in:
nisch.codes 2025-03-16 21:34:30 +01:00
parent 188e0e9659
commit 1a126f56d6

View File

@ -14,16 +14,18 @@ This Project is based on a YouTube Video by Tylor Potts (https://www.youtube.com
## Versions ## Versions
- Version 1.0.2 - introducing markdown rendering (did you saw easter egg??). Minor refactoring and rework of the readme
- Version 1.0.1 - basic CRUD for notes, persitancy with browser based localstorage. Minor refactoring and rework of the readme - Version 1.0.1 - basic CRUD for notes, persitancy with browser based localstorage. Minor refactoring and rework of the readme
- Version 1.0.0 - with the basic setup to creating, deleting and editing new notes. There is no persistent storage a reload deletes all notes. - Version 1.0.0 - with the basic setup to creating, deleting and editing new notes. There is no persistent storage a reload deletes all notes.
## Coming next ## Coming next
* [ ] (s)ftp based deployment
* [ ] runner based release pipeline * [ ] runner based release pipeline
* [ ] release note generator based on the commits * [ ] release note generator based on the commits
* [ ] better UI * [ ] better UI
* [ ] better Icons * [ ] better Icons
* [ ] markdown rendering * [x] markdown rendering
* [ ] link rendering * [ ] link rendering
* [ ] code rendering * [ ] code rendering
* [ ] emoji rendering * [ ] emoji rendering