Skip to content

Commit 5c7fa9b

Browse files
committed
announcement for 5.11.1
1 parent c1c72d7 commit 5c7fa9b

File tree

4 files changed

+22
-24
lines changed

4 files changed

+22
-24
lines changed

_src/app/index.html

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

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
180-
<p class="date">March 18, 2021</p>
179+
<h4 class="anchor" name="pgCodeKeeper-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
180+
<p class="date">March 22, 2021</p>
181181
<ul class="short-article">
182-
<li>Starting with this version, pgCodeKeeper requires Eclipse 2020-06 (4.16) or higher.</li>
183-
<li>Improved Project editor interface, fixed rendering errors on Windows. See <a href="https://pgcodekeeper.readthedocs.io/ru/latest/db_store.html">docs</a>.</li>
184-
<li>Improved object dependency graph CLI mode. Now the output can be filtered by object types and it is also sorted by object type.<br/>
185-
See CLI help on <i>--graph-filter-object</i>.</li>
186-
<li>Added support for function calls involving <i>null</i>, <i>anyelement</i>, etc in expression analysis.</li>
187-
<li>Fixed a crash when analysing WITH RECURSIVE expressions.</li>
188-
<li>Fixed references lookup for functions with INOUT arguments.</li>
189-
<li>Fixed index comparison when CONCURRENTLY option for code generation is enabled.</li>
190-
<li>Fixed a crash when reading IDENITY SEQUENCE over JDBC.</li>
191-
<li>Fixed errors in identifier parser.</li>
182+
<li>Added full support for new object syntaxes introduced in PostgreSQL 13.</li>
183+
<li>Project editor now clearly shows currently selected source for schema comparison and destination for application of selected changes.</li>
192184
</ul>
193185
</div>
194186

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
46+
<p class="date">March 22, 2021</p>
47+
<ul class="short-article">
48+
<li>Added full support for new object syntaxes introduced in PostgreSQL 13.</li>
49+
<li>Project editor now clearly shows currently selected source for schema comparison and destination for application of selected changes.</li>
50+
</ul>
51+
4552
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
4653
<p class="date">March 18, 2021</p>
4754
<ul class="short-article">

index.html

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

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
241-
<p class="date">March 18, 2021</p>
240+
<h4 class="anchor" name="pgCodeKeeper-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
241+
<p class="date">March 22, 2021</p>
242242
<ul class="short-article">
243-
<li>Starting with this version, pgCodeKeeper requires Eclipse 2020-06 (4.16) or higher.</li>
244-
<li>Improved Project editor interface, fixed rendering errors on Windows. See <a href="https://pgcodekeeper.readthedocs.io/ru/latest/db_store.html">docs</a>.</li>
245-
<li>Improved object dependency graph CLI mode. Now the output can be filtered by object types and it is also sorted by object type.<br/>
246-
See CLI help on <i>--graph-filter-object</i>.</li>
247-
<li>Added support for function calls involving <i>null</i>, <i>anyelement</i>, etc in expression analysis.</li>
248-
<li>Fixed a crash when analysing WITH RECURSIVE expressions.</li>
249-
<li>Fixed references lookup for functions with INOUT arguments.</li>
250-
<li>Fixed index comparison when CONCURRENTLY option for code generation is enabled.</li>
251-
<li>Fixed a crash when reading IDENITY SEQUENCE over JDBC.</li>
252-
<li>Fixed errors in identifier parser.</li>
243+
<li>Added full support for new object syntaxes introduced in PostgreSQL 13.</li>
244+
<li>Project editor now clearly shows currently selected source for schema comparison and destination for application of selected changes.</li>
253245
</ul>
254246
</div>
255247

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
86+
<p class="date">March 22, 2021</p>
87+
<ul class="short-article">
88+
<li>Added full support for new object syntaxes introduced in PostgreSQL 13.</li>
89+
<li>Project editor now clearly shows currently selected source for schema comparison and destination for application of selected changes.</li>
90+
</ul>
91+
8592
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
8693
<p class="date">March 18, 2021</p>
8794
<ul class="short-article">

0 commit comments

Comments
 (0)