Skip to content

Commit dbe39b0

Browse files
committed
Announcement for 6.0.0
1 parent 4fb77a6 commit dbe39b0

File tree

5 files changed

+31
-9
lines changed

5 files changed

+31
-9
lines changed

_src/app/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +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-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
180-
<p class="date">March 22, 2021</p>
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>
181181
<ul class="short-article">
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>
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>
184186
</ul>
185187
</div>
186188

_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.0.0" id="pgCodeKeeper-6.0.0">pgCodeKeeper 6.0.0</h4>
46+
<p class="date">June 7, 2021</p>
47+
<ul class="short-article">
48+
<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>
49+
<li>Fixed error when reading a DB schema via JDBC when objects of different kinds have same oid's.</li>
50+
<li>Project Editor now has a drop down list of DB connections for convenient connection selection.</li>
51+
<li>Project Editor now remembers last direction for changes application when reopened.</li>
52+
</ul>
53+
4554
<h4 class="anchor" name="pgCodeKeeper-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
4655
<p class="date">March 22, 2021</p>
4756
<ul class="short-article">

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +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-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
241-
<p class="date">March 22, 2021</p>
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>
242242
<ul class="short-article">
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>
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>
245247
</ul>
246248
</div>
247249

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: 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.0.0" id="pgCodeKeeper-6.0.0">pgCodeKeeper 6.0.0</h4>
86+
<p class="date">June 7, 2021</p>
87+
<ul class="short-article">
88+
<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>
89+
<li>Fixed error when reading a DB schema via JDBC when objects of different kinds have same oid's.</li>
90+
<li>Project Editor now has a drop down list of DB connections for convenient connection selection.</li>
91+
<li>Project Editor now remembers last direction for changes application when reopened.</li>
92+
</ul>
93+
8594
<h4 class="anchor" name="pgCodeKeeper-5.11.1" id="pgCodeKeeper-5.11.1">pgCodeKeeper 5.11.1</h4>
8695
<p class="date">March 22, 2021</p>
8796
<ul class="short-article">

0 commit comments

Comments
 (0)