Backlog Changelog

What's new in Backlog 2.0.0 Pre-release

Aug 29, 2019
  • Merge pull request #86 from nwdxlgzs/patch-2
  • Update zh.json

New in Backlog 1.8.0 (Aug 10, 2018)

  • 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)

New in Backlog 1.7.0 (Jul 4, 2018)

  • 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)

New in Backlog 1.6.1 (Mar 15, 2018)

  • fixed bug with importing empty boards

New in Backlog 1.6.0 (Mar 14, 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

New in Backlog 1.5.0 (Dec 21, 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)

New in Backlog 1.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

New in Backlog 1.4.1 (Oct 29, 2017)

  • 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

New in Backlog 1.4.0 (Oct 4, 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

New in Backlog 1.3.0 (Sep 11, 2017)

  • Feature - added confirmation dialog before removing board
  • Feature - double click on board bar trigger adding new board modal window
  • Improvement - item's action buttons visible on mouse hover
  • Improvement - tooltip placement improved
  • Improvement - minor ui readability improvements

New in Backlog 1.2.0 (Aug 22, 2017)

  • Feature - user can alter board name and order through settings page
  • Feature - tooltip for buttons
  • Improvement - animation on adding/deleting moving item on list

New in Backlog 1.1.0 (Aug 22, 2017)

  • Feature: editing items
  • Feature: information about empty list and when all items are marked as 'done'
  • Bugfix: changing items order is now persisted
  • Bugfix: CSS fixes

New in Backlog 1.0.1 (Aug 22, 2017)

  • Fix bug which cause UI break when two boards has the same name
  • Fix bug which cause issue with selecting/unselecting tickets with the same name