Conversation
… workflow - Replaced manual windres usage with winresource for reliable cross-platform builds. - Added librius.ico to res/ and updated build.rs accordingly. - Adjusted GitHub Actions Windows job to ensure MSVC toolchain compatibility.
- Added cross-platform build scripts (build_all.sh / build_all.bat). - Added PowerShell and Bash scripts to verify submodule sync status. - Improved developer workflow consistency across platforms.
…ersion - Pulled latest developer utilities and shared scripts. - Ensured compatibility with current Librius toolchain. - Verified synchronization via check_submodule scripts.
…and write_log integration - New `librius del <ID|ISBN>` command supports hybrid ID/ISBN detection. - Added confirmation prompt before deletion and `--force` flag to bypass it. - All deletions are recorded using the existing `write_log()` utility. - Localized help and messages for English and Italian.
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.
✨ What's new in v0.4.1
🗑️ Delete Command
del <ID|ISBN>command to remove books from the database.--forceflag for non-interactive or scripted deletions.🧾 Logging
write_log()function for traceability.🌍 Localization
delcommand messages.🧰 Developer Notes