chore(release): bump to v0.7.8 + changelog - #123
Merged
Merged
Conversation
added 2 commits
August 22, 2026 10:49
- Cargo.toml/Cargo.lock 0.7.7 -> 0.7.8 - ui/index.html cache-bust 20260822-5 -> 20260822-6 (5 refs) - CHANGELOG: v0.7.8 entry (tx-table filter row fix + token filter removal) Gates: 139/139 cargo test + fmt + clippy + node --check all green.
…026-08-22T10:50:00) - backend: GET /api/transactions accepts start/end (RFC3339/ISO 8601 UTC), normalized via chrono to SQLite 'YYYY-MM-DD HH:MM:SS' then string-compared against transactions.time; summary/total/list all filtered consistently; invalid time format -> 400 - frontend: transaction page adds a time-range selector (24h/7d/30d/all/custom) defaulting to last 24 hours; custom shows datetime-local start/end; switching reloads list + summary bar - i18n: zh/en keys for range labels - test: transactions_time_range_filter covers start/end/narrow-range + summary consistency (140/140 green) Gates: 140/140 cargo test + fmt + clippy + node --check all green.
8 tasks
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.
v0.7.8 版本 bump
Gates: 139/139 cargo test + fmt + clippy + node --check 全绿。