Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Feb 28, 2022
1 parent d3af536 commit 9f2a54b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onebacklog",
"version": "1.16.0",
"version": "1.17.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function created() {

function data() {
return {
appVersion: 'OneBackLog v.1.16',
appVersion: 'OneBackLog v.1.17',
disableOkButton: false,
oldPassword: '',
newPassword1: '',
Expand Down
17 changes: 17 additions & 0 deletions src/components/rel-notes/rel-notes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
<b-col cols="12" class="left-column">
<h1>RELEASE NOTES</h1>
<p v-if="this.$store.state.demo">Note: This is a demo version of the application.</p>
<h3>v.1.17 - 28 Febuari 2022 New features, bug fixes, refactoring</h3>
<p>New features:</p>
<ul>
<li>Save and restore node highlighting when using searches (on top of) a filter; show state inconsistency on the fly</li>
<li>When no product is assigned to an admin or server admin show a warning and route to the admin page</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Hidden error when resetting search in titles without previous search, fixed</li>
<li>When removing an item in the product overview with dependencies or conditions on its descendants, these are not recovered on the undo, fixed</li>
<li>Fix false mesage 'The last undo has not finished. Please try later' when the dependency is manually removed</li>
<li>Fix regression error when adding a dependency</li>
</ul>
<p>Refactoring:</p>
<ul>
<li>Showpath and undoShowPath refactored; use capital literals for constants</li>
</ul>
<h3>v.1.16 - 5 Febuari 2022 New feature, bug fixes, refactoring</h3>
<p>New feature:</p>
<ul>
Expand Down

0 comments on commit 9f2a54b

Please sign in to comment.