forked from pgmodeler/pgmodeler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pgmodeler:develop' into master
- Loading branch information
Showing
13 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
v1.0.1 | ||
v1.0.2 | ||
------ | ||
<em>Release date: February 17, 2023</em><br/> | ||
<em>Changes since: <strong>v1.0.0</strong></em><br/> | ||
<em>Release date: March 14, 2023</em><br/> | ||
<em>Changes since: <strong>v1.0.1</strong></em><br/> | ||
|
||
This patch release for pgModeler 1.0.x brings the following changes and fixes: | ||
|
||
* The appearance config now correctly adjusts the drop shadows on tool buttons improving the color contrast according to the current theme. | ||
* When removing a primary key of a table in the editing dialog, pgModeler will now ask the user to uncheck all columns marked as PK in the Columns tab. | ||
* The catalog query for transform objects was disabled for PostgreSQL 9.x to allow compatibility mode to work without errors when browsing databases on that version. | ||
* Improving the visibility of some elements in the main menu bar and in the about widget. | ||
* Fixed the assignment of layer colors when loading model created in older pgModeler versions using compatibility mode. | ||
* When activating the action "Schemas rectangles > Hide" in the canvas area the child tables are properly updated in such a way to show the schema name in their title bars. | ||
* Fixed the disable state change for delimiter scale lock action when changing the current main window view. | ||
* Fixed the action "Open in file manager" in the file selector widget. | ||
* Fixed a bug related to importing referenced tables of FKs in partial import mode. | ||
* Fixed the attributes toggler item border style in partition tables. | ||
* Fixed a regression that was preventing the canvas color to be changed. | ||
* Fixed a bug in BaseObjectWidget::finishConfiguration that was preventing the creation of a role and a table with the same names. | ||
* Fixed the generation of DROP command for policy, trigger, and rule. | ||
* Fixed a bug that was causing objects to be selected in the sample model at appearance settings. | ||
* Forcing the usage of Qt 6.x due to problems on Windows when compiling with Qt 5. | ||
* Minor adjustment in CodeCompletionWidget stylesheet. | ||
* Saving/restoring the painter settings after drawing the background in ObjectsScene. | ||
* Fixed a malformed diff code for policies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters