Package Release Info

klevernotes-1.2.2-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

klevernotes
klevernotes-lang

Change Logs

* Fri May 09 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 06 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 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 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 06 2024 Christophe Marin <christophe@krop.fr>
- Init klevernotes