Skip to content

v1.3.0

Latest

Choose a tag to compare

@Goalsum Goalsum released this 06 Aug 15:02
· 1 commit to main since this release

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 export submenu to two submenus: export table and export 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.bat to delete the old context menus, then run install.bat to add the new context menus.
  • Use Tatarubook upgrade command to upgrade your DB file.

Contributors

  • Thanks to @kakushisyou , merry and あゆま for their contributions to Japanese documents.