Skip to content

Commit 58afd4e

Browse files
committed
announcement for 5.10.7
1 parent 75b4b2f commit 58afd4e

File tree

4 files changed

+34
-20
lines changed

4 files changed

+34
-20
lines changed

_src/app/index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,17 +176,14 @@ <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.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
180-
<p class="date">August 13, 2020</p>
179+
<h4 class="anchor" name="pgCodeKeeper-5.10.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
180+
<p class="date">August 27, 2020</p>
181181
<ul class="short-article">
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>
182+
<li>Fixed qualified name checks in ignore lists.</li>
183+
<li>Fixed saving ignore lists containing reserved words.</li>
184+
<li>Fixed trigger re-creation in MS SQL migrations.</li>
185+
<li>Fixed ALTER SCHEMA output in script execution log.</li>
186+
<li>Fixed an error in the project editor UI.</li>
190187
</ul>
191188
</div>
192189

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-5.10.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
46+
<p class="date">August 27, 2020</p>
47+
<ul class="short-article">
48+
<li>Fixed qualified name checks in ignore lists.</li>
49+
<li>Fixed saving ignore lists containing reserved words.</li>
50+
<li>Fixed trigger re-creation in MS SQL migrations.</li>
51+
<li>Fixed ALTER SCHEMA output in script execution log.</li>
52+
<li>Fixed an error in the project editor UI.</li>
53+
</ul>
54+
4555
<h4 class="anchor" name="pgCodeKeeper-5.10.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
4656
<p class="date">August 13, 2020</p>
4757
<ul class="short-article">

index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -237,17 +237,14 @@ <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.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
241-
<p class="date">August 13, 2020</p>
240+
<h4 class="anchor" name="pgCodeKeeper-5.10.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
241+
<p class="date">August 27, 2020</p>
242242
<ul class="short-article">
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>
243+
<li>Fixed qualified name checks in ignore lists.</li>
244+
<li>Fixed saving ignore lists containing reserved words.</li>
245+
<li>Fixed trigger re-creation in MS SQL migrations.</li>
246+
<li>Fixed ALTER SCHEMA output in script execution log.</li>
247+
<li>Fixed an error in the project editor UI.</li>
251248
</ul>
252249
</div>
253250

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-5.10.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
86+
<p class="date">August 27, 2020</p>
87+
<ul class="short-article">
88+
<li>Fixed qualified name checks in ignore lists.</li>
89+
<li>Fixed saving ignore lists containing reserved words.</li>
90+
<li>Fixed trigger re-creation in MS SQL migrations.</li>
91+
<li>Fixed ALTER SCHEMA output in script execution log.</li>
92+
<li>Fixed an error in the project editor UI.</li>
93+
</ul>
94+
8595
<h4 class="anchor" name="pgCodeKeeper-5.10.6" id="pgCodeKeeper-5.10.6">pgCodeKeeper 5.10.6</h4>
8696
<p class="date">August 13, 2020</p>
8797
<ul class="short-article">

0 commit comments

Comments
 (0)