Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
czytelny committed Sep 8, 2017
1 parent e484ae1 commit a4575c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Backlog",
"productName": "Backlog",
"version": "1.2.0",
"version": "1.3.0",
"author": "Michal Chwedczuk <[email protected]>",
"description": "Simple desktop app for quickly storing lists of items",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Backlog 1.2.0</title>
<title>Backlog 1.3.0</title>
<% if (htmlWebpackPlugin.options.nodeModules) { %>
<!-- Add `node_modules/` to global paths so `require` works properly in development -->
<script>
Expand Down

0 comments on commit a4575c9

Please sign in to comment.