Skip to content

Commit 8a24b13

Browse files
committed
announcement for 6.5.2
1 parent c5e7b31 commit 8a24b13

File tree

4 files changed

+42
-18
lines changed

4 files changed

+42
-18
lines changed

_src/app/index.html

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

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-6.5.0" id="pgCodeKeeper-6.5.0">pgCodeKeeper 6.5.0</h4>
180-
<p class="date">July 11, 2022</p>
179+
<h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
180+
<p class="date">August 3, 2022</p>
181181
<ul class="short-article">
182-
<li>It is now possible to group DB connections into user-defined groups. Groups are rendered as submenus to easily find required DB connection when choosing one.</li>
183-
<li>It is now possible to import/export DB connections list.</li>
184-
<li>It is now possible to generate DROP/CREATE commands with IF (NOT) EXISTS options, and also drop some objects immediately before creating them.</li>
185-
<li>Added support for USER MAPPING objects.</li>
186-
<li>Fixed a missing dependency in composite types.</li>
187-
<li>Fixed object creation order: indices are created before constraints.</li>
188-
<li>Fixed expression analysis and dependency search in SELECT ... LATERAL commands.</li>
182+
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
183+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
184+
<li>Added support for DISABLE TRIGGER options.</li>
185+
<li>Added parser support for reserved keywords in object qualified names.</li>
186+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
187+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
188+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
189189
</ul>
190190
</div>
191191

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
46+
<p class="date">August 3, 2022</p>
47+
<ul class="short-article">
48+
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
49+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
50+
<li>Added support for DISABLE TRIGGER options.</li>
51+
<li>Added parser support for reserved keywords in object qualified names.</li>
52+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
53+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
54+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
55+
</ul>
56+
4557
<h4 class="anchor" name="pgCodeKeeper-6.5.0" id="pgCodeKeeper-6.5.0">pgCodeKeeper 6.5.0</h4>
4658
<p class="date">July 11, 2022</p>
4759
<ul class="short-article">

index.html

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

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-6.5.0" id="pgCodeKeeper-6.5.0">pgCodeKeeper 6.5.0</h4>
241-
<p class="date">July 11, 2022</p>
240+
<h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
241+
<p class="date">August 3, 2022</p>
242242
<ul class="short-article">
243-
<li>It is now possible to group DB connections into user-defined groups. Groups are rendered as submenus to easily find required DB connection when choosing one.</li>
244-
<li>It is now possible to import/export DB connections list.</li>
245-
<li>It is now possible to generate DROP/CREATE commands with IF (NOT) EXISTS options, and also drop some objects immediately before creating them.</li>
246-
<li>Added support for USER MAPPING objects.</li>
247-
<li>Fixed a missing dependency in composite types.</li>
248-
<li>Fixed object creation order: indices are created before constraints.</li>
249-
<li>Fixed expression analysis and dependency search in SELECT ... LATERAL commands.</li>
243+
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
244+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
245+
<li>Added support for DISABLE TRIGGER options.</li>
246+
<li>Added parser support for reserved keywords in object qualified names.</li>
247+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
248+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
249+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
250250
</ul>
251251
</div>
252252

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
86+
<p class="date">August 3, 2022</p>
87+
<ul class="short-article">
88+
<li>Added PRE/POST scripts for migrations. Users may create directories named <i>PRE</i> and <i>POST</i> in projects, contents of which will be added to the beginning and end of the main migration script. PRE/POST scripts are also available in global settings and in CLI options.</li>
89+
<li>Expression analysis dependency resolution now supports function calls with named parameter notation.</li>
90+
<li>Added support for DISABLE TRIGGER options.</li>
91+
<li>Added parser support for reserved keywords in object qualified names.</li>
92+
<li>Improved rendering of DB selection menu in Eclipse toolbar.</li>
93+
<li>Fixed an error when reading USER MAPPING with objects privileges disabled. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.5.1'>6.5.1</a>)</li>
94+
<li>Fixed rendering of DB selection menu in SQL Editor. (6.5.1)</li>
95+
</ul>
96+
8597
<h4 class="anchor" name="pgCodeKeeper-6.5.0" id="pgCodeKeeper-6.5.0">pgCodeKeeper 6.5.0</h4>
8698
<p class="date">July 11, 2022</p>
8799
<ul class="short-article">

0 commit comments

Comments
 (0)