New features
- Add 3 new views: daily_assets, price_unavailable and net_worth_changes. The net_worth_changes view shows the net worth at the end of each day (if available), the other two views help to implement this feature.
- Update context menu: split
exportsubmenu to two submenus:export tableandexport view. This is due to Windows' limit of items in one submenu.
Improvements
- Use placeholders to bind values for all SQL operations. This allows table fields to contain quotes, and also generates better prompt messages when inputting illegal values (for example, a number containing commas).
- Change some prompt messages to be more user friendly.
Documents
- Update Chinese document: modify the example data in Data Importing Guide to exhibit the process better.
- Fix some mistakes in documents.
Bug fixes
- Fix bug: wrongly detect an input line that is not the first line as a headline if it contains no numbers.
- Fix bug: return_on_shares view shows incorrect data if there is a stock split or reverse stock split.
Upgrade notice
If you are already using TataruBook v1.2 or an earlier version, you should first:
- Run
uninstall.batto delete the old context menus, then runinstall.batto add the new context menus. - Use
Tatarubook upgradecommand to upgrade your DB file.
Contributors
- Thanks to @kakushisyou ,
merryandあゆまfor their contributions to Japanese documents.