Paperless Sync v1.1.0
What's new in this release
- Accountant-ready export: the monthly export folder (e.g.
2026-01_Januar/) is now numbered and consistently structured - a master overview (00_Uebersicht.csv), renamed receipts (01_Belege_zugeordnet/), tagged transactions without a receipt (02_Ohne_Beleg_getaggt/), a filtered bank statement (03_Kontoauszug_gefiltert.csv), open items (04_Offene_Posten.csv), and deposits (05_Einzahlungen_Deposit.csv) - each as its own file. File/folder names stay German (matching the rest of the app), but paths are relative throughout, so the whole folder can be zipped and sent as-is. - A warning is shown before export if there are still open items (export is still possible either way).
- Bugfix: dropdowns in Settings used to change their value just from scrolling the mouse wheel past them (without clicking) - that no longer happens.
- Internal restructuring of the project layout (legacy UIs archived, code split under
src/paperless_sync/) and a central transaction-status enum (TxStatus) replacing loose strings - no behavior change.
Installation
- Most users: download
PaperlessSync-Setup-1.1.0.exeand run it. - No-install option: download and unzip
PaperlessSyncQt-1.1.0-portable.zip, then runPaperlessSyncQt.exeinside.