AppGini 24.13 released!
Posted: 2024-05-06 12:06
New featuresDownload free trial
Free upgrade if you ordered AppGini Pro (or an upgrade license) on or after May 5, 2023.
Discounted upgrade if you ordered before that date.
- Implement live search in homepage to quickly find a table or table group.
Live search in homepage screenshot
- Press
Ctrl
while clicking the 'Move up' icon to move table/field to the top when sorting tables/field in AppGini.
Ctrl + Move up to move table to top (screenshot) - Press
Ctrl
while clicking the 'Move down' icon to move table/field to the bottom when sorting tables/field in AppGini.
Ctrl + Move down to move field to bottom (screenshot) - Refactor 'Move up' and 'Move down' for faster sorting without redrawing the treeview, and with preserving expanded tables.
- Fix truncated text in Google map options dialog in high DPI screens.
- Fix issue with formatting numbers when locale is German (de-DE).
- Fix quick search not highlighting matches in non-default table view templates.
- When renaming a field with a magic/smart name, fix some schema properties not getting applied to the
ALTER TABLE
statement.
- Homepage search can be disabled by adding
AppGini.disableHomePageSearch = true;
in a script block inhooks/footer-extras.php
. - To search both titles and descriptions in the homepage search box, add
AppGini.homePageSearchDescriptions = true;
in a script block inhooks/footer-extras.php
- Add database client info to server status page for more comprehensive reporting/debugging.
- Show app date and time (both configured time zone and GMT) in server status page