diff --git a/README.md b/README.md index 5d65e25..ada78bd 100644 --- a/README.md +++ b/README.md @@ -12,27 +12,27 @@

-**Please note:** There is currently a critical bug which in some situations creates exact clones of boards. **DO NOT** make any sensitive work in this application as there is no way to restore your data if this bug occurs. I am currently working on a solution to prevent these board mirrors and will try to get it out as soon as I can. Check issue #1 for more information. -A temporary "fix" is to use only one board for the time being. +**Please note:** There was a critical bug which could result board overrides in versions prior to 0.2.1-beta. Please update your version to 0.2.1-beta by downloading the latest release to be safe. Thanks for your understanding! ## 🌌 Showcase + ![image](https://user-images.githubusercontent.com/57040351/163267511-6cc8bd27-61c6-4cb9-8eaf-1455cdbe2d9c.png) ## 📋 Roadmap (planned features) -* ~~Custom themes (curated selection + editor to create your own from scratch)~~ ✔️ -* UI improvements like a bar for quick actions in the board view -* Add help menu with keyboard shortcuts and support resources -* More card properties like a due date or sub-tasks -* Add tests to prevent any critical bugs -* Custom backgrounds in board view -* JSON exporting of boards -Open for any contributions or feature requests, though always keep in mind that I am still a student with limited time and I might not be able to process every request immediately. +- ~~Custom themes (curated selection + editor to create your own from scratch)~~ ✔️ +- UI improvements like a bar for quick actions in the board view +- Add help menu with keyboard shortcuts and support resources +- More card properties like a due date or sub-tasks +- Add tests to prevent any critical bugs +- Custom backgrounds in board view +- JSON exporting of boards +Open for any contributions or feature requests, though always keep in mind that I am still a student with limited time and I might not be able to process every request immediately. ## 🛠 Build Setup -``` bash +```bash # install dependencies yarn install diff --git a/package.json b/package.json index 56a078f..dbecf29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kanban-electron", - "version": "v0.2.0-beta", + "version": "v0.2.1-beta", "description": "Kanban board with offline persistence", "main": "./dist/main/index.js", "scripts": { diff --git a/src/renderer/components/Navbar.vue b/src/renderer/components/Navbar.vue index ea44348..2717ce9 100644 --- a/src/renderer/components/Navbar.vue +++ b/src/renderer/components/Navbar.vue @@ -8,7 +8,7 @@ class="text-accent text-accent-darker-hover text-xl font-bold" >Kanban Electron - v0.2.0-beta + v0.2.1-beta