-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
CHANGELOG
SeongTae Jeong edited this page Nov 14, 2024
·
13 revisions
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.
- https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/continuous
- https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/nightly
- Add 'Check for Updates' menu (#3788, c6ce01b)
- Add icons to 'Check Constraints' tab in EditTable dialog (ba4e74a)
- Restore the left alignment in the Edit Pragmas tab (#3778, 4346838)
- 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)
- Remove two key combinations using Ctrl+Alt+Letter (#3771, 51c37de, 1a89154)
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/
Getting Started
For Users
- Encrypted Databases
- Keyboard shortcuts
- Browse Data
- Filters
- Regular Expressions
- Display Formats
- Encodings
- Conditional Formats
- Plot Dock
- Views
- Project Files
- Command Line Interface
- Transactions
- Tutorials
- Video tutorials
- Windows Users
- macOS Users
For Developers
- Release process
- Source code highlights
- Merging Commits
- Translations
- Building on
- Nightly Builds
- Nightly build script for
- GitHub Actions
For Translate Contributors