Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Version 2.2

Compare
Choose a tag to compare
@joshirio joshirio released this 08 Nov 11:21
· 156 commits to master since this release
c04a32f

Changelog

New Features

  • New preference setting for font size in form view
  • Highlight search results in form view, closes #34
  • New setting to allow more than one line in table view for each row
  • New setting to cache images in table view, fixes #37
  • Allow custom database directory in settings, closes #38

Improvements

  • Show taskbar progress on windows during sync
  • Update dropbox python sdk, fixes #35

Bug Fixes

  • Enable high DPI support on windows and linux, fixes #18
  • Disable completely editing, including layout changes, when read only sync session is active, fixes #36
  • Fix font issue where characters overlap when printing on windows
  • Fix missing svg dependency windows setup script
  • Add missing dependencies and langauges to windows installer, fixes #39
  • Fix dependencies in PKGBUILD
  • Windows, fix wrong text color in table view of selected rows (white on light blue)
  • Allow removing items in combo box fields, fixes #42
  • Escape single and double quotes characters for combobox fields, should also prevent SQL injections, fixes #40
  • Hide progress dialog on optimize database size when finished, fixes #32
  • Select correct collection when a collection is added or deleted, fixes #43
  • Escape double quotes in field names correctly, fixes #29