Skip to content

Commit aa125bd

Browse files
committed
announcement for 6.5.3
1 parent 2c57e56 commit aa125bd

File tree

4 files changed

+30
-18
lines changed

4 files changed

+30
-18
lines changed

_src/app/index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,16 +176,13 @@ <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.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
180-
<p class="date">August 3, 2022</p>
179+
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
180+
<p class="date">August 5, 2022</p>
181181
<ul class="short-article">
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 <a href='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</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>
182+
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
183+
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
184+
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
185+
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
189186
</ul>
190187
</div>
191188

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
46+
<p class="date">August 5, 2022</p>
47+
<ul class="short-article">
48+
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
49+
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
50+
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
51+
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
52+
</ul>
53+
4554
<h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
4655
<p class="date">August 3, 2022</p>
4756
<ul class="short-article">

index.html

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,16 +237,13 @@ <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.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
241-
<p class="date">August 3, 2022</p>
240+
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
241+
<p class="date">August 5, 2022</p>
242242
<ul class="short-article">
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 <a href='https://www.postgresql.org/docs/11/sql-syntax-calling-funcs.html#SQL-SYNTAX-CALLING-FUNCS-NAMED'>named parameter notation</a>.</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>
243+
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
244+
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
245+
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
246+
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
250247
</ul>
251248
</div>
252249

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
86+
<p class="date">August 5, 2022</p>
87+
<ul class="short-article">
88+
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
89+
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
90+
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
91+
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
92+
</ul>
93+
8594
<h4 class="anchor" name="pgCodeKeeper-6.5.2" id="pgCodeKeeper-6.5.2">pgCodeKeeper 6.5.2</h4>
8695
<p class="date">August 3, 2022</p>
8796
<ul class="short-article">

0 commit comments

Comments
 (0)