Skip to content

Commit 0a25602

Browse files
committed
announcement for 6.1.0
1 parent 3c0ad1a commit 0a25602

File tree

5 files changed

+51
-13
lines changed

5 files changed

+51
-13
lines changed

_src/app/index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,18 @@ <h1>News</h1>
176176
<div class="row">
177177

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-6.0.0" id="pgCodeKeeper-6.0.0">pgCodeKeeper 6.0.0</h4>
180-
<p class="date">June 7, 2021</p>
179+
<h4 class="anchor" name="pgCodeKeeper-6.1.0" id="pgCodeKeeper-6.1.0">pgCodeKeeper 6.1.0</h4>
180+
<p class="date">August 16, 2021</p>
181181
<ul class="short-article">
182-
<li>Added code formatting feature for functions in plpgsql and sql languages. Implemented so far: indentation and newline formatting, tabs to spaces replacement, spaces around operators, trailing whitespace removal. Formatting functionality will be extended in future.</li>
183-
<li>Fixed error when reading a DB schema via JDBC when objects of different kinds have same oid's.</li>
184-
<li>Project Editor now has a drop down list of DB connections for convenient connection selection.</li>
185-
<li>Project Editor now remembers last direction for changes application when reopened.</li>
182+
<li>It is now possible to selectively load schemas when reading a project or a DB via JDBC. Skipping schemas accelerates DB or project loading. Objects in ignored schemas cannot be used when generation migration scripts. See <a href='https://pgcodekeeper.readthedocs.io/en/latest/white_black_list_schemas.html'>docs</a> for further info.</li>
183+
<li>Added developer documentation describing overall project structure and work process in <a href='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
184+
<li>Improved function links in SQL editor, and also function dependencies.</li>
185+
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
186+
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
187+
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
188+
<li>Fixed an error in table data migration code generation.</li>
189+
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
190+
<li>Removed extraneous Show In menu in Project Explorer.</li>
186191
</ul>
187192
</div>
188193

_src/app/news.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@
4242
<div id="release-block" class="container">
4343
<h1>Releases</h1>
4444

45+
<h4 class="anchor" name="pgCodeKeeper-6.1.0" id="pgCodeKeeper-6.1.0">pgCodeKeeper 6.1.0</h4>
46+
<p class="date">August 16, 2021</p>
47+
<ul class="short-article">
48+
<li>It is now possible to selectively load schemas when reading a project or a DB via JDBC. Skipping schemas accelerates DB or project loading. Objects in ignored schemas cannot be used when generation migration scripts. See <a href='https://pgcodekeeper.readthedocs.io/en/latest/white_black_list_schemas.html'>docs</a> for further info.</li>
49+
<li>Added developer documentation describing overall project structure and work process in <a href='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
50+
<li>Improved function links in SQL editor, and also function dependencies.</li>
51+
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
52+
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
53+
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
54+
<li>Fixed an error in table data migration code generation.</li>
55+
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
56+
<li>Removed extraneous Show In menu in Project Explorer.</li>
57+
</ul>
58+
4559
<h4 class="anchor" name="pgCodeKeeper-6.0.0" id="pgCodeKeeper-6.0.0">pgCodeKeeper 6.0.0</h4>
4660
<p class="date">June 7, 2021</p>
4761
<ul class="short-article">

index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,18 @@ <h1>News</h1>
237237
<div class="row">
238238

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-6.0.0" id="pgCodeKeeper-6.0.0">pgCodeKeeper 6.0.0</h4>
241-
<p class="date">June 7, 2021</p>
240+
<h4 class="anchor" name="pgCodeKeeper-6.1.0" id="pgCodeKeeper-6.1.0">pgCodeKeeper 6.1.0</h4>
241+
<p class="date">August 16, 2021</p>
242242
<ul class="short-article">
243-
<li>Added code formatting feature for functions in plpgsql and sql languages. Implemented so far: indentation and newline formatting, tabs to spaces replacement, spaces around operators, trailing whitespace removal. Formatting functionality will be extended in future.</li>
244-
<li>Fixed error when reading a DB schema via JDBC when objects of different kinds have same oid's.</li>
245-
<li>Project Editor now has a drop down list of DB connections for convenient connection selection.</li>
246-
<li>Project Editor now remembers last direction for changes application when reopened.</li>
243+
<li>It is now possible to selectively load schemas when reading a project or a DB via JDBC. Skipping schemas accelerates DB or project loading. Objects in ignored schemas cannot be used when generation migration scripts. See <a href='https://pgcodekeeper.readthedocs.io/en/latest/white_black_list_schemas.html'>docs</a> for further info.</li>
244+
<li>Added developer documentation describing overall project structure and work process in <a href='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
245+
<li>Improved function links in SQL editor, and also function dependencies.</li>
246+
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
247+
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
248+
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
249+
<li>Fixed an error in table data migration code generation.</li>
250+
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
251+
<li>Removed extraneous Show In menu in Project Explorer.</li>
247252
</ul>
248253
</div>
249254

js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@
8282
<div id="release-block" class="container">
8383
<h1>Releases</h1>
8484

85+
<h4 class="anchor" name="pgCodeKeeper-6.1.0" id="pgCodeKeeper-6.1.0">pgCodeKeeper 6.1.0</h4>
86+
<p class="date">August 16, 2021</p>
87+
<ul class="short-article">
88+
<li>It is now possible to selectively load schemas when reading a project or a DB via JDBC. Skipping schemas accelerates DB or project loading. Objects in ignored schemas cannot be used when generation migration scripts. See <a href='https://pgcodekeeper.readthedocs.io/en/latest/white_black_list_schemas.html'>docs</a> for further info.</li>
89+
<li>Added developer documentation describing overall project structure and work process in <a href='https://github.com/pgcodekeeper/pgcodekeeper#readme'>README</a>.</li>
90+
<li>Improved function links in SQL editor, and also function dependencies.</li>
91+
<li>Fixed a false diff on functions with GRANT TO PUBLIC privileges.</li>
92+
<li>Added a DB type filter to the drop-down list in Project Editor.</li>
93+
<li>Fixed drop-down DB list rendering in Project Editor when running under KDE.</li>
94+
<li>Fixed an error in table data migration code generation.</li>
95+
<li>Fixed a parser error for ALTER TABLE SWITCH TO in MS SQL.</li>
96+
<li>Removed extraneous Show In menu in Project Explorer.</li>
97+
</ul>
98+
8599
<h4 class="anchor" name="pgCodeKeeper-6.0.0" id="pgCodeKeeper-6.0.0">pgCodeKeeper 6.0.0</h4>
86100
<p class="date">June 7, 2021</p>
87101
<ul class="short-article">

0 commit comments

Comments
 (0)