70 lines
2.6 KiB
Plaintext
70 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Nov 16 10:28:23 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 1.2.5
|
|
* Fix major issue with the painting page
|
|
* Fix the preview going black when the app loses focus
|
|
* Tweak the auto indent
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 25 12:41:02 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 1.2.4
|
|
* Update md4qt (fix major issue)
|
|
* Fix major editor highlight issue
|
|
* Improve "auto list" feature
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 9 12:29:43 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 1.2.2
|
|
* Fix crash when deleting note
|
|
* Fix path issue when moving note
|
|
* Do not create todo file unless necessary
|
|
* Align ExpandingFormSwitch style to FormSwitchDelegate style
|
|
* Improve move dialog design
|
|
* Add cheatsheet entries for extending syntax
|
|
* Update md4qt
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 6 19:11:56 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 1.2.1
|
|
* Remove the requirement for the storage name (no longer
|
|
need to be "klevernotes")
|
|
* Fix code block rendering issue with HTML tag
|
|
* Fix todos saving
|
|
* Allow items to be moved to the storage root
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 18 16:44:50 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 1.2.0
|
|
* New file structure that perfectly mirrors what you see in
|
|
the sidebar. Ability to change the color and icon of each item.
|
|
* New drawing page with more features.
|
|
* "Copy" button in the code block.
|
|
* New bottom bar for switching between notes and tasks.
|
|
* Improved page turn animation.
|
|
* Pressing V without a modifier while an image is in the
|
|
clipboard does nothing (as expected).
|
|
* Preventing the use of a "/" to name an item, as it would
|
|
create a directory.
|
|
* Various rendering issues.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 11 15:55:46 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Update to 1.1.0
|
|
* KleverNotes parser has been switched to md4qt
|
|
* The toolbar is now more precise for removing specific
|
|
Markdown tags but also to apply them.
|
|
* The parsing is now done on a separated thread, so parsing
|
|
very large notes should still be smooth
|
|
* The editor now has the abilty to be "WYSIWYG"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 6 16:10:40 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
|
|
|
- Init klevernotes
|