Xournal++

詳細情報

タイトル Xournal++
URL https://xournalpp.github.io/
バージョン ver 1.3.1
更新日 2025/12/22
追加日 2022/06/02
種別 フリーソフト / オープンソース(GPL)
説明 手書き対応のノートアプリ。

レビュー

感圧式のスタイラスやデジタルペンをサポートしたオープンソースのノートアプリ。

ペンや蛍光ペンを使って手書きできるほか、線、矢印、円、矩形、スプライン図形の描画もサポート。図形の塗りつぶしや、サイズの変更、回転、グリッドスナップもサポート。画像を追加したり、テキストツールを使ってテキストを追加することもできる。

SVG、PNG、PDFなどさまざまなフォーマットへファイルをエクスポート可能。

スクリーンショット

更新グラフ

バージョン履歴

Xournal++ 1.3.1

This is a new patch version of Xournal++ with bug fixes and improvements from the community.

  • Restored the rendering of graph backgrounds used before the 1.3.0 release
  • Fixed image loading on Windows
  • Fixed clipboard pasting
  • Fixed crashes related to saving text nodes and automatic page addition

See https://github.com/xournalpp/xournalpp/blob/v1.3.1/CHANGELOG.md for a more detailled list of changes.

Xournal++ 1.3.0

This is a new minor version of Xournal++ with many new features, bug fixes and improvements from the community.

  • PDF exports now preserves the background PDF's inner structure (hyperlink, comments, ...)
  • Grid snapping now follows the displayed grid for all background types
  • New graph background with periodically thicker lines
  • New laser pointer tool, writing ephemeral strokes
  • Allow to use an external editor for LaTeX entries
  • Add the possibility of recoloring the screen output (e.g. for night mode or accessibility)
  • Add the possibility of choosing the PDF marker opacity
  • Configurable behaviour in fullscreen or presentation modes
  • Allow to optionally scroll beyond the page's edges
  • The toolbars can now contain several instances of the same button
  • Major changes in the
(省略されました)
Xournal++ 1.2.10

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Updated translations

See https://github.com/xournalpp/xournalpp/blob/v1.2.10/CHANGELOG.md for a more detailled list of changes.

Also includes changes from v1.2.9:

  • Fix display bug when running release version after having run the development version.
  • Fix Clipboard pasting issues.
  • Fix attached attribute on document load.
  • Prevent export from mistakingly overriding the background PDF.
Xournal++ 1.2.8

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Improved the behavior of the selection tools
  • Fixed various visual artifacts
  • Fixed some behavior of Mouse+Keyboard combo devices
  • Fixed filename extension stripping
  • Fixed CLI using relative paths
  • Fixed various crashes
  • Made using GtkSourceView and Plugins proper CMake options
  • Updated translations

See https://github.com/xournalpp/xournalpp/blob/v1.2.8/CHANGELOG.md for a more detailled list of changes.

MacOS ARM users: After installing Xournal++, run the following command to remove quarantine:
xattr -c /Applications/Xournal++.app

Xournal++ 1.2.7

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Improved error logs
  • Fixed some undefined behaviours and memory leaks
  • Fixed handling of linebreaks in latex tool
  • Linux: forward crash signals to system handler after emergency save
  • Fixed wrong glyph spacing in texts using small fonts
  • Fixed rasterization of Tex elements on PDF/SVG export or printing

See https://github.com/xournalpp/xournalpp/blob/v1.2.7/CHANGELOG.md for a more detailled list of changes.

MacOS ARM users: After installing Xournal++, run the following command to remove quarantine:
xattr -c /Applications/Xournal++.app

Xournal++ 1.2.6

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Fixed compass outline drawing
  • Exposed selected text to the windowing system
  • Fixed loading of jpeg images and CJK and Cyrillic font rendering on MacOS

See https://github.com/xournalpp/xournalpp/blob/v1.2.6/CHANGELOG.md for a more detailled list of changes.

MacOS ARM users: After installing Xournal++, run the following command to remove quarantine:
xattr -c /Applications/Xournal++.app

Xournal++ 1.2.5

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Fixed regressions when exporting to PDF
  • Fixed crash when importing some SVG files
  • Have geometry tools appear in the middle of the view
  • Fixed issues with Windows installer
  • Fixed missing translations on Windows
  • Updated translations

Full Changelog: v1.2.4...v1.2.5

Xournal++ 1.2.4

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Fixed various dark/light theme inconsistencies
  • Improved edge panning for large selections
  • Fixed various crashes, freezes and memory leaks
  • MacOS: Added support for opening xopp-files from Finder
  • Added builds for Ubuntu 24.04 and MacOS ARM

See the changelog for a detailed list of all changes included.

MacOS ARM users: After installing Xournal++ in the applications folder, run the following command to remove quarantine status:
xattr -d com.apple.quarantine /Applications/Xournal++.app

Windows users of the non-portable version: There are issues with the translation of some strings into languages other than English. You can get improved translations by downloading the asset locale_

(省略されました)
Xournal++ 1.2.3

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Fixed background color and truncated text in LaTeX tool
  • Fixed zoom jumping and zoom steps
  • Fixed various segfaults and rendering issues
  • Fixed pressure values and project URL when saving documents
  • Enabled font hint metrics in PDF export to improve text alignment

See the changelog for a full list of the changes.

Changes:

  • c6970f4 Release 1.2.3
  • 8ce8e59 Update changelog for 1.2.3
  • a87d923 Add gtk3-immodules for generating AppImages.
  • b5659f6 Enable font hint metrics in PDF export
  • 1b454d3 Do not export Pdf outline whe
(省略されました)
Xournal++ 1.2.2

Official release of Xournal++.

See the CHANGELOG.md in the attached sources for a detailed list of all changes included.

Changes:

  • 09ae333 Release 1.2.2
  • f35347a Update changlog for 1.2.2
  • df02daa Fix locale issue
  • f72b94f Add info on how to prevent bugreport popup
  • 13b7f4c Make MouseInputEvent only consider one pressed button - discard any BUTTON_PRESS while the first button is not released
  • eea49ce Fix some memleaks in toolbar customization
  • f05f97d Fix audio output setting [ #4808 ]
  • 79f7c8c Added user input validation for default filenames [ #5123 ]
(省略されました)
Xournal++ 1.2.1

This is a new minor version of Xournal++ with bug fixes and improvements from the community.

  • Added a default toolbar so that the app does not start without toolbar on new installations
  • Fixed some crashes and various issues with the crash log handling
  • Added options to the command line and preferences to disable the audio system used for audio recording
  • The official release builds are now all built with gtksourceview styling for the LaTeX tool and in "RelWithDeb" mode. Thus failing asserts do not result in a crash anymore.

See the changelog for a full list of the changes.

Changes:

  • b48932a Release of version 1.2.1
  • 9d30b54 Hardcode bugreport link address and update changelog
  • cee58c5
(省略されました)