github xournalpp/xournalpp nightly
Automated nightly build

one day ago

Automated nightly build for Xournal++ 1.1.1+dev

Changes:

  • 8e39fcb ci: update Windows agents
  • 66e349a ci: portable Windows installation in release build
  • 071f959 [skip ci] Update translation template
  • 79f3e58 position highlight plugin
  • 888c924 introduce toggle action for the position highlighter
  • 0a89ed2 allow position highlight without cursor [ #2093 ]
  • 7c73a50 fix position highlight clipping
  • 8d0b44b Add maim&xclip option to screenshot plugin
  • bd01e8d [skip ci] Update translation template
  • 507014d Fix capitalization
See More
  • 3dca00c Fix version bump error when making 1.1.1 release (#3814)
  • d0b3cdd Update appdata, desktop files, readme and package descriptions
  • 4706016 [skip ci] Update translation template
  • 7b2e75a Merge back Release 1.1.1
  • 34c9a34 [skip ci] Update translation template
  • 863eee4 Simplify selection double click check (#3785)
  • b236b18 Merge Crowdin updates
  • bc5c119 Fix PDF linear text selection on improper rectangles
  • d219bf2 Add API extensions for adding strokes w/ Lua
  • 33105ea [skip ci] Update translation template
  • b255093 Handle zoom changes in VerticalToolHandler
  • 44d4ed8 Potential performance optimization for VerticalToolHandler
  • baefd26 Vertical spacing: move elements above line when holding Ctrl
  • 8d9b722 Minor code cleanup for VerticalToolHandler
  • 27acdbb Fixup ffa681e
  • 9380a60 Code cleanup in Job
  • ebaed95 Fix clang-tidy modernize-use-override
  • 7f6f107 [skip ci] Update translation template
  • db6743d Refactoring
  • bf338a8 [skip ci] Update translation template
  • a2a7ca9 Fix inconsistent path usage for audio files
  • ca56eff [skip ci] Update translation template
  • 3ab68f0 Refactoring Rectangle
  • 2f04b91 Enable linking with gperftools
  • ca36097 [skip ci] Update translation template
  • 0d3d3fa Fix minor typo: Tex to TeX
  • 18e7ddf GladeGui: Properly destroy toplevel widget
  • 4921418 Update to Gtk blob based on Gtk 3.24.30 and adapt loaders cache location
  • 0b8b8cd [skip ci] Update translation template
  • b5643c2 Reimplement PDF element selection logic
  • 7b9a28f PDF toolbox code cleanup
  • 362be3d Clean up PDF floating toolbox memory management
  • e5f878d Revise PDF toolbox buttons
  • c044bfb Clean up PdfElemSelection
  • 366a409 Add PDF text selection tools
  • ffa681e Allow additional stroke cap styles
  • f8bad33 Fix segfault in GroupUndoAction
  • 2bea77c Remove deprecated lines in libsndfile script
  • 41c8fa7 Update poppler to version 21.01
  • 1aaf9d2 update macos build scripts
  • 21f74e7 Refactor BackgroundSelectDialogBase::layout
  • 37fc5b8 BackgroundSelectDialogBase: Fix layout logic
  • df683cc [skip ci] Update translation template
  • c2d32c4 AboutDialog.cpp: Format include
  • 4ecca99 Config: Move git info to separate header
  • 5aebe89 Update info on location of executable
  • 6f28fd5 [skip ci] Update translation template
  • 1a2a84b replace raw pointer with unique pointer
  • 4f5bfde refactor exporting to advoid code duplication
  • 7a8fc3e add plugin exporting to filename derived from xopp
  • 7f3799e add xopp filename to app.getDocumentStructure()
  • 50530a5 add export option for pdf, svg, png to plugin API
  • dc4c2af Add more page info to getDocumentStructure of plugin API
  • 1a070ff Update xournalpp.spec
  • c39f60d Update xournalpp.spec
  • 9e85135 Fix #3655: Load doubles using serdes_stream instead of stoul
  • 981a111 Merge pull request #3670 from mb720/patch-1
  • 961d5f8 Fix spelling in README.md
  • bc5f604 [skip ci] Update translation template
  • a57d8eb Merge pull request #3653 from bhennion/pr/Mergerelease
  • 6a6435e Merge branch 'release-1.1' into master
  • 7894cfd [skip ci] Update translation template
  • fea2925 Code cleanup around ShapeRecognizer (#3530)
  • 6a6fc01 Fix negative pressure values of strokes (#3644) [ #3643, #3642 ]
  • 2b207c4 Fix #3640 - Change ErasableStroke::PartList from std::vector to std::list
  • f7c0750 Fix 3637 - properly order copied text in clipboard
  • 00991b4 [skip ci] Update translation template
  • 0156eb6 Replace some GList with STL structs #3042
  • cbca403 [skip ci] Update translation template
  • b43ecd9 Change autosave dir to ~/.cache/xournalpp/autosaves
  • 8fd89f1 [skip ci] Update translation template
  • 4b74198 Fixed bug in serdes of Named color;
  • 9670b86 Fixed inconsistency by using size_t
  • 1a017b3 Replace using Color statement with a strong struct.
  • f87cbe8 Fix ObjectInputStream::getNextObjectName (for MacOs) and ObjectInputStream::pos (for all)
  • c076547 [skip ci] Update translation template
  • 467f140 Fix #3606: Set stream locale to 'C' when parsing colors (#3610)
  • f04d45f Add Toolbar items for PDF export & print
  • 5917d3d Fixup of test not found by cmake
  • 1496256 [skip ci] Update translation template
  • f72fe7c A complete overhaul of the cmake-scripts and the project structure
  • e84264f [skip ci] Update translation template
  • 3890de9 Merge pull request #3599 from Febbe/merge-release-1.1
  • 420b53a Merge remote-tracking branch 'upstream/release-1.1'
  • 03cc330 [skip ci] Update translation template
  • d669ad4 Add .gpl support instead of hardcoded hex colors
  • 41daf88 Fix failing assert in view/StrokeView.cpp -- see issue #3578 (#3580)
  • 3b834a3 Prevent installation of Google test
  • c6ae5c7 [skip ci] Update translation template
  • b8a7a56 Added system cursor as pen cursor option. (#3540)
  • 5a194e7 Remove mentions of CppUnit in all READMEs
  • f4cedf4 remove API testing from example plugin
  • eb3b7eb Extend Lua API to get info on tools
  • a544035 Improve Stroke's display in StrokeView and StrokeHandler (#3480)
  • 8b40a32 FillOpacity minor changes: (#3515)
  • 3944a49 [skip ci] Update translation template
  • b9122a9 AbstractSliderItem: Slider item refactor (#3312)
  • 269167d Migrate from CppUnit to GoogleTest (#3476)
  • 2be42d9 [skip ci] Update translation template
  • 8b71781 removed unrelated break statement
  • b769fa4 call onButtonClickEvent from onButtonPressEvent
  • 0394164 moved duplicated code into it's own method
  • 6ddb3d5 removed unnecessary tool check
  • 560c034 changed doc comment for onButtonClickEvent
  • bb0fb1a added missing return statement
  • 1a41101 show floating toolbox on button click
  • 6182a23 Update Debian Pipeline to Bullseye (#3547)
  • b35f046 [skip ci] Update translation template
  • b45e5e0 Version string in PDF metadata
  • 16b43c6 [skip ci] Update translation template
  • 237e2a1 Const-ify getters in model/Image, Layer, TexImage (#3502)
  • 2fb95d7 New Toolbar Items: Export to PDF & Print (#3508)
  • a8d3efa Fix #3472: fix getNextObjectName (#3491)
  • 50d3e85 Fix contstruct typo.
  • d8877a8 Remove now-unused getGtkTouchScrollingEnabled
  • 2017936 Fix touch zooming when inertial scroll is disabled
  • 83c0c40 New Crowdin updates (#3418)
  • e0c4b9e Remove notes on fixed GTK-bug for Windows (#3483)
  • 1e9c216 Fade all annotations without audio when clicking play object (#2874)
  • 74f0893 Refactor and test ObjectInputString (#2870)
  • d9e5e93 Fix typos, Serializeable and Eraseable. (#3463)
  • 29e4cc6 Add const qualifier to certain Tool getters. (#3459)
  • f3b9541 Add hh length modifier to g_strdup_printf message. (#3461)
  • 55fe356 Fix typo in the documentation of a CMakeLists.txt. (#3457)
  • 816b113 Update xournalpp.spec
  • e25f0b0 [skip ci] Update translation template
  • 5eb00d7 Settings: Allow disabling GTK inertial touch scrolling. (#3379)
  • 4f045d5 Disable CI triggers for installer pipeline
  • 03b80e0 Create pipeline for releases via comments
  • eb910d7 New Crowdin updates (#3410)

This list of changes was auto generated.

Don't miss a new xournalpp release

NewReleases is sending notifications on new releases.