Releases: czytelny/backlog
Releases · czytelny/backlog
v2.0.0-Beta-5.1
- Fix bug which cause Beta-5 unusable for users migrating from previous versions
- Add Croatian language support
v2.0.0-Beta-5
Merge pull request #86 from nwdxlgzs/patch-2 Update zh.json
v1.8.0
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
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
v1.6.0
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
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
v1.4.1
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