Robert
9ee59738eb
incr ver
v13.4.3
2026-05-21 10:36:21 -04:00
rmcrackan
f57839c104
Merge pull request #1834 from rmcrackan/rmcrackan/1833-pdf-bug-fix
...
Download works but queue goes red with Download PDF
2026-05-21 10:33:52 -04:00
rmcrackan
d63fabd73d
Download works but queue goes red with Download PDF
2026-05-21 10:33:13 -04:00
rmcrackan
54a97cc3c4
Merge pull request #1830 from rmcrackan/fix/docs-vite-security-override
...
Pin vite 6.4.2 for docs site (Dependabot GHSA-4w7w-66w2-5vf9)
2026-05-19 09:44:28 -04:00
rmcrackan
1e3daa40dc
Pin vite 6.4.2 for docs site to resolve Dependabot alert.
...
VitePress 1.6.4 requires vite ^5.4.14, which has no backport for
GHSA-4w7w-66w2-5vf9. An npm override keeps VitePress 1.x while
using a patched vite. Deploy workflow now watches package files.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-19 09:40:44 -04:00
rmcrackan
8f3f069d54
Merge pull request #1829 from rmcrackan/rmcrakan/13-4-2
...
incr ver
v13.4.2
2026-05-19 08:57:00 -04:00
rmcrackan
88e3bbab89
Merge pull request #1828 from rmcrackan/rmcrackan/1827-cli-liberate-single
...
#1827 - CLI option to liberate single book
2026-05-19 08:56:49 -04:00
rmcrackan
ca52ed4b7a
incr ver
2026-05-19 08:55:57 -04:00
rmcrackan
bb4a5298ae
#1827 - CLI option to liberate single book
2026-05-19 08:51:21 -04:00
rmcrackan
9512e62deb
Merge pull request #1824 from rmcrackan/rmcrackan/1819-ntfs-note
...
#1819 - Better NTFS invalid character note
2026-05-18 16:47:25 -04:00
rmcrackan
91174ed8dd
Merge pull request #1826 from rmcrackan/rmcrackan/1823-full-disk
...
#1823 - Address full disk better
2026-05-18 10:09:33 -04:00
rmcrackan
b9490966bb
* Multi-step backup: PDF and later steps now run in the same awaited chain, so disk full on PDF stops the queue instead of counting as success.
...
* Detection: Quota / NAS “out of space” messages are treated like disk full, not generic retries.
2026-05-18 10:00:32 -04:00
rmcrackan
d1114b410e
sync/async bug fixes
2026-05-18 09:53:05 -04:00
rmcrackan
49e9b0c9ce
oops, wrong branch. revert
2026-05-18 09:42:08 -04:00
rmcrackan
0b0d1afc48
Fix build failures on non-windows
2026-05-18 09:39:57 -04:00
rmcrackan
77f518f8d3
#1823 - Address full disk better. Fail clearly and early when possible, fail safely when space cannot be queried, and do not take down the UI or spam the user when the disk is full.
2026-05-18 09:20:51 -04:00
rmcrackan
9f1d4a383b
Merge pull request #1825 from rmcrackan/rmcrackan/1822-crash-after-upgrade
...
#1822 - Fix the startup crash after auto-upgrade
2026-05-18 09:02:42 -04:00
rmcrackan
74b18c170a
#1822 - Fix the startup crash after auto-upgrade by loading the library only after InteropFactory assembly resolution is ready, checking that Microsoft.EntityFrameworkCore.Sqlite.dll is present in the install folder, and showing a clear reinstall message instead of a generic "Unexpected error" when that still fails.
2026-05-18 08:54:40 -04:00
rmcrackan
c85c11b27a
#1819 - Better NTFS invalid character note
2026-05-18 08:21:51 -04:00
rmcrackan
c8ac585ab3
Merge pull request #1817 from rmcrackan/rmcrackan/1811-threading
...
#1811 - fix UI threading
2026-05-15 12:10:39 -04:00
rmcrackan
55b45ae45d
#1811 - fix UI threading
2026-05-15 12:02:23 -04:00
rmcrackan
776cd5215f
Merge pull request #1816 from rmcrackan/rmcrackan/docker-yaml-context
...
Avoid default git context refs/pull/*/merge (breaks after PR merge or…
2026-05-15 11:45:03 -04:00
rmcrackan
1b8840c3b0
Avoid default git context refs/pull/*/merge (breaks after PR merge or on some re-runs)
2026-05-15 11:13:04 -04:00
rmcrackan
97537df933
Merge pull request #1815 from rmcrackan/rmcrackan/update-contribs
...
Add @CryptoJones to contributor list
2026-05-15 09:41:54 -04:00
rmcrackan
eb4ab59737
Add @CryptoJones to contributor list
2026-05-15 09:41:33 -04:00
rmcrackan
55c2bf3be7
Merge pull request #1814 from CryptoJones/fix/tag-culture-test-de-ch-locale
...
Fix Tag_culture_test platform dependency on de-CH NumberGroupSeparator
2026-05-15 09:39:06 -04:00
AK Clark
ebce0c073b
Fix Tag_culture_test platform dependency on de-CH NumberGroupSeparator
...
The de-CH row hard-coded U+2019 as the expected thousands separator,
which only matches certain .NET/ICU/CLDR data versions. Linux .NET hosts
return U+0027 (ASCII apostrophe) for the same culture, so every Linux CI
run failed this test regardless of the actual change under test.
Resolve U+2019 in DataRow expectations to the runtime culture's
NumberGroupSeparator before comparison so the test stays stable across
hosts while still verifying the engine respects culture-specific
formatting.
- Added DataRows for de-DE (period) and ja-JP (comma)
- Added Samplerate_template_uses_culture_NumberGroupSeparator as an
explicit regression guard that asserts the engine uses whatever the
runtime CultureInfo reports
Fixes #1813 .
Verified locally: 584 tests pass, 0 failed (565 succeeded, 19 skipped
Windows-only).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-15 01:10:57 -05:00
rmcrackan
0499bbae7e
Merge pull request #1803 from Jo-Be-Co/1762_filter
...
1762 add filter() to list properties
2026-05-14 11:29:26 -04:00
Jo-Be-Co
4be0361e42
fixing typos and naming of test method
2026-05-14 16:51:51 +02:00
Jo-Be-Co
c2c7b04acd
minor fixes and comment corrections
2026-05-14 02:12:25 +02:00
Jo-Be-Co
f194032139
#1762 add filter() to list properties
2026-05-14 02:10:38 +02:00
Jo-Be-Co
a21bb8174d
#1762 introduce CommonFormatters.TryGetLiteral
2026-05-14 02:04:26 +02:00
rmcrackan
3fc5ab0f8d
Merge pull request #1807 from rmcrackan/rmcrackan/acct-export-disable
...
Account 'export' should be disabled when the account has no keys/tokens
2026-05-12 12:52:34 -04:00
rmcrackan
591a6d1594
Account 'export' should be disabled when the account has no keys/tokens
2026-05-12 12:05:11 -04:00
rmcrackan
c4ac900045
Merge pull request #1806 from rmcrackan/rmcrackan/1804-win-folder-picker-custom-paths
...
#1804 - Fix Windows folder picker crash on custom paths
2026-05-12 09:04:18 -04:00
rmcrackan
50fde66a4c
#1804 - Fix Windows folder picker crash on custom paths. Normalize stored paths before opening the OS folder dialog (\\?\ / UNC handling, existence check) in shared FolderPickerInitialPath, use it from WinForms and Avalonia folder pickers, and retry once if the dialog still throws. Adds small FileManager tests.
2026-05-12 08:55:12 -04:00
rmcrackan
597c8f7b3d
Merge pull request #1795 from Jo-Be-Co/1762_unique_and_count
...
#1762 add unique() and count() to list properties
2026-05-09 23:21:29 -04:00
Jo-Be-Co
4ffcbeb1db
Fix typos
2026-05-10 00:37:02 +02:00
Jo-Be-Co
6996fb1b81
When formatting ContributorDto, retain the IFormatProvider even if the format is empty
2026-05-10 00:36:49 +02:00
Jo-Be-Co
7ef10b1e7d
#1762 add unique() and count() to list properties
2026-05-09 21:15:24 +02:00
Jo-Be-Co
0a644695d8
#1762 extract comparison to separate reusable class
2026-05-09 00:59:35 +02:00
rmcrackan
86b50b45ef
Merge pull request #1796 from rmcrackan/rmcrackan/1711-linux-safety
...
#1711 : Linux/Docker: the default in-progress download/decrypt folder…
2026-05-08 09:10:23 -04:00
rmcrackan
727c869ba9
#1711 : Linux/Docker: the default in-progress download/decrypt folder is now per-user (/tmp/Libation-<username>) and is created with 0700 permissions, fixing failures caused by leftover /tmp/Libation directories from previous root installs and hardening against another local user reading partial download artifacts. Auto-upgrade downloads now land in a randomly-named per-run temp directory.
2026-05-08 09:04:39 -04:00
Robert
f330d8bed6
incr ver
v13.4.1
2026-05-05 13:45:27 -04:00
rmcrackan
9aecd26aea
Merge pull request #1791 from rmcrackan/rmcrackan/1732-bug-fixes
...
#1732 bug fixes
2026-05-05 13:41:32 -04:00
rmcrackan
0cc2ef773d
* Default Scan library to on for new accounts from Upsert / Mkb79 import (matches GUI)
...
* CLI liberate: print short license-denial reasons to stderr
* GUI: message when stoplight can’t queue (e.g. absent from last scan)
2026-05-05 13:32:28 -04:00
Robert
78371e3522
incr ver
v13.4.0
2026-05-05 09:41:26 -04:00
rmcrackan
24a896e61b
Merge pull request #1790 from Mbucari/master
...
Update Avalonia to v12
2026-05-05 09:39:52 -04:00
MBucari
e4daa5b8e8
Fix macos bundle build failure
2026-05-04 21:20:42 -06:00
MBucari
505c614210
Code Cleanup
...
Remove unused parameters
Remove unnecessary casts
Make fields readonly
Order modifiers
Format document
Sort usings
Remove unnecessary nullable directive
Apply namespace preferences (file-level)
2026-05-04 21:10:28 -06:00