Xournalpp Versions Save

Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

1.0.20-hotfix

3 years ago

Hotfix release of Xournal++ fixing Debian based images..

1.0.20

3 years ago

This is a new minor release of Xournal++ with some bugfixes.

We recommend to activate the new input system. The old input system has some issues and will be removed in future versions.

Presumably this is the last release in the 1.0.x series. After this release we plan to take the current 1.1.0+dev version as basis for all future releases.

The following bugs have been fixed:

  • Fixed a regression with pdf files that could not be overwritten (#2355)
  • Fixed page layout update after inserting or deleting a page, changing the page layout or zooming (#1777, #2346, #2442)
  • Fixed incorrect rendering of pages after changing the page format (#2457)
  • Fixed blocked scrolling after saving a file (#2062)
  • Fixed presentation mode after startup (#2413)

1.0.19

3 years ago

This is a new minor release of Xournal++ with many bugfixes thanks to help from our community contributors.

Debian users: due to some unexpected issues, we were not able to build a stable package for Debian. Please use the Flatpak build or compile the program manually.

  • Changed select object algorithm to be more intuitive
  • Added ability for taps with Select Rectangle and Select Region to act like Select Object (#1980)
  • Improved document loading speed (#2002)
  • Added a --version command to print the Xournal++ version
  • Added a libgtk version display to the About dialog
  • Added a 16kHz sample rate to audio settings and fixed the 91kHz sample rate (#2092)
  • Added file version check for future compatibility (#1991)
  • Changed wording of new page template dialog to be less confusing (#1524)
  • Fixed behavior of "Attach file to the journal" option when choosing "Annotate PDF" (#1725, #2106). This now allows the background PDF and the annotation files to be renamed and moved as long as they 1) share the same file prefix; and 2) share the same relative path.
  • Fixed an issue where clicking the X on the replace file dialog would overwrite the file (#1983)
  • (libcairo >= 1.16 only): Fixed PDF export crashing when the table of contents is empty (#2236).
  • Fixed a bug where the PDF background would not update when loading a new document (#1964)
  • Fixed plugin window causing a crash on Ubuntu 16.04
  • Fixed a bug where the icon would not appear correctly on some desktop environments (#1892)
  • Fixed inconsistent ordering of button keybindings (#1961)
  • Fixed the Enter key not confirming PDF export settings (#1977)
  • Fixed exported PDF title (#2039)
  • Fixed a bug where different page backgrounds can cause PDFs to be exported with the wrong backgrounds (#2119)
  • Fixed a bug where the page number count would not be updated after deleting a page (#2134)
  • Fixed selection object tool not working correctly (#2081) / crashing (#2133) when there are multiple layers

1.0.18

4 years ago

This is a new minor release of Xournal++ with many bugfixes.

We now provide an AppImage build for Linux distros. The AppImage is compatible with distros that have been released after or roughly around the time of Ubuntu 16.04 LTS.

  • Fixed a crash occurring when recent file entries are invalid (#1730, thanks to @iczero)
  • Fixed translations not being built correctly, causing packaging issues (#1596)
  • Fixed background PDF outlines not being saved in exported PDF (only available when compiled with Cairo 1.16 or newer)
  • Fixed a deadlock occurring when a second PDF with an outline is opened (#1582).
  • Fixed the settings file being written to when it is parsed (#1074, thanks to @Guldoman)
  • Fixed dark mode icons not loading properly (#1767, thanks to @badshah400)
  • Added missing dark mode icons (#1765, thanks to @badshah400)
  • Fixed crash in Export As ... on some page range options (#1790)
  • Fixed crash caused by custom colors in toolbar being "too close" (#1659)
  • Windows: Fixed the LaTeX tool always failing to find kpsewhich (#1738). Note that to make this work properly, a console window will now flash briefly before Xournal++ starts.

Known serious issues:

  • AppImage: Choosing Plugin > Plugin Manager causes a crash.

1.0.17

4 years ago

This is a new minor release of Xournal++.

Note: Some changes have been made to the compilation instructions (particularly for generating packages). Please see readme/LinuxBuild.md.

  • Fixed arrow tip scaling: now scales with thickness instead of length (#967, thanks to @redweasel)
  • Changed coordinate draw direction (thanks to @redweasel)
  • Fixed audio playback failures not showing error messages to the user (#1573)
  • Fixed text tool bold shortcut not working when capslock is enabled (#1583, thanks to @matepak)
  • Fixed sidebar preview context menu "Move Page Up" and "Move Page Down" buttons not being disabled on the first and last page, respectively (#1637)
  • Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not changing the page (#975, thanks to @MrMallIronmaker)
  • Fixed missing Xournal++ icon errors on most of the dialog windows (#1667)
  • (Windows) Fixed missing libssl/libcrypto errors in the official installation (#1660).

1.0.16

4 years ago

This is a new minor release of Xournal++.

Important notice: From this release onward, the 1.0.x series will be in maintenance mode and will only receive bugfixes. For new features (but potentially breaking changes), use the master branch.

Windows users: the installer provided below may not work correctly (see #1600). We are currently looking into a fix.

  • Fixed currently editing textboxes not exporting to PDF.
  • Fixed line tool breaking when snap-to-grid is disabled.

1.0.15

4 years ago

This is a new minor release of Xournal++ that fixes a serious bug in version 1.0.14.

Attention: Please see the 1.0.14 patch notes before installing this version.

Known serious bugs: The line tool with grid snap disabled does not render correctly (#1580).

  • Fixed an issue where copying and pasting strokes would crash the program.

1.0.14

4 years ago

This is a new minor release of Xournal++ that includes many bugfixes as well as some quality-of-life enhancements and new experimental features.

Attention: users who installed with make install will need to follow special instructions to update. See the "Breaking change" section of CHANGELOG.md.

Known serious bugs: Pasting strokes will cause a crash. A new minor release will fix this bug shortly.

The summary of changes is listed below. For the full changelog, see CHANGELOG.md. For a list of all issues and PRs related to 1.0.14, see the 1.0.14 milestone.

  • Text field bugfixes
  • Latex tool enhancements
  • Image tool bugfixes
  • Misc quality-of-life enhancements
  • New experimental floating toolbox
  • Improved input handling, bugfixes
  • Updated preferences window
  • Fixed some crashing issues
  • Refactoring and other non-user visible changes
  • Other misc features and bugfixes

1.0.12

4 years ago

This is a new minor release of Xournal++ and includes many bugfixes, as well as a few new features. Summary:

  • Added new experimental input system that should fix a lot of issues related to input handling (can be enabled from Preferences > Input System).
  • Added experimental stroke filter (can be enabled in Preferences > Drawing Area) to allow selections using drawing tool
  • Added ability to double click on selected objects (e.g. text fields and LaTeX) to begin editing them (only available with the new input system enabled)
  • Fixed some issues with selections
  • Fixed some issues involving autosaving
  • Improved LaTeX editor experience, as well as bug fixes
  • Fixed text editor copying and pasting to the wrong clipboard
  • Fixed many zoom issues while in presentation mode
  • Fixed some other miscellaneous issues

The full change log can be found here.

1.0.10

5 years ago

A lot of Bugfixes and improvements. Support for a new, future, Fileformat.

No macOS Build on this release, needs new build instructions, not done yet. (new dependency to libzip)