Backlog Versions Save

Simple desktop app for storing lists of items (todo, tasks, backlog items)

v2.0.0-Beta-5.1

4 years ago
  • Fix bug which cause Beta-5 unusable for users migrating from previous versions
  • Add Croatian language support

v2.0.0-Beta-5

4 years ago

v1.8.0

5 years ago

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)

v1.7.0

5 years ago

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 - related to settings modal
  • fix bug related to freezing ui when adding first item (on some systems)

v1.6.1

6 years ago
  • fixed bug with importing empty boards

v1.6.0

6 years ago

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

v1.5.0

6 years ago

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)

v1.4.2

6 years ago
  • 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

v1.4.1

6 years ago

Fixed 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

v1.4.0

6 years ago
  • 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