Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Aug 9, 2024
1 parent aa83135 commit 97d510a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
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.10",
"version": "2.2.11",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Binary file modified public/img/example-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.10',
appVersion: 'v.2.2.11',
logo: logo,
disableOkButton: false,
oldPassword: '',
Expand Down
15 changes: 15 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,21 @@
<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.11 - 9 August 2024 New and removed feature, bug fixex, refactoring</h3>
<p>Features</p>
<ul>
<li>Option to not send change notices to myself implementedd</li>
<li>Feature to add comments to history events is never used: removed</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Missing email notifications added</li>
<li>Fix insertion in wrong array</li>
</ul>
<p>Refactoring</p>
<ul>
<li>Same look for the event list as the emailed event notifications</li>
</ul>
<h3>v.2.2.10 - 6 August 2024 Bug fix, refactoring</h3>
<p>Bug fix:</p>
<ul>
Expand Down

0 comments on commit 97d510a

Please sign in to comment.