diff --git a/README.md b/README.md index dcb0091..b539b11 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ See also [latest release notes](https://github.com/czytelny/backlog/releases/lat ## Update When new version is available just download it, unzip and enjoy. No additional action is required. All your boards and items will be available. +## Versions +### 1.3.0 +- added confirmation dialog before removing board +- double click on board bar trigger adding new board modal window +- item's action buttons visible on mouse hover +- tooltip placement improved +- minor ui readability improvements + ## Why I write it ? When programming I often have a number of ideas related to possible improvements for the future or a cool new project. Most often, it's just one sentence or a couple of words - just a draft of an idea to expand in the future. diff --git a/package.json b/package.json index 6bd0b4b..6b961d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Backlog", "productName": "Backlog", - "version": "1.2.0", + "version": "1.3.0", "author": "Michal Chwedczuk ", "description": "Simple desktop app for quickly storing lists of items", "license": null, diff --git a/src/index.ejs b/src/index.ejs index 67c61f8..a6c93ea 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -2,7 +2,7 @@ - Backlog 1.2.0 + Backlog 1.3.0 <% if (htmlWebpackPlugin.options.nodeModules) { %>