Skip to content
SeongTae Jeong edited this page Nov 14, 2024 · 13 revisions

CHANGELOG for DB4S

All notable changes to the Database Browser for SQLite -DB4S - project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add 'Check for Updates' menu (#3788, c6ce01b)
  • Add icons to 'Check Constraints' tab in EditTable dialog (ba4e74a)

Changed

  • Restore the left alignment in the Edit Pragmas tab (#3778, 4346838)

Fixed

  • Fix an issue where AppImage could not be run on some older Linux distributions. (#3781, 5ff8793)
  • Fix an issue where the ‘formats’ extension could not be loaded on Mac machines using the x86_64 architecture. (#3796, f37031e)
  • Fix corner case of VACUUM execution (#3723, #3772, e8595ba)
  • Fix crash when removing a newly added CHECK constraint (#3705, e2fcd33)
  • Fix for "Apply changes" popup infinite loop (#3758, 0d5fe45)
  • Fix incorrect string-to-0 conversion for columns with numeric affinity (e.g., DATETIME) when strings contain valid timestamps (#3785, 868a0e8)

Removed

  • Remove two key combinations using Ctrl+Alt+Letter (#3771, 51c37de, 1a89154)

[3.13.1] - 2024-09-16 UTC

https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1

Release version of DB4S - DB Browser for SQLite. The basic features of the program are described in the README.

Download release versions from https://sqlitebrowser.org/dl/

Clone this wiki locally