Skip to content

Commit

Permalink
version bump + readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
czytelny committed Dec 20, 2017
1 parent 43f23ac commit c3b286c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ No installation required. Just unzip archive and run executable
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.5.0
Features:
- When entering http link in an item, app will show it as a hyperlink and make it clickable
- User can embed html tags like `<b>, <i>` etc

Fixed bugs:
- Fix issue which caused that in some cases after opening application current board input was not focused
- Clicking on "+" icon in input will cause adding new item (just as pressing Enter)

### 1.4.2
- fixed bug - when after opening settings modal user lost newly created boards

Expand All @@ -50,7 +59,7 @@ Fixed bugs:
- tooltip placement improved
- minor ui readability improvements

## Why I write it ?
## Why I've wrote 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.

I know that, there are hundreds of *todo list managers* or other *notes manager*,
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.4.2",
"version": "1.5.0",
"author": "Michal Chwedczuk <[email protected]>",
"description": "Simple desktop app for quickly storing lists of items",
"license": "MIT",
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.4.2</title>
<title>Backlog 1.5.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 c3b286c

Please sign in to comment.