Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.1 source code.tar.gz | 2024-09-04 | 11.4 MB | |
1.1.1 source code.zip | 2024-09-04 | 11.6 MB | |
README.md | 2024-09-04 | 1.1 kB | |
pgmanage-1.1.1.AppImage | 2024-08-27 | 186.7 MB | |
pgmanage-1.1.1_mac_x64.dmg | 2024-08-27 | 142.2 MB | |
pgmanage-1.1.1_setup.win64.exe | 2024-08-27 | 159.7 MB | |
Totals: 6 Items | 511.5 MB | 0 |
Release Notes
-
New features:
- added IPv6 support for database connections
- allow using UNIX domain socket paths in connection form -> server field (#438)
- allow empty server values in the connection form for Postgres connections
- password prompt will now be shown when user tries to establish database connection with wrong password
- queries in console query history modal can now be copied to query tab with a double-click
- console history buffer is now cleared from memory when "clear console" button is clicked
-
Bugs fixed:
- fixed unrestricted code execution vulnerability in monitoring widget back-end. The issue was reported by Andrew Effenhauser, Ayman Hammad and Daniel Crowley of X-Force Red
- fixed Entity Relationship not rendering diagram for some database layouts
- fixes issue when expanded DB object tree node was not always scrolled to the top of viewport
- fixed missing GRANT statements when roles is displayed in DDL tab
- fixed a bug when application tabs may become unresponsive some cases
- various minor layout fixes and tweaks