Releases: iperka/paporg
Releases · iperka/paporg
Paporg v0.1.5-beta.6
[0.1.5-beta.6] - 2026-02-28
Bug Fixes
- Remove dead ApiResponse re-exports from type files
Other
- Add commitlint & lefthook, update CI/tests
Refactor
- Replace SeaORM with rusqlite for local database layer
Paporg v0.1.4-beta.5
[0.1.4-beta.5] - 2026-02-23
Features
- Add autostart, window-state plugins and fix git sync resilience
Paporg v0.1.3-beta.4
[0.1.3-beta.4] - 2026-02-23
Bug Fixes
- Remove unused UploadedFile struct to satisfy clippy
- Harden git sync, PDF fallback, persistent logging, and cross-device archival
- Exclude logs, database, and inbox from git sync
- Address PR review findings across backend and frontend
- Address code review findings (round 3)
- Prevent git sync page from flashing "Repository Not Synced" for connected repos
- Prevent git sync page from flashing "Repository Not Synced" for connected repos
- Resolve settings resource name mismatch between backend and frontend
- Handle Rust-style named capture groups in frontend regex validation
- Address review findings across frontend components
- Address remaining review findings (round 3)
- Address remaining review findings (round 4)
- Add collision guard for built-in variable names
- Align builtin variable collision guard with implemented builtins
- fix: add $l to BUILTIN_VARIABLE_NAMES after rebase onto main
- Address review findings in matcher, builders, and UI
Documentation
- Add $h, $i, $s to help page, form hints, and integration tests
Features
- Add OpenTelemetry observability with tracing, spans, and Grafana stack
- Add default variables for IBAN, date, amount, and more
- (ai) Add AI-generated conventional commit messages in git sync
- Add email provider presets to ImportSourceForm
- Add caseSensitive option to rule match conditions (#40)
- Add $l template variable for last year (#39)
- Add $h, $i, $s template variables for hour, minute, second
Other
- Merge pull request #35 from iperka/refactor/git-sync
refactor: rewrite git sync with reconciler and scheduler
- Skip tauri-cli install when binary is already cached
- Run
cargo fmt - Merge pull request #37 from iperka/fix/git-sync-initialization-flash
fix: git sync page flashing "Repository Not Synced" for connected repos
- Merge pull request #48 from iperka/feat/last-year-template-variable
feat: add $l last year template variable (#39)
- Merge branch 'main' into feat/case-sensitive-match-option
- Merge pull request #47 from iperka/feat/time-template-variables
feat: add $h, $i, $s time template variables (#38)
- Merge branch 'main' into feat/case-sensitive-match-option
- Merge pull request #49 from iperka/feat/case-sensitive-match-option
feat: add caseSensitive option to rule match conditions (#40)
Refactor
- Rewrite git sync with reconciler and scheduler
- Replace GitOpsContext with TanStack Query/DB collections and TanStack Forms
Styling
- Run
cargo fmt - Run
cargo fmt
Paporg v0.1.3-beta.3
[0.1.3-beta.3] - 2026-02-21
Bug Fixes
- Even check
Paporg v0.1.3-beta.2
[0.1.3-beta.2] - 2026-02-21
Bug Fixes
- Address pr comments
- Assert worker_count > 0 to prevent rendezvous channels
Features
- Add native folder picker
Other
- Fix make targets
- Merge pull request #33 from iperka/feat/native-folder-picker
feat: add native folder picker
- Merge pull request #34 from iperka/refactor/pipeline
refactor(pipeline): rework document processing
Refactor
- (pipeline) Rework document processing
Paporg v0.1.3-beta.1
[0.1.3-beta.1] - 2026-02-13
Other
- Faster releases