Get it from the release page on Github:
- Windows: https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.13.0.7147
- Linux: https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.13.1.1
The v12.13 files are now hosted on the Github release pages, in the "Assets" area.
New stuff:
- Linux releases are built through Github Actions, in QT5 and GTK2 variants. A big thank you goes to Gus for making this happen!!
- feat: sort sessions and folders according to user locale (issue #1828)
- feat: sort session folders at top per setting (issue #1828)
- feat: filter box in user manager (issue #2275)
- add checkbox "Open file after creation" to grid export dialog (issue #912)
Bugfixes and enhancements:
- fix: sort empty session folders like non-empty ones (issue #1828)
- fix: set modified flag after move per button (issue #2220)
- fix: column reordering per drag and drop (issue #2220)
- fix: list procedures in PostgreSQL(issue #2278)
- fix: missing DELETE HISTORY privilege on MariaDB (issue #1026)
- fix: prevent crash in auto-refresh action (issue #1060)
- fix: bad message with no library selected (issue #1020)
- Table data generator: generate missing values for geometry columns
- allow modify length of index with binary column (issue #900)
- fix no longer working move up/down of selected columns, see https://www.heidisql.com/forum.php?t=44467 (issue #2220)
- end global "edit function" mode for grid editing early (issue #875)
- take care for escaped ENUM definitions (issue #799)
- work around non-greedy expression when extracting the return data type of a stored function with a space in it. (issue #768)
- safety replacement for folder separator when renaming a session or folder (issue #682)
- leave away schema when double-click table for inserting into query editor (issue #551)
- fix sticky empty-password warning after setting a non-empty one (issue #441)
- allow sorting columns in table designer by click on their header (issue #2220)
- ignore semicolon between double-dollar quoted strings when separating SQL queries by semicolon, e.g. $$ foo; bar $$ (issue #1326)