Xarvex
1e5334e76a
fix(nix): replace prefix wrapping with suffix
...
Swapped `--prefix` with `--suffix` according to the NixOS manual: https://nixos.org/manual/nixpkgs/stable/#fun-makeWrapper
Using prefix essentially hardcodes dependencies without a fallback, and these dependencies are only needed during runtime.
2025-09-12 14:27:18 -05:00
Travis Abendshien
e94ef20108
ui: disable page size when infinite scrolling is checked
2025-09-12 00:08:12 -07:00
Travis Abendshien
8a4d4def07
fix: undo #899 regression
2025-09-11 22:42:22 -07:00
TheBobBobs
6e6a91aaf4
feat: add infinite scrolling, improve page performance ( #1119 )
...
* perf: remove unnecessary path conversions
* perf: search_library if no limit set don't do extra count
* perf: improve responsiveness of ui when rendering thumbnails
* feat: infinite scrolling thumbnail grid
* fix: update tests
* perf: don't run update for thumb grid if rows haven't changed
* fix: update blank thumbnails on initial page load
* fix: do partial updates when selecting items
* fix: remove badges on loading thumbnails
* fix: move all extra item_thumbs off screen
* load a few hidden rows when scrolling
* cleanup
* update imports
* remove todo
* support pagination
* allow setting page_size to 0 for no limit
* add ui setting for infinite scrolling
* undo render thread affinity changes
* always load a few off-screen rows
2025-09-11 22:15:58 -07:00
Travis Abendshien
d7573b3f26
fix: process ignore patterns for wcmatch in unlinked registry ( #1124 )
2025-09-11 09:39:45 -07:00
Jann Stute
c6f66973a4
fix: renderer type fixes ( #1114 )
...
* fix: type fixes
* fix: address review feedback
2025-09-11 09:39:32 -07:00
Jann Stute
c1599c98f1
fix: apply unwrap where necessary ( #1113 )
...
* fix: apply unwrap where necessary
* fix: revert change that caused tests to fail
* fix: revert removal of pyright ignore commet
* fix: add missing ignore comments
2025-09-10 12:54:58 -07:00
Sola-ris
9319b6e6d6
feat: render .cb7 thumbnails. ( #1118 )
2025-09-09 12:33:15 -07:00
Travis Abendshien
00aeb043f0
docs: update roadmap
2025-09-08 15:15:30 -07:00
Travis Abendshien
e18cf24b43
docs: update preview support
2025-09-08 15:14:47 -07:00
Travis Abendshien
377f3afb1d
chore: update search test file
2025-09-08 15:14:04 -07:00
Travis Abendshien
2d107ab00d
chore: bump version to v9.5.5
v9.5.5
2025-09-08 14:18:02 -07:00
Weblate (bot)
2d652c83d4
translations: update from Hosted Weblate ( #1090 )
...
* Translated using Weblate (Russian)
Currently translated at 88.4% (314 of 355 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: purpletennisball <droll_togas.6i@icloud.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
Translation: TagStudio/Strings
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (356 of 356 strings)
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
Translation: TagStudio/Strings
* Update translation files
Updated by "Remove blank strings" add-on in Weblate.
Translated using Weblate (Spanish)
Currently translated at 96.6% (343 of 355 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: danpg94 <danpalma94@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
Translation: TagStudio/Strings
* Translated using Weblate (French)
Currently translated at 100.0% (356 of 356 strings)
Translated using Weblate (French)
Currently translated at 99.4% (353 of 355 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com >
Co-authored-by: RustyNova <rusty.nova.jsb@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
Translation: TagStudio/Strings
* Translated using Weblate (Toki Pona)
Currently translated at 86.7% (308 of 355 strings)
Co-authored-by: Bee Crankson <ProfB.crankson@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tok/
Translation: TagStudio/Strings
---------
Co-authored-by: purpletennisball <droll_togas.6i@icloud.com >
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Co-authored-by: danpg94 <danpalma94@gmail.com >
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com >
Co-authored-by: RustyNova <rusty.nova.jsb@gmail.com >
Co-authored-by: Bee Crankson <ProfB.crankson@gmail.com >
2025-09-08 13:48:54 -07:00
Sola-ris
bbfc27285e
feat: render .cbt thumbnails. ( #1116 )
2025-09-08 13:47:23 -07:00
Travis Abendshien
2df92f2115
docs: update install page
2025-09-08 13:11:31 -07:00
Sola-ris
2eb9aad12d
feat: render .cbr thumbnails. ( #1112 )
2025-09-08 12:51:01 -07:00
Xarvex
d9c7d58e89
fix(nix/package): temporary test ignore
2025-09-08 10:56:11 -05:00
Travis Abendshien
71d04254cf
fix: properly delete tag_parents row when deleting tag ( #1107 )
2025-09-07 23:59:52 -07:00
Sola-ris
b216490311
fix: use first file as epub thumbnail instead of the last. ( #1111 )
2025-09-07 13:45:47 -07:00
Travis Abendshien
1c5e0016cc
fix: prevent mnemonic removal from removing escaped ampersands ( #1110 )
...
* fix: revert mnemonic removal logic
* refactor: fix newer logic to keep '&&'
2025-09-07 13:37:11 -07:00
Sola-ris
f258578f7b
feat: read epub cover from ComicInfo.xml, if available. ( #1109 )
2025-09-07 13:09:10 -07:00
Travis Abendshien
19cdb80b57
fix: use correct units in cache size log message
2025-09-06 20:10:26 -07:00
Travis Abendshien
47baa6f09e
fix: always show first frame of video; autoplay will always play ( #1104 )
...
Co-authored-by: Sumith <109025648+sumithsudheer@users.noreply.github.com >
2025-09-06 15:00:50 -07:00
Travis Abendshien
cee64a8c31
refactor: fix most pyright issues in library/alchemy/ ( #1103 )
...
* refactor: fix most pyright issues in library/alchemy/
* chore: implement review feedback
2025-09-06 14:20:05 -07:00
Travis Abendshien
f49cb4fade
refactor!: restructure qt layout, untangle from backend ( #1095 )
...
* refactor: untangle backend and frontend files
* refactor: more structure organizing
* refactor: rename silent_subprocess.py
* refactor: update qt ui structure to pure mvc + temporarily mixed
* refactor: pluralize MVC folders
2025-09-06 14:10:36 -07:00
Travis Abendshien
fff967617b
feat: add cached thumb quaity and resolution settings ( #1101 )
2025-09-06 13:31:49 -07:00
Travis Abendshien
7a8d34e190
feat(ui): add thumb cache size setting to settings panel ( #1088 )
...
* feat: add thumb cache size setting to settings panel
* refactor: change names in cache_manager.py to be less ambiguous, more descriptive
* refactor: store cache size in MiB instead of bytes
2025-09-05 16:04:06 -07:00
Travis Abendshien
3374f6b07f
fix: add option to use old Windows 'start' command ( #1084 )
2025-09-05 13:44:52 -07:00
Travis Abendshien
eecb4d3e38
fix: account for leading slash pattern in wcmatch ( #1092 )
2025-09-05 13:38:02 -07:00
Travis Abendshien
583d107cb8
fix: reorder renderer types to fix early false positives ( #1093 )
2025-09-05 12:44:51 -07:00
Travis Abendshien
2db8bed304
translations: add Czech, Portuguese (Portugal), and Romanian in UI
2025-09-04 15:18:07 -07:00
Travis Abendshien
01680cab34
fix: update SQL_FILENAME to import from new constant ( #1094 )
2025-09-04 13:30:45 -07:00
Travis Abendshien
ccd7ce136e
Revert "fix: reorder renderer types to fix early false positives"
...
This reverts commit 25f85bf443 .
2025-09-03 02:26:20 -07:00
Travis Abendshien
25f85bf443
fix: reorder renderer types to fix early false positives
2025-09-03 02:23:14 -07:00
Travis Abendshien
ce095385a8
chore: bump version to v9.5.4
v9.5.4
2025-09-01 15:43:10 -07:00
Jann Stute
54f9c93285
refactor: auto mnemonics ( #1083 )
2025-09-01 15:38:34 -07:00
Weblate (bot)
1132026aff
translations: update Hungarian ( #1079 )
...
Currently translated at 100.0% (355 of 355 strings)
Translated using Weblate (Hungarian)
Currently translated at 99.7% (354 of 355 strings)
Translated using Weblate (Hungarian)
Currently translated at 99.4% (353 of 355 strings)
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
Translation: TagStudio/Strings
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
2025-09-01 15:19:21 -07:00
Jann Stute
c16445f47e
feat: auto generation of mnemonics ( #1082 )
2025-09-01 15:14:37 -07:00
Travis Abendshien
781aca27ae
fix: don't flush entire changes when adding tags in bulk ( #1081 )
...
* fix: don't flush entire changes when adding tags in bulk
* fix: remove bumped version
* fix: remove bumped version, again
2025-09-01 15:14:09 -07:00
Weblate (bot)
4f9d805cac
translations: update from Hosted Weblate ( #1078 )
...
* Translated using Weblate (Turkish)
Currently translated at 80.5% (281 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tr/
Translation: TagStudio/Strings
* Translated using Weblate (Filipino)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: searinminecraft <kitakita@disroot.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fil/
Translation: TagStudio/Strings
* Translated using Weblate (Tamil)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
Translation: TagStudio/Strings
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 71.3% (249 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
Translation: TagStudio/Strings
* Translated using Weblate (German)
Currently translated at 100.0% (349 of 349 strings)
Translated using Weblate (German)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Liveside <livesi5e@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
Translation: TagStudio/Strings
* Translated using Weblate (Russian)
Currently translated at 89.6% (313 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
Translation: TagStudio/Strings
* Translated using Weblate (Japanese)
Currently translated at 89.6% (313 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: wany-oh <wany-oh@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ja/
Translation: TagStudio/Strings
* Translated using Weblate (Portuguese)
Currently translated at 73.6% (257 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt/
Translation: TagStudio/Strings
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (349 of 349 strings)
Translated using Weblate (Hungarian)
Currently translated at 92.8% (324 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
Translation: TagStudio/Strings
* Translated using Weblate (Polish)
Currently translated at 84.8% (296 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pl/
Translation: TagStudio/Strings
* Translated using Weblate (Spanish)
Currently translated at 90.2% (315 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
Translation: TagStudio/Strings
* Translated using Weblate (French)
Currently translated at 100.0% (349 of 349 strings)
Translated using Weblate (French)
Currently translated at 92.8% (324 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
Translation: TagStudio/Strings
* Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/zh_Hant/
Translation: TagStudio/Strings
* Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luoyu <tkiuvvv2333@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/zh_Hans/
Translation: TagStudio/Strings
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Neemek <sindodeg@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/nb_NO/
Translation: TagStudio/Strings
* Translated using Weblate (Toki Pona)
Currently translated at 84.8% (296 of 349 strings)
Co-authored-by: Bee Crankson <ProfB.crankson@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tok/
Translation: TagStudio/Strings
* Translated using Weblate (Viossa)
Currently translated at 82.8% (289 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nginearing <142851004+Nginearing@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/qpv/
Translation: TagStudio/Strings
---------
Co-authored-by: searinminecraft <kitakita@disroot.org >
Co-authored-by: Liveside <livesi5e@gmail.com >
Co-authored-by: wany-oh <wany-oh@users.noreply.hosted.weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com >
Co-authored-by: Luoyu <tkiuvvv2333@gmail.com >
Co-authored-by: Neemek <sindodeg@gmail.com >
Co-authored-by: Bee Crankson <ProfB.crankson@gmail.com >
Co-authored-by: Nginearing <142851004+Nginearing@users.noreply.github.com >
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
2025-09-01 13:01:39 -07:00
Weblate (bot)
bb10baf892
translations: update from Hosted Weblate ( #1076 )
...
* Translated using Weblate (Turkish)
Currently translated at 80.5% (281 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tr/
Translation: TagStudio/Strings
* Translated using Weblate (Filipino)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: searinminecraft <kitakita@disroot.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fil/
Translation: TagStudio/Strings
* Translated using Weblate (Tamil)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
Translation: TagStudio/Strings
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 71.3% (249 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
Translation: TagStudio/Strings
* Translated using Weblate (German)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
Translation: TagStudio/Strings
* Translated using Weblate (Russian)
Currently translated at 89.6% (313 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
Translation: TagStudio/Strings
* Translated using Weblate (Japanese)
Currently translated at 89.6% (313 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: wany-oh <wany-oh@users.noreply.hosted.weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ja/
Translation: TagStudio/Strings
* Translated using Weblate (Portuguese)
Currently translated at 73.6% (257 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt/
Translation: TagStudio/Strings
* Translated using Weblate (Hungarian)
Currently translated at 92.8% (324 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
Translation: TagStudio/Strings
* Translated using Weblate (Polish)
Currently translated at 84.8% (296 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pl/
Translation: TagStudio/Strings
* Translated using Weblate (Spanish)
Currently translated at 90.2% (315 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
Translation: TagStudio/Strings
* Translated using Weblate (French)
Currently translated at 92.8% (324 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
Translation: TagStudio/Strings
* Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Anonymous <noreply@weblate.org >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/zh_Hant/
Translation: TagStudio/Strings
* Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Luoyu <tkiuvvv2333@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/zh_Hans/
Translation: TagStudio/Strings
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 89.1% (311 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Neemek <sindodeg@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/nb_NO/
Translation: TagStudio/Strings
* Translated using Weblate (Toki Pona)
Currently translated at 84.8% (296 of 349 strings)
Co-authored-by: Bee Crankson <ProfB.crankson@gmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tok/
Translation: TagStudio/Strings
* Translated using Weblate (Viossa)
Currently translated at 82.8% (289 of 349 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Nginearing <142851004+Nginearing@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/qpv/
Translation: TagStudio/Strings
---------
Co-authored-by: searinminecraft <kitakita@disroot.org >
Co-authored-by: wany-oh <wany-oh@users.noreply.hosted.weblate.org >
Co-authored-by: ssantos <ssantos@web.de >
Co-authored-by: Luoyu <tkiuvvv2333@gmail.com >
Co-authored-by: Neemek <sindodeg@gmail.com >
Co-authored-by: Bee Crankson <ProfB.crankson@gmail.com >
Co-authored-by: Nginearing <142851004+Nginearing@users.noreply.github.com >
2025-09-01 12:04:11 -07:00
Travis Abendshien
1ae92a3661
feat: add setting to select splash screen ( #1077 )
...
* feat: add setting to select splash screen
* feat: add random setting to splash screens
2025-09-01 12:01:32 -07:00
Travis Abendshien
2f4b72fd4d
feat: add library cleanup screen and 'fix ignored files' window ( #1070 )
...
* feat(ui): add LibraryInfoWindow with statistics
* feat: add library cleanup screen
* fix: missing resource
* tests: add basic test for resource_manager.py
* feat: remove ignored files in bulk
* feat: open backups folder from library info window
* refactor: rename unlinked+ignored modal files
* refactor: sort en.json
2025-08-31 16:53:56 -07:00
Weblate (bot)
7a7e1cc4bd
translations: update from Hosted Weblate ( #1071 )
...
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (330 of 330 strings)
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
Translation: TagStudio/Strings
* Translated using Weblate (French)
Currently translated at 100.0% (330 of 330 strings)
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com >
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
Translation: TagStudio/Strings
---------
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com >
2025-08-31 16:49:53 -07:00
purpletennisball
a9a1470a08
fix: parent tags in tag editor are uneditable ( #1073 )
2025-08-31 16:38:01 -07:00
Travis Abendshien
dcf564e8c3
fix: add loop cutoff to get_tag_categories() ( #1075 )
2025-08-31 14:00:39 -07:00
Travis Abendshien
9891caca35
fix: set generate_thumbs default to true
2025-08-30 15:34:52 -07:00
Xarvex
131c5df86b
fix(nix/package): ignore mutating test files, add new problematic tests
2025-08-30 12:16:50 -05:00
Travis Abendshien
d8b058ac5a
docs: update launch arguments
2025-08-29 17:40:32 -07:00
Travis Abendshien
a9bdd93c64
docs: update roadmap
2025-08-29 17:29:13 -07:00