Skip to content

Releases: DvdGiessen/DBSR

2.2.0

22 Jun 12:05
eb40ac9
Compare
Choose a tag to compare
  • Added option to disable table locking to help with certain database setups (#10)

2.1.4

02 Aug 15:06
Compare
Choose a tag to compare
  • Improved performance by removing a DISTINCT clause. Processing extra rows should be faster than grouping unindexed columns.

2.1.3

07 Nov 00:04
Compare
Choose a tag to compare
  • Removed separate GUI and CLI version numbers, now there is only a single DBSR version number
  • Improved some messages in the GUI to better explain functionality
  • Fixed page width issue in GUI
  • Decreased compiled GUI size significantly by trimming some unused images and optimizing encoding used in the compiler

2.1.2

08 Aug 15:19
Compare
Choose a tag to compare
  • Added support for serialized namespaced classes
  • Added explicit error message when trying to search and replace in empty database
  • Fixed missing newlines in GUI hex display
  • Fixed broken autocomplete in GUI

2.1.1

14 Feb 13:18
Compare
Choose a tag to compare
  • Fixed issue with namespaced objects breaking serialization
  • Updated frontend dependencies