Skip to content

Releases: 51ngul4r1ty/atoll-core

Atoll v0.19.0

11 Oct 22:07
b13afac
Compare
Choose a tag to compare
Atoll v0.19.0 Pre-release
Pre-release

Pasting a story with the format "As a , I can " or "As a , I can , so that I " into the "role" field will automatically split out out into the 3 fields: "role", "story", and "reason" (if provided).

image

Atoll v0.17.1

07 Sep 16:31
14f4729
Compare
Choose a tag to compare
Atoll v0.17.1 Pre-release
Pre-release

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

31 Jul 04:06
Compare
Choose a tag to compare
Atoll v0.15.1 Pre-release
Pre-release

v0.15.0 may have been corrupted or missing changes, so this build was done just in case.

Atoll v0.12.0

19 Jun 21:29
5e3bea4
Compare
Choose a tag to compare
Atoll v0.12.0 Pre-release
Pre-release

Menu now closes when clicking anywhere off the menu panel + if the user presses the ESC key.

Atoll v0.11.6

19 Jun 19:38
7e41bfe
Compare
Choose a tag to compare
Atoll v0.11.6 Pre-release
Pre-release

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

19 Jun 05:39
f871f3a
Compare
Choose a tag to compare
Atoll v0.11.4 Pre-release
Pre-release

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

29 May 02:51
da9b7a3
Compare
Choose a tag to compare
Atoll v0.8.1 Pre-release
Pre-release

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

28 May 05:22
Compare
Choose a tag to compare
Atoll v0.8.0 Pre-release
Pre-release

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

21 May 03:13
12881bf
Compare
Choose a tag to compare
Atoll v0.5.1 Pre-release
Pre-release

Fix jerky backlog item dragging

Atoll v0.5.0

17 May 23:49
627955c
Compare
Choose a tag to compare
Atoll v0.5.0 Pre-release
Pre-release
  • Refresh token is now persisted between sessions to allow user to re-auth automatically
  • User preferences retrieval was fixed