{"release":{"tag":{"name":"v1.3.0","path":"/goalsum/tatarubook/tags/v1.3.0","tree_path":"/goalsum/tatarubook/tree/v1.3.0","message":"### 新特性\r\n\r\n- 新增3个视图：[daily_assets](https://goalsum.github.io/TataruBook/tables_and_views.html#daily_assets), [price_unavailable](https://goalsum.github.io/TataruBook/tables_and_views.html#price_unavailable)和[net_worth_changes](https://goalsum.github.io/TataruBook/tables_and_views.html#net_worth_changes)。[net_worth_changes](https://goalsum.github.io/TataruBook/tables_and_views.html#net_worth_changes)视图展示每一天的资产净值（如果能成功计算），其它两个视图辅助实现该功能。\r\n- 更新右键菜单：把`export`拆分为两个菜单：`export table`和`export view`。这是由于Windows对单个子菜单中的项目个数存在限制。\r\n\r\n### 改进\r\n\r\n- 对于所有SQL操作，改为使用占位符来绑定值。这样可允许字段的值包含引号，而且当输入非法值（比如数字中包含逗号）的时候，能产生更友好的提示信息。\r\n- 修改一些提示信息使其对用户更友好。\r\n\r\n### 文档\r\n\r\n- 更新中文文档：修改[数据导入指南](https://goalsum.github.io/TataruBook/importing_data_cn.html)中的示例使其能更好的展示处理过程。\r\n- 修改文档中的一些错误。\r\n\r\n### Bug修复\r\n\r\n- 修复Bug：非第一行的输入行如果不包含数字，会被错误的识别成表头。\r\n- 修复Bug：当存在股份拆分或合并时，[return_on_shares](https://goalsum.github.io/TataruBook/tables_and_views.html#return_on_shares)视图展示的数据不准确。\r\n\r\n### 升级提示\r\n\r\n如果你已经在使用TataruBook v1.2或更早的版本，你需要首先：\r\n\r\n- 运行`uninstall.bat`来删除老的右键菜单，然后运行`install.bat`来添加新的右键菜单。\r\n- 使用`Tatarubook upgrade`命令来升级你的DB文件。\r\n\r\n### 贡献者\r\n\r\n- 感谢`肆萬`、`merry`和`あゆま`对日语文档的贡献。","commit":{"id":"05460b31903c897a387f2c30fc51533a7b1beaaf","short_id":"05460b3","title":"对于所有SQL操作，改为使用占位符来绑定值","title_markdown":"对于所有SQL操作，改为使用占位符来绑定值","description":"\n这样可允许字段的值包含引号，而且当输入非法值（比如数字中包含逗号）的时候，能产生更友好的提示信息。","description_markdown":"这样可允许字段的值包含引号，而且当输入非法值（比如数字中包含逗号）的时候，能产生更友好的提示信息。","message":"对于所有SQL操作，改为使用占位符来绑定值\n\n这样可允许字段的值包含引号，而且当输入非法值（比如数字中包含逗号）的时候，能产生更友好的提示信息。\n","message_markdown":"对于所有SQL操作，改为使用占位符来绑定值\n这样可允许字段的值包含引号，而且当输入非法值（比如数字中包含逗号）的时候，能产生更友好的提示信息。","detail_path":"/goalsum/tatarubook/commit/05460b31903c897a387f2c30fc51533a7b1beaaf","commits_path":"/goalsum/tatarubook/commits/05460b31903c897a387f2c30fc51533a7b1beaaf","tree_path":"/goalsum/tatarubook/tree/05460b31903c897a387f2c30fc51533a7b1beaaf","author":{"name":"飞得乐","email":"goalsum@qq.com","username":"goalsum","user_path":"/goalsum","enterprise_user_path":null,"image_path":"https://foruda.gitee.com/avatar/1741419705530651391/1314186_goalsum_1741419705.png!avatar30","is_gitee_user":true,"is_enterprise_user":null,"widget_url":""},"committer":{"name":"飞得乐","email":"goalsum@qq.com","username":"goalsum","user_path":"/goalsum","enterprise_user_path":null,"image_path":"https://foruda.gitee.com/avatar/1741419705530651391/1314186_goalsum_1741419705.png!avatar30","is_gitee_user":true,"is_enterprise_user":null,"widget_url":""},"authored_date":"2025-08-02T14:22:33+08:00","committed_date":"2025-08-02T14:22:33+08:00","signature":null,"build_state":null},"archive_path":"/goalsum/tatarubook/repository/archive/v1.3.0","signature":null},"operating":{"edit":false,"download":true,"destroy":false,"enterprise_forbid_zip":false},"release":{"title":"TataruBook v1.3.0","path":"/goalsum/tatarubook/releases/tag/v1.3.0","tag_path":"/goalsum/tatarubook/tree/v1.3.0","project_id":36518752,"created_at":"2025-08-07T22:21:40+08:00","is_prerelease":false,"description":"### 新特性\r\n\r\n- 新增3个视图：[daily_assets](https://goalsum.github.io/TataruBook/tables_and_views.html#daily_assets), [price_unavailable](https://goalsum.github.io/TataruBook/tables_and_views.html#price_unavailable)和[net_worth_changes](https://goalsum.github.io/TataruBook/tables_and_views.html#net_worth_changes)。[net_worth_changes](https://goalsum.github.io/TataruBook/tables_and_views.html#net_worth_changes)视图展示每一天的资产净值（如果能成功计算），其它两个视图辅助实现该功能。\r\n- 更新右键菜单：把`export`拆分为两个菜单：`export table`和`export view`。这是由于Windows对单个子菜单中的项目个数存在限制。\r\n\r\n### 改进\r\n\r\n- 对于所有SQL操作，改为使用占位符来绑定值。这样可允许字段的值包含引号，而且当输入非法值（比如数字中包含逗号）的时候，能产生更友好的提示信息。\r\n- 修改一些提示信息使其对用户更友好。\r\n\r\n### 文档\r\n\r\n- 更新中文文档：修改[数据导入指南](https://goalsum.github.io/TataruBook/importing_data_cn.html)中的示例使其能更好的展示处理过程。\r\n- 修改文档中的一些错误。\r\n\r\n### Bug修复\r\n\r\n- 修复Bug：非第一行的输入行如果不包含数字，会被错误的识别成表头。\r\n- 修复Bug：当存在股份拆分或合并时，[return_on_shares](https://goalsum.github.io/TataruBook/tables_and_views.html#return_on_shares)视图展示的数据不准确。\r\n\r\n### 升级提示\r\n\r\n如果你已经在使用TataruBook v1.2或更早的版本，你需要首先：\r\n\r\n- 运行`uninstall.bat`来删除老的右键菜单，然后运行`install.bat`来添加新的右键菜单。\r\n- 使用`Tatarubook upgrade`命令来升级你的DB文件。\r\n\r\n### 贡献者\r\n\r\n- 感谢`肆萬`、`merry`和`あゆま`对日语文档的贡献。","author":{"name":"飞得乐","username":"goalsum","path":"/goalsum","avatar_url":"https://foruda.gitee.com/avatar/1741419705530651391/1314186_goalsum_1741419705.png!avatar30"},"attach_files":[{"download_url":"/goalsum/tatarubook/attach_files/2304912/download/tatarubook.zip","name":"tatarubook.zip","cli_download_url":"https://gitee.com/goalsum/tatarubook/releases/download/v1.3.0/tatarubook.zip","censor_failed":false,"censor_tip":null}],"zip_download_url":"/goalsum/tatarubook/releases/tag/v1.3.0.zip","tar_download_url":"/goalsum/tatarubook/releases/tag/v1.3.0.tar.gz"}}}