backlog version history
10 releases tracked, newest first.
v2.0.0-Beta-5.1
Pre-releaseSep 3, 2019- Fixed a bug that made Beta-5 unusable for users migrating from previous versions
- Added Croatian language support
3 downloads
v2.0.0-Beta-5
Pre-releaseAug 28, 20192 downloads
v1.8.0
Aug 9, 2018> This is another huge update with number of significant improvements/features added.
> Hopefully it will stay for a longer.
### Features & improvements
- dark theme
- `search items` feature
- backup to file feature
- simple progress bar added for boards
- new top bar unified acroos OS
- modals can be closed by pressing ESC or click outside modal area
- scroolbar ui improved
- number of keyboard shortcuts added
- check for updates on app startup
- other minor ui improvements...
### Bug fixes
- fixed issue which makes impossible to move some item to newly created board
- fix bug when specific items can't be edited nor deleted
- fixed issue when items list was not fully visible (last item was truncated)
5 downloads
v1.7.0
Jul 4, 2018> A lot of significant changes and improvements this time. Most of them according to your comments. Thank you and enjoy! 👍
# Changes/Improvements
- **feature request**: changed items drag&drop behaviour (to move items user has dedicated handler on the left)
- **feature request**: after clicking in text item is not marked as done now (user has to use checkbox directly)
- **feature request**: context menu for copy/cut/paste
- **feature request**: action button with: move to top/bottom of the board, and "move to another boad"
- **feature request**: setting added: board list fixed on the top of the screen
- **feature request**: saving board items as a JSON file (in settings modal)
- **feature request**: added Markdown mode (to turn on in settings modal)
- removed support for HTML tags (it wasn't the best idea to add it). now user has plaintext/markdown mode
- added information about database location in settings modal
- changed reordering tabs feature - now it requires full app restart + added dedicated handler for drag&drop on the left
- dependency bump of electron (v2.0.2), iview, vue and others
# Bug fixes
- fix bug which causes data lost in some cases - rela
5 downloads
v1.6.1
Mar 14, 2018- fixed bug with importing empty boards
5 downloads
v1.6.0
Mar 13, 2018## Improvements
- Method of storing boards and items has changed. Migration script should be triggered on first run so all of your items should be in-place (closes #32) it should also fix #26
- Electron version bumped, this should fix #24
- Added "check for updates" button in setting modal window (it compares your local version with latest release on github)
- Removing all tabs is not possible now - remove button is hidden for last one (closes #41)
- UI improvements in adding new items area (closes #43)
## Bugs
- Fixed issue with setting active board to early. This should fix #40
5 downloads
v1.5.0
Dec 20, 2017## Features
- When entering http link in an item, app will show it as a hyperlink and make it clickable. Hover it to see full URL
- 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)
5 downloads
v1.4.2
Nov 14, 2017- fixed bug - when after opening settings modal user lost newly created boards
- fixed bug (to be confirmed) - when opening application white window appeared without any UI
5 downloads
v1.4.1
Oct 28, 2017Fixed bugs:
- Prevent creating empty task
- ShowDone button placement corrected
- Prevent create empty board with empty name
- Fix issue with re-opening modal (settings, add new board) after closing it by clicking outside of the modal
- Fix issue with lack of scrooling option when have more boards that windows width allows
- Added notifications when adding/removing item from board
5 downloads
v1.4.0
Oct 3, 2017- Added item creation date - it's turned off by default (you can turn in on in settings). Old entries won't have date, though - only new one.
- Limit of 4 boards removed
- x32 build versions added for linux and windows
5 downloads