Skip to content

Releases: ErikVerheul/OneBacklog

New features

15 Sep 16:09
Compare
Choose a tag to compare

New features

  • Allow users to amend their team messages if no other team member has replied yet to that message
  • Add vertical scroll bar to the listings (comments, history and messages), so that they can be scrolled independantly

Bug fixes, refactoring

16 Aug 20:13
Compare
Choose a tag to compare

Bug fixes:

  • On creating new items content from previous item is inserted in edit fields, fixed
  • Cannot edit an already edited comment, fixed
  • Warning message on certain events, fixed

Refactoring

  • Make localTimeAndMilis more generic and use it everywhere
  • Remove console.logs

Bug fixes, vulnerability fix, refactoring + NOTE

14 Aug 15:25
Compare
Choose a tag to compare

Bug fix:

  • Emails are only send to myself, other subscribed users are not notified, fixed

Refactoring

  • Make the mailing app ES6 module system compatible
  • Prettier formatter added and applied to all files

Note for the users:

You must unsubsribe your change notices and subscribe again for the email service to work

v.2.3.0 - 13 August 2024 Bug fixes, refactoring, vulnerability fix

Bug fixes:

  • Bug syncking the undoing of the removal of an item and visible on the planning board of other users, fixed
  • Fix insertion in wrong array

Refactoring

  • New sync design filter. 'ignoreEvent' Event type is filtered out. Only events designated for distribution pass the filter.
  • Events mechanism refactored; the event content determines if it is to be distributed, emailed or listed in the history overview

Vulnerability fix

  • Critical vulnerability in Axios fixed with upgrade

New and removed feature, bug fixes, refactoring

09 Aug 16:05
Compare
Choose a tag to compare

Features

  • Option to not send change notices to myself implementedd
  • Feature to add comments to history events is never used: removed

Bug fixes:

  • Missing email notifications added
  • Fix insertion in wrong array

Refactoring

  • Same look for the event list as the emailed event notifications

Bug fix, refactoring

06 Aug 19:58
Compare
Choose a tag to compare

Bug fix:

  • Default database name not set when creating a new user, fixed

Refactoring

  • Changing description and acceptance criteria refactored
  • Use unicode to base64 everywhere

Bug fix, refactoring

03 Aug 18:22
Compare
Choose a tag to compare

Bug fix:

  • Fix feature to add a selection on id or a search in titles on top of a filtered tree

Refactoring

  • Full integration of team change in local and remote detail view and planning board
  • Refactor team change using a new couchDb filter and the messenger document to efficiently trigger updates when syncing with other online users
  • Allow user to search on title when a selection on id is open and vice versa. The open selection/search is undone automatically
  • Make the log list scrollable

Bug fixes, refactoring

03 Aug 18:20
Compare
Choose a tag to compare

Bug fixes:

  • Edited comments not emailed, fixed
  • Filtering comments and history on time stamp not working, fixed
  • Epics have no owning team. Features, user stories and tasks have
  • "This backlog item is realized by team 'null'" in setStateEvent, fixed

Refactoring

  • Combine filtering code for detail and overview to one common file
  • Change BCard border color to blue

New features

26 Jul 06:17
Compare
Choose a tag to compare

New features

  • Undo add comment removed; Edit my last comment(s) added
  • Allow editing own comments added to the history
  • Use cards instead of lists to show comments and history

New features, bug fix, refactoring

13 Jul 20:18
Compare
Choose a tag to compare

New features

  • Copy parent's change notices subcriptions on newly created item
  • Block firering bulk update of change notice subscriptions when busy, show 'Busy, please wait ...' on button

Bug fixes:

  • Cannot insert user stories in the products overview, Fixed

Refactoring:

  • Add the subscribed users for change notices to the node data, so that these are easily available

Refactoring

09 Jul 18:25
Compare
Choose a tag to compare

Changes

  • Store the users name instead of his email for receiving change notices making it easy to change the email address
  • Full update of the email server side components including node.js and dependencies