|
1 | | -v1.2.2 |
| 1 | +v1.2.3 |
2 | 2 | ------ |
3 | | -<em>Release date: October 17, 2025</em><br/> |
4 | | -<em>Changes since: <strong>v1.2.1</strong></em><br/> |
| 3 | +<em>Release date: February 6, 2026</em><br/> |
| 4 | +<em>Changes since: <strong>v1.2.2</strong></em><br/> |
5 | 5 |
|
6 | 6 | This patch release for pgModeler 1.2.x brings the following improvements and fixes: |
7 | 7 |
|
8 | | -* [New] Added initial support for PostgreSQL 18. |
9 | | -* [Change] Refactored the result set handling, avoiding potential memory leaks. |
10 | | -* [Fix] Fixed a bug in XML parsing that was not configuring the DTD file path correctly. |
11 | | -* [Fix] Fixed a bug that was causing the collation object assigned to a column not to be reflected in SQL and XML codes. |
12 | | -* [Fix] Fixed a bug that was causing collation objects to be saved always as deterministic, even when the user unchecked the option in the editing form. |
13 | | -* [Fix] Fixed the database server version parsing routine so the default version can be used as a fallback when a major server version is not yet recognized by the tool. |
| 8 | +* [New] Added the method TaskProgressWidget::setNoProgressState. |
| 9 | +* [Change] Refactored MainWindow initialization by moving startup timers to a new startOtherTimers method. |
| 10 | +* [Change] Improved MainWindow initialization control by overriding the showEvent method. |
| 11 | +* [Change] Updated AboutWidget and WelcomeWidget UI layouts. |
| 12 | +* [Change] Updated GlobalAttributes with new site URL. |
| 13 | +* [Fix] Fixed a bug in DatabaseModel::loadObjectsMetadata that was causing crashes in some circumstances. |
| 14 | +* [Fix] Fixed a bug in NumberedTextEditor that was copying all text when hitting Ctrl+C when there was only a portion of the text selected. |
| 15 | +* [Fix] Fixed a bug in ModelValidationHelper that was not properly swapping ids between table children objects and their dependencies (e.g., trigger -> function). |
| 16 | +* [Fix] Fixed a bug in the Connection class that was creating an invalid connection string when other params were manually specified. |
0 commit comments