Skip to content

Asset Track 1.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 02:41
· 6 commits to main since this release

Release v1.5.0

状态:月流水事实链路更新。要求 Obsidian 1.13.0 或更高版本;安装或更新前,
请先将 Obsidian 桌面版升级到当前最新的 1.13.x 版本。

发布声明

v1.5.0 把借款从独立顶层入口整合到月流水页,让借款新增、继承、还清和对账差额都在
同一个月度结算流程中完成。本版本不改变 SQLite schema、数据库路径、备份格式或既有
data.json 兼容字段。

用户可见更新

  • 借款区块位于月流水页内:上月未还借款会自动出现在后续月份,用户在对应月份新增借款
    或勾选“本月还清”。
  • 借款仍写入全局 debt_manager 事实表,不写入月度借款快照;历史月份不能覆盖未来月份
    已还清的借款事实。
  • 月流水顶部对账差额会读取草稿中的借款变化,新增借款、修改当月借款金额或勾选本月还清
    后立即刷新,不再等保存后才反映借款影响。
  • 代付、加仓和提现不使用分类;逐项表、商品汇总展开和特殊流水编辑区不再显示分类列、
    分类选择入口或“无需分类”占位。
  • 按商品汇总移除“最近日期”列,重新调整收支、商品、次数、总金额、分类和操作列宽,
    并支持按收支和分类排序。
  • 保存月份时同时提交月流水、资产、固定资产和月内借款草稿;若存在未来还清借款冲突,
    Repository 会以结构化错误拒绝写入。

Release notes (English)

Asset Track v1.5.0 moves debt handling into the monthly transaction workflow. It requires
Obsidian 1.13.0 or later; before installing or updating, upgrade the desktop application
to the latest available 1.13.x release.

  • The monthly transaction page now includes a debt section. Unpaid debts carry forward
    automatically, and users add new debts or mark debts as paid in the relevant month.
  • Debts still use the global debt_manager fact table instead of monthly debt snapshots.
    Historical months cannot overwrite a debt that has already been paid in a future month.
  • The monthly editor's reconciliation difference now uses draft debt changes, so adding,
    repaying, or changing same-month debt amounts updates the difference immediately before save.
  • Proxy payment, investment deposit, and investment withdrawal rows do not use categories.
    Their detail tables and item-summary details no longer show category columns, selectors, or
    “no category required” placeholders.
  • Item summary removes the Latest date column, improves column proportions for item and
    category readability, and supports sorting by type and category.
  • SQLite schema 9, database paths, backup formats, and compatible data.json fields remain
    unchanged.