Skip to content

Commit a4f1f93

Browse files
committed
announcement for 5.10.8
1 parent 28cb2a0 commit a4f1f93

File tree

4 files changed

+34
-14
lines changed

4 files changed

+34
-14
lines changed

_src/app/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +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.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
180-
<p class="date">August 27, 2020</p>
179+
<h4 class="anchor" name="pgCodeKeeper-5.10.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
180+
<p class="date">December 2, 2020</p>
181181
<ul class="short-article">
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>
182+
<li>Added an option for data migration when re-creating tables.</li>
183+
<li>Added an option to copy selected objects' names in Project editor.</li>
184+
<li>Fixed <i>Deselect Child Elements</i> menu behaviour in Project editor.</li>
185+
<li>Fixed table column dependencies of indices and constraints.</li>
186+
<li>Fixed error when running some SQL commands.</li>
187187
</ul>
188188
</div>
189189

_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.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
46+
<p class="date">December 2, 2020</p>
47+
<ul class="short-article">
48+
<li>Added an option for data migration when re-creating tables.</li>
49+
<li>Added an option to copy selected objects' names in Project editor.</li>
50+
<li>Fixed <i>Deselect Child Elements</i> menu behaviour in Project editor.</li>
51+
<li>Fixed table column dependencies of indices and constraints.</li>
52+
<li>Fixed error when running some SQL commands.</li>
53+
</ul>
54+
4555
<h4 class="anchor" name="pgCodeKeeper-5.10.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
4656
<p class="date">August 27, 2020</p>
4757
<ul class="short-article">

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +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.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
241-
<p class="date">August 27, 2020</p>
240+
<h4 class="anchor" name="pgCodeKeeper-5.10.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
241+
<p class="date">December 2, 2020</p>
242242
<ul class="short-article">
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>
243+
<li>Added an option for data migration when re-creating tables.</li>
244+
<li>Added an option to copy selected objects' names in Project editor.</li>
245+
<li>Fixed <i>Deselect Child Elements</i> menu behaviour in Project editor.</li>
246+
<li>Fixed table column dependencies of indices and constraints.</li>
247+
<li>Fixed error when running some SQL commands.</li>
248248
</ul>
249249
</div>
250250

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.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
86+
<p class="date">December 2, 2020</p>
87+
<ul class="short-article">
88+
<li>Added an option for data migration when re-creating tables.</li>
89+
<li>Added an option to copy selected objects' names in Project editor.</li>
90+
<li>Fixed <i>Deselect Child Elements</i> menu behaviour in Project editor.</li>
91+
<li>Fixed table column dependencies of indices and constraints.</li>
92+
<li>Fixed error when running some SQL commands.</li>
93+
</ul>
94+
8595
<h4 class="anchor" name="pgCodeKeeper-5.10.7" id="pgCodeKeeper-5.10.7">pgCodeKeeper 5.10.7</h4>
8696
<p class="date">August 27, 2020</p>
8797
<ul class="short-article">

0 commit comments

Comments
 (0)