← Back to team overview

zim-wiki team mailing list archive

Zim 0.76.0 released!

 

Zim 0.76.0 has been released this week. This is an update with all the
incremental improvements over the past 1,5 year.

There are a few minor regressions which I plan to address in a point
release in about a month. This is also the time window for updating the
translations.

Kind regards,

Jaap


##  0.76.0 - Sun 29 Dec 2024
* Add Indexed Full-Text Search plugin
* Add Window Title Editor plugin
* Add Mermaid diagrams plugin
* Add preference to toggle dark theme variant
* Add separate style for page links
* Add commandline page import
* Add preferences menu for side pane widgets
* Diagram plugin: add preference for default text
* Journal plugin: add range offsets to `journal_plugin.days()` in template
* Search: add option to output scores on the command line
* Spellcheck plugin: add Gspell support
* Quicknote plugin: support wiki heading format as page name
* Arithmetic plugin: add option for limiting output decimals
* Markdown export: use blockquote to export indented paragraphs
* Markdown export: include image dimensions and ID
* Windows: fix high CPU usage by storing child process PID
* Windows: Fix unicode handling of strftime for windows
* Refactor to use Gtk.Application
* Refactor zim.parser to zim.parse.regexparser
* Refactor find API for pageview
* Refactor internal serialization for textbuffer
* Refactor parsing modules and utils
* Port setup.py from distutils to setuptools