AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 2.29.6 * Restore all keyboard shorts (#690, Jendrik Seipp). 2.29.5 * Fix: Don't try to print WebKit2 version on Windows (#686, Jendrik Seipp). 2.29.4 * Accept arbitrary WebKit2 version. Use 4.1 if available (#681, Jendrik Seipp). 2.29.3 * Make all menu items translatable (Jendrik Seipp). * Packaging: install translation files under /share/locale again (#666, Jendrik Seipp). 2.29 * Document alternatives for changing the GTK theme on Windows (Ankur A Sharma, #494). * Fix en_GB translations (Jendrik Seipp, #659). 2.28.1 * Require setuptools for Debian package (Jendrik Seipp). 2.28 * 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). 2.27.2 * Fix passing command line arguments (Jendrik Seipp). * Update translation files (Jendrik Seipp). 2.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). 2.26 * 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). 2.25 * Use icon names instead of GTK stock icons to support newer GTK versions (Jendrik Seipp). * Handle several GTK deprecation warnings (Jendrik Seipp). 2.24 * Revert to plain naming scheme for data files since reverse DNS naming causes problems (#611, Phil Wyett). 2.23 * Check that a newly written month file is valid before deleting the old month file. * Rename "autostart" file. Please reenable autostart option in preferences if you want RedNotebook to run on system startup. * Fix Python crash on program start (#583, Max Krummenacher). * Prevent save failures on network and cloud drives (#593, Robert Little). * Add script for importing entries (#571, Cary Gravel). * Revamp packaging for Debian (#599, #600, Phil Wyett). * Fix continuous integration tests.
- Update to version 2.22 * Add a "Give Feedback" button
- update to 2.21: * Update MathJax to version 3 (#515, @dgcampea). * Fix date references in CEF-based HtmlView (#544, Paweł Żukowski). * Fix drag and drop (#492, @dgcampea). * Fix external previews (Eric Chazan). * Document how to change the theme on Windows (#487, Ankur A. Sharma). * Allow symlinking to `./run` script (#509). * Reload GTK theme colors when saving the journal (#485). * Don't use dark mode for exported HTML files (#486). * Use PNG version instead of SVG for RedNotebook icons to avoid problems on macOS. * Use GitHub actions for continuous integration testing. * Use background and foreground colors from GTK theme for HTML preview. * Fix HTML colors for dark themes (#474).
- update to 2.16 + Add menu items for adding titles (#464, Paweł Żukowski). + Upgrade msgfmt.py to version 1.2 (#470).
- update to 2.15 + Fix tray icon on Windows (#394). 2.14 (2019-11-17) + Support entry reference links in exported HTML (#452, Paweł Żukowski). + Add support for dark themes to cloud panel (#438). 2.13 (2019-11-07) + Change unnamed date references from 2019-11-06 to [2019-11-06] (#458, #460, Paweł Żukowski). + Add option for controlling number of displayed tags (#456, Paweł Żukowski). + Fix setting maximum number of displayed tags (#461). 2.12 (2019-11-02) + Allow linking between days with dates like 2019-02-14 and `[named links 2019-02-14]` (#176, #444, Paweł Żukowski). + Allow opening statistics dialog multiple times in one session (#370, #457, Paweł Żukowski). + Warn about outdated backups every week by default. + Increase default width of left panel to ensure that the calendar is fully visible (#376). 2.11.1 (2019-04-07) + Always initialize spell checking whenever we switch text buffers (fixes #435). 2.11 (2019-03-26) + Revert to GTK 3.18 stack on Windows (fixes #429 and #430). 2.10 (2019-03-24) + Automatically push newest version to flathub. 2.9.1 (2019-03-20) + Disable internal preview on Windows again since it sometimes crashes the app. 2.9 (2019-03-17) + Use Python 3.6 and GTK 3.22 on Windows. + Build Windows installer with Appveyor. 2.8.1 (2019-03-17) + Load the correct template for a given weekday (fixes #416). + Clear text buffers when opening a new journal (fixes #421). + Minor bug fixes. 2.8 (2018-11-15) + Support internal previews on Windows again (#369). 2.7.1 (2018-11-13) + Never let search phrases end up in the main text field (fixes #401). + Fix spell checking (fixes #412). 2.7 (2018-11-06) + Use GtkSourceView for editor to obtain better undo/redo functionality (thanks @takluyver). + When saving, update the list of tags in the auto-complete list for the search. + Fix opening RedNotebook homepage from About dialog (#411). 2.6.1 (2018-08-21) + Fix bug preventing new installations from starting up. 2.6 (2018-08-20) + Move date format option to preferences dialog. + Use date format option for date in titlebar. + Remember selected date format for exports between sessions. + Check remote info.py file for latest version number. + Check for latest version in separate thread. 2.5 (2018-06-08) + Restore instant search (search as you type). + Add option for disabling instant search to preferences dialog. + Disable undo/redo buttons in preview mode (fixes #103). + Remove option to show/hide right-side tags panel from GUI (still present in configuration file). 2.4 (2018-03-07) + Make search significantly faster by indexing all days. + Allow searching for multiple words. + Add AppVersion to InnoSetup file. + Homepage: Switch to HTTPS.