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 29, 2024
1 parent 7589b74 commit ddb01e3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "onebacklog",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -27,7 +27,7 @@
"@vueup/vue-quill": "^1.2.0",
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.15.5",
"bootstrap-vue-next": "^0.16.6",
"mitt": "^3.0.1",
"vue": "^3.4.19",
"vue-draggable-next": "^2.2.1",
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 @@ -12,7 +12,7 @@ function created() {

function data() {
return {
appVersion: 'v.2.1.0',
appVersion: 'v.2.2.0',
logo: logo,
disableOkButton: false,
oldPassword: '',
Expand Down
26 changes: 26 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,32 @@
<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.0 - 29 Februari 2024 changed features, bug fixes, improve docs, dependency upgrade</h3>
<p>Changed features:</p>
<ul>
<li>Disallow role assistAdmin to give users equal or more privelages than it self</li>
</ul>
<ul>
<li>More rows on screen in the tree view</li>
</ul>
<ul>
<li>Prevent initiation of CouchDb instance if allready done before</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Fix regression in password change</li>
</ul>
<ul>
<li>User interaction blocked after search on Id or in title, fixed</li>
</ul>
<p>Improve docs</p>
<ul>
<li>Explain the difference between admin and CouchDb Server admin permissions</li>
</ul>
<p>Dependency upgrade</p>
<ul>
<li>Fix warning when upgrading to BootstrapVueNext 16.x.x</li>
</ul>
<h3>v.2.1.0 - 19 Februari 2024 new features</h3>
<p>Features:</p>
<ul>
Expand Down

0 comments on commit ddb01e3

Please sign in to comment.