Bug Fixes - #2624
Draft
NhKPaNdA wants to merge 60 commits into
Draft
Conversation
Changed: Status bar to update more frequently for faster loading animation
Slasar41
marked this pull request as draft
November 27, 2025 03:04
Added: Comments for imagemagick command
Added: Console output for debug leaks dev build
Added: Option to use server image creation time over local time
Changed: Image creation time to server time by default
Added: Bunch of lock and unlocks in db processing to mitigate errors Fixed: Many many bad codes
Added: Better db interactions
Fixed: More code clean up and readability
Changed: Options storing and reading method. Only general options for now
Fixed: Options that save on change
Fixed: Invalid checks and code cleanup
Fixed: Locking with downloads and favourites DBs (Should now be able to run in IDE without rebuild)
Removed: Commit/Flush queue exe commands
Fixed: Downloaded chapters db closing after commit and not being able to read from afterwards
Added: More checks for db interactions to prevent access violations
Changed: Manga list dbs from manual db sort to use index instead Changed: Manga list dbs using manual vacuum to set auto vacuum instead
Fixed: Syntax cleanup
Added: Index and FTS table creation on open, and auto vacuum on create db Changed: Search, Filter and get record values to use DBCache instead of query db Added: Cache add, update and delete with sql statements Removed: Unused or not needed options and functions
Fixed: FTS db matching not searching mid word
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check commit messages for specifics