Releases: 51ngul4r1ty/atoll-core
Atoll v0.19.0
Atoll v0.17.1
Technically this release doesn't show any changes because the changes were in the shared library and affect the Electron client exclusively. This release was done to ensure that the shared library changes do not break anything in the web app.
Atoll v0.15.1
v0.15.0 may have been corrupted or missing changes, so this build was done just in case.
Atoll v0.12.0
Menu now closes when clicking anywhere off the menu panel + if the user presses the ESC key.
Atoll v0.11.6
Fixed mobile alignment issues + responsive UI issue where the dragging of items could lead to it inaccurately determining position of the item in the list.
Atoll v0.11.4
Fixed issue where a 500 error was occurring when retrieving the list of backlog items.
The error in the logs was:
unable to fetch backlog items: Error: Unable to addIdAfter because inserting after item (4432c293678146669fcc955259e3f997) that should be the last item in the linked list, but is not (fdd3a0a5f2934202b3943f2a5cc049e6 is).
Atoll v0.8.1
Fix for remove button issue (it wasn't working at all - the button click handler was unregistered and the API call wasn't working because of a refactor)
Atoll v0.8.0
This release added the ability to edit stories.
Note: this release skipped a few minor versions to catch up with the shared library - they're now using the same version number.
Atoll v0.5.1
Fix jerky backlog item dragging
Atoll v0.5.0
- Refresh token is now persisted between sessions to allow user to re-auth automatically
- User preferences retrieval was fixed