V0.2.1 #5
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/librius!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.2.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[v0.2.1] - 2025-10-13
Added
db/migrate.rswith incremental patch system and automatic execution at startup.config/migrate.rsto automatically upgrade YAML configuration files.utils::write_log()function records database and migration events into thelogtable.--verboseflag for diagnostic and debug output.db::start_db(): unified entry point that handles opening, creating, and migrating the database automatically.utils::now_str()returns ISO 8601 formatted timestamps (%+).Changed
main.rssimplified: initialization logic moved intodb::start_db().print_info()andprint_ok()now depend on verbose mode.Fixed