Skip to content

Commit 148f34b

Browse files
committed
announcement for 5.10.6
1 parent 11811c5 commit 148f34b

File tree

4 files changed

+46
-16
lines changed

4 files changed

+46
-16
lines changed

_src/app/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,17 @@ <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.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
180-
<p class="date">July 29, 2020</p>
179+
<h4 class="anchor" name="pgCodeKeeper-5.10.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
180+
<p class="date">August 13, 2020</p>
181181
<ul class="short-article">
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>
182+
<li>Special characters in file names are now replaced with '_'. When file names match for different objects they will be stored in the same file.</li>
183+
<li>Added a missed option "Ignore column order" into Get changes settings dialog.</li>
184+
<li>Improved DB connection editing UI.</li>
185+
<li>Improved Mac OS X build.</li>
186+
<li>Fixed an error with project recognition when importing.</li>
187+
<li>Fixed object location checks under Windows.</li>
188+
<li>Fixed errors in MS SQL parser.</li>
189+
<li>Fixed expression analysis when changing files in MS SQL projects.</li>
188190
</ul>
189191
</div>
190192

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-5.10.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
46+
<p class="date">August 13, 2020</p>
47+
<ul class="short-article">
48+
<li>Special characters in file names are now replaced with '_'. When file names match for different objects they will be stored in the same file.</li>
49+
<li>Added a missed option "Ignore column order" into Get changes settings dialog.</li>
50+
<li>Improved DB connection editing UI.</li>
51+
<li>Improved Mac OS X build.</li>
52+
<li>Fixed an error with project recognition when importing.</li>
53+
<li>Fixed object location checks under Windows.</li>
54+
<li>Fixed errors in MS SQL parser.</li>
55+
<li>Fixed expression analysis when changing files in MS SQL projects.</li>
56+
</ul>
57+
4558
<h4 class="anchor" name="pgCodeKeeper-5.10.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
4659
<p class="date">July 29, 2020</p>
4760
<ul class="short-article">

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,17 @@ <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.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
241-
<p class="date">July 29, 2020</p>
240+
<h4 class="anchor" name="pgCodeKeeper-5.10.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
241+
<p class="date">August 13, 2020</p>
242242
<ul class="short-article">
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>
243+
<li>Special characters in file names are now replaced with '_'. When file names match for different objects they will be stored in the same file.</li>
244+
<li>Added a missed option "Ignore column order" into Get changes settings dialog.</li>
245+
<li>Improved DB connection editing UI.</li>
246+
<li>Improved Mac OS X build.</li>
247+
<li>Fixed an error with project recognition when importing.</li>
248+
<li>Fixed object location checks under Windows.</li>
249+
<li>Fixed errors in MS SQL parser.</li>
250+
<li>Fixed expression analysis when changing files in MS SQL projects.</li>
249251
</ul>
250252
</div>
251253

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-5.10.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
86+
<p class="date">August 13, 2020</p>
87+
<ul class="short-article">
88+
<li>Special characters in file names are now replaced with '_'. When file names match for different objects they will be stored in the same file.</li>
89+
<li>Added a missed option "Ignore column order" into Get changes settings dialog.</li>
90+
<li>Improved DB connection editing UI.</li>
91+
<li>Improved Mac OS X build.</li>
92+
<li>Fixed an error with project recognition when importing.</li>
93+
<li>Fixed object location checks under Windows.</li>
94+
<li>Fixed errors in MS SQL parser.</li>
95+
<li>Fixed expression analysis when changing files in MS SQL projects.</li>
96+
</ul>
97+
8598
<h4 class="anchor" name="pgCodeKeeper-5.10.5" id="pgCodeKeeper-5.10.5">pgCodeKeeper 5.10.5</h4>
8699
<p class="date">July 29, 2020</p>
87100
<ul class="short-article">

0 commit comments

Comments
 (0)