Releases: jendrikseipp/rednotebook
Releases Β· jendrikseipp/rednotebook
v2.29.2
- Fix
setup.py
script: only build translation files when needed (Jendrik Seipp). - Add continuous integration check to ensure that the basic Debian package builds correctly (Jendrik Seipp).
v2.29.1
- Remove bundled msgfmt.py module and use msgfmt binary from gettext suite instead. This fixes most of the translations on Windows (Jendrik Seipp).
v2.29
v2.28.1
- Require
setuptools
for Debian package (Jendrik Seipp).
v2.28
v2.27.2
- Fix passing command line arguments (Jendrik Seipp).
- Update translation files (Jendrik Seipp).
v2.27.1
v2.27
- Upgrade to GTK 3.24 on Windows (Jendrik Seipp).
- Use external preview on Windows since embedding the preview is impossible with newer GTK versions (Jendrik Seipp).
- Use GtkApplication class and only allow running one RedNotebook instance at a time (Jendrik Seipp).
- Add support for GtkSourceView 4 (Jendrik Seipp).
- Raise minimum Python version to 3.6 (Jendrik Seipp).
- Add more languages to Windows installer (Jendrik Seipp).
v2.26
v2.25
- Use icon names instead of GTK stock icons to support newer GTK versions (Jendrik Seipp).
- Handle several GTK deprecation warnings (Jendrik Seipp).