Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Jul 4, 2024
1 parent e8c80f8 commit ac23938
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"type": "module",
"name": "onebacklog",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"scripts": {
"dev": "vite",
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 @@ -13,7 +13,7 @@ function created() {

function data() {
return {
appVersion: 'v.2.2.3',
appVersion: 'v.2.2.4',
logo: logo,
disableOkButton: false,
oldPassword: '',
Expand Down
11 changes: 11 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,17 @@
<BCol cols="12" class="left-column">
<h1>RELEASE NOTES</h1>
<p v-if="store.state.demo">Note: This is a demo version of the application.</p>
<h3>v.2.2.4 - 4 July 2024 new features, bug fixes, dependency upgrades</h3>
<p>New features</p>
<ul>
<li>Allow user to change its email address for receiving change notices</li>
<li>Add option to, by default, subscribe also the descendants for sending change notices. Setting in options menu added.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Regression: re-enable repeated search with unaltered key</li>
</ul>
<p>4 dependency updates</p>
<h3>v.2.2.3 - 12 June 2024 new features, fix browser support, bug fixes</h3>
<p>New features</p>
<ul>
Expand Down

0 comments on commit ac23938

Please sign in to comment.