Skip to content

Commit d25a5c9

Browse files
committed
announcement for 5.10.5
1 parent 5040200 commit d25a5c9

File tree

4 files changed

+38
-18
lines changed

4 files changed

+38
-18
lines changed

_src/app/index.html

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

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-5.10.4" id="pgCodeKeeper-5.10.4">pgCodeKeeper 5.10.4</h4>
180-
<p class="date">July 15, 2020</p>
179+
<h4 class="anchor" name="pgCodeKeeper-5.10.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
180+
<p class="date">July 29, 2020</p>
181181
<ul class="short-article">
182-
<li>Fixed an error when reading foreign table schemas via JDBC.</li>
183-
<li>Fixed compatibility with PostgreSQL 9.4 when reading schema via JDBC.</li>
184-
<li>Fixed order of commands for dependencies between functions.</li>
185-
<li>Fixed object location path checks to be case-insensitive.</li>
186-
<li>Fixed errors in expression analysis.</li>
187-
<li>Fixed a crash when parsing a malformed MS SQL command.</li>
188-
<li>Fixed export of types when initializing a MS SQL project.</li>
182+
<li>Added standalone pgCodeKeeper packages that do not require an existing Eclipse installation. Packages are available on <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.<br>
183+
Previous update site versions are also available on Github. Main <a href='http://pgcodekeeper.org/update/'>update site</a> now contains only the latest version.</li>
184+
<li>Added a setting to create migration scripts only for selected objects without changing any dependencies. In CLI, all objects that passed through the allowed object and ignore list filters are considered "selected", or all changed objects if no filters are defined.</li>
185+
<li>Added a setting to ignore differences in table column order.</li>
186+
<li>Improved COMMENT ON command generation.</li>
187+
<li>Fixed dependencies between operators and their functions.</li>
189188
</ul>
190189
</div>
191190

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-5.10.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
46+
<p class="date">July 29, 2020</p>
47+
<ul class="short-article">
48+
<li>Added standalone pgCodeKeeper packages that do not require an existing Eclipse installation. Packages are available on <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.<br>
49+
Previous update site versions are also available on Github. Main <a href='http://pgcodekeeper.org/update/'>update site</a> now contains only the latest version.</li>
50+
<li>Added a setting to create migration scripts only for selected objects without changing any dependencies. In CLI, all objects that passed through the allowed object and ignore list filters are considered "selected", or all changed objects if no filters are defined.</li>
51+
<li>Added a setting to ignore differences in table column order.</li>
52+
<li>Improved COMMENT ON command generation.</li>
53+
<li>Fixed dependencies between operators and their functions.</li>
54+
</ul>
55+
4556
<h4 class="anchor" name="pgCodeKeeper-5.10.4" id="pgCodeKeeper-5.10.4">pgCodeKeeper 5.10.4</h4>
4657
<p class="date">July 15, 2020</p>
4758
<ul class="short-article">

index.html

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

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-5.10.4" id="pgCodeKeeper-5.10.4">pgCodeKeeper 5.10.4</h4>
241-
<p class="date">July 15, 2020</p>
240+
<h4 class="anchor" name="pgCodeKeeper-5.10.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
241+
<p class="date">July 29, 2020</p>
242242
<ul class="short-article">
243-
<li>Fixed an error when reading foreign table schemas via JDBC.</li>
244-
<li>Fixed compatibility with PostgreSQL 9.4 when reading schema via JDBC.</li>
245-
<li>Fixed order of commands for dependencies between functions.</li>
246-
<li>Fixed object location path checks to be case-insensitive.</li>
247-
<li>Fixed errors in expression analysis.</li>
248-
<li>Fixed a crash when parsing a malformed MS SQL command.</li>
249-
<li>Fixed export of types when initializing a MS SQL project.</li>
243+
<li>Added standalone pgCodeKeeper packages that do not require an existing Eclipse installation. Packages are available on <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.<br>
244+
Previous update site versions are also available on Github. Main <a href='http://pgcodekeeper.org/update/'>update site</a> now contains only the latest version.</li>
245+
<li>Added a setting to create migration scripts only for selected objects without changing any dependencies. In CLI, all objects that passed through the allowed object and ignore list filters are considered "selected", or all changed objects if no filters are defined.</li>
246+
<li>Added a setting to ignore differences in table column order.</li>
247+
<li>Improved COMMENT ON command generation.</li>
248+
<li>Fixed dependencies between operators and their functions.</li>
250249
</ul>
251250
</div>
252251

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-5.10.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
86+
<p class="date">July 29, 2020</p>
87+
<ul class="short-article">
88+
<li>Added standalone pgCodeKeeper packages that do not require an existing Eclipse installation. Packages are available on <a href='https://github.com/pgcodekeeper/pgcodekeeper/releases'>Github</a>.<br>
89+
Previous update site versions are also available on Github. Main <a href='http://pgcodekeeper.org/update/'>update site</a> now contains only the latest version.</li>
90+
<li>Added a setting to create migration scripts only for selected objects without changing any dependencies. In CLI, all objects that passed through the allowed object and ignore list filters are considered "selected", or all changed objects if no filters are defined.</li>
91+
<li>Added a setting to ignore differences in table column order.</li>
92+
<li>Improved COMMENT ON command generation.</li>
93+
<li>Fixed dependencies between operators and their functions.</li>
94+
</ul>
95+
8596
<h4 class="anchor" name="pgCodeKeeper-5.10.4" id="pgCodeKeeper-5.10.4">pgCodeKeeper 5.10.4</h4>
8697
<p class="date">July 15, 2020</p>
8798
<ul class="short-article">

0 commit comments

Comments
 (0)