Skip to content

Releases: junrrein/pdfslicer

1.2.2

17 Jun 15:58
Compare
Choose a tag to compare

Replace the ConcurrentQueue library with C++ standard stuff (queue + mutex).

1.2.1

16 Jun 21:46
Compare
Choose a tag to compare

Use a concurrent queue to prevent a data race.

1.2.0

16 Jun 21:45
Compare
Choose a tag to compare

The user interface no longer freezes when doing page removal operations, undoing/redoing actions, or saving a document.

1.1.0

12 Jun 13:58
Compare
Choose a tag to compare

Add the ability to rotate pages and fix a bug where some documents where saved with weird margins

v1.0.8: Change saving method. This fixes the result being wrong for some PDF …

07 Jun 23:07
Compare
Choose a tag to compare

Change saving method. This fixes the result being wrong for some PDF files and results in a smaller file size.

v1.0.7

07 Jun 20:54
Compare
Choose a tag to compare
  • Fix the Windows installer.
  • Minor bug fixes and improvements.

v1.0.4

05 May 20:35
Compare
Choose a tag to compare

Add AppStream metadata release information that was missing for 1.0.3.

v1.0.3

05 May 20:06
Compare
Choose a tag to compare
  • Changed the application id.
  • Switched to Gtk::FileChooserNative. This has 2 benefits:
    • Native file dialogs are used on Windows.
    • It allows the application to cross the Flatpak sandbox boundary, without having permissions to read/write files on the filesystem.
  • Improved the AppStream metadata.

v1.0.2

05 May 04:40
Compare
Choose a tag to compare

Changed the application icon

v1.0.1

05 May 03:15
Compare
Choose a tag to compare

This release includes many bug fixes.

The Windows installer is now considered production-ready.