Letos is desktop application for browsing and editing SQLite database files. It is aimed for people, who know what SQLite is, or what relational databases are in general.
ADDED: #5402 User Interface scaling can be now configured for whole application from the configuration dialog (Look & Feel page).
ADDED: Letos can now use different icon sets. It's configurable. For now the open source repository contains only the default icon set, while official letos.org builds will include a set from Icons8 (https://icons8.com). These are proprietary icons and Icons8 team granted the license to Letos project.
BUGFIX: #5626 Grid View font is now used for inline editors to make the cell editing experience unified.
BUGFIX: #5722 Fixed crash when committing data edited in a View.
BUGFIX: #5728 Set cell vertical alignment in Grid View to center.
BUGFIX: #5724 Persian translation added. Right-To-Left languages support fixed. Fixed core Qt translations (i.e. dialog buttons, etc).
BUGFIX: #5693 Fixed disappearing folder/group from Db list when drag&dropping it outside of the Db list.
BUGFIX: #4241 ignore user's QT_PLUGIN_PATH, because it can break Letos if it's incompatible Qt path
BUGFIX: #5733 Fixed drop support for SQLite3 files under Windows.
BUGFIX: #5742 Fixed header to resize column on double-clicking its right separator.
BUGFIX: #5738 Fixed bright background for MDI on first app run when using MacOS or Linux with dark theme.
BUGFIX: #5743 Removed the Windows 11 and Windows Vista styles from the official builds, as the Qt implementations are incomplete and may lead to a confusing user experience.
BUGFIX: Fixed Command Palette under MacOS, so that navigating with up/down keys over results works now and margins of the results are more aesthetic.
BUGFIX: Fixed restoring expanded/collapsed state of folders on the database list.
BUGFIX: Fixed crash on pressing Ctrl while having focus in the Hex editor.
BUGFIX: Fixed Import Dialog to keep selected table when importing data to table from DB list context menu.
BUGFIX: Removed misleading message from data query execution when clearing the sorting column by header clicks.