Skip to content

Releases: jendrikseipp/rednotebook

v2.29.2

12 Jan 23:12
Compare
Choose a tag to compare
  • 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

12 Jan 10:20
Compare
Choose a tag to compare
  • 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

31 Dec 11:56
Compare
Choose a tag to compare
  • Document alternatives for changing the GTK theme on Windows (Ankur A Sharma, #494).
  • Fix en_GB translations (Jendrik Seipp, #659).

v2.28.1

28 Dec 23:02
Compare
Choose a tag to compare
  • Require setuptools for Debian package (Jendrik Seipp).

v2.28

28 Dec 22:30
Compare
Choose a tag to compare
  • Remove code that uses the deprecated distutils module (Jendrik Seipp, #655, #656).
  • Fix checking for newer versions (Jendrik Seipp).
  • Gracefully handle unsupported locale settings (Jendrik Seipp, #613).

v2.27.2

01 Dec 21:48
Compare
Choose a tag to compare
  • Fix passing command line arguments (Jendrik Seipp).
  • Update translation files (Jendrik Seipp).

v2.27.1

18 Nov 13:51
Compare
Choose a tag to compare
  • Fix application ID for Flatpak (#650, Jendrik Seipp).

v2.27

16 Nov 21:28
Compare
Choose a tag to compare
  • 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

28 Sep 05:38
Compare
Choose a tag to compare
  • Fix issue #632 by skipping obsolete Python function (Jendrik Seipp).
  • Fix: only try to load CEF Python on Windows (Jendrik Seipp).
  • Update Turkish translation (sabriunal).

v2.25

16 May 10:37
Compare
Choose a tag to compare
  • Use icon names instead of GTK stock icons to support newer GTK versions (Jendrik Seipp).
  • Handle several GTK deprecation warnings (Jendrik Seipp).