Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Bump version and update readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Apr 23, 2022
1 parent a4041a8 commit 32390e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@

</p>

**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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="text-accent text-accent-darker-hover text-xl font-bold"
>Kanban Electron</nuxt-link
>
<span class="text-dim-3 ml-1">v0.2.0-beta</span>
<span class="text-dim-3 ml-1">v0.2.1-beta</span>
</div>
<nuxt-link to="/settings">
<svg
Expand Down

0 comments on commit 32390e9

Please sign in to comment.