Skip to content

Releases: ErikVerheul/OneBacklog

Feature update, sucurity and bug fixes

30 Jan 14:31
Compare
Choose a tag to compare

New features:

  • New role 'assistant admin' implemented
  • Team calendar maintenance implemented

User stories done:

  • Do not show a node selection event when selecting the context menu to prevent overwriting a warning message from the context menu
  • Show dependencies/conditions in the tree view when context menu item "Show/remove dependencies/conditions ..." is selected
  • Show dependency violations in a special sidebar (and remove indicator from the item title)

Security

  • Upgrade Axios for fixed vulnerability

Bug fixes:

  • Fix for setting options of teams without members

Bug fix

31 Dec 19:50
Compare
Choose a tag to compare

Bug fix:

  • Regression: Synchronization not working, fixed

New feature and bug fixes

31 Dec 10:57
Compare
Choose a tag to compare

Feature update:

  • Show event history when clicking on event message bar

Bug fixes:

  • Copy the assigned roles when cloning a product, fixed
  • Must expand the product root to show its descendants, fixed

General overhaul of the admin tools

19 Dec 15:03
Compare
Choose a tag to compare

General overhaul of the admin tools:

  • Product assignment and unassignment combined in maintain users
  • Immediate update of assigned databases and products when admin changes his/her own account
  • Purge now deletes removed items in batches to circumvent the CouchDb 100 updates limit

Bug fixes

29 Nov 15:24
Compare
Choose a tag to compare
  • 'Missing mixin' regression, fixed
  • 'Missing import' regression, fixed
  • Add all getters to mixins except the getters for the planning board
  • Use kebab case for these custom events

New feature and bug fixes

26 Nov 07:47
Compare
Choose a tag to compare

New feature:

  • A PO and APO must have full access to all items of his products no matter what team he/she has joined

Bug fixes:

  • 'Duplicate emails' regression, fixed
  • 'Filter on period of days fails' regression, fixed
  • 'Undo removal creates an undo' regression, fixed
  • 'Description duplication' regression, fixed

Bug fix, native ES2015 code and doc updates

01 Nov 13:42
Compare
Choose a tag to compare

Bug fixes:

  • 'Not returning original view after clearing depth only filter' fixed

Install and documentation

  • Both native ES2015 and legacy code is shipped to production
  • Debug options included in environment settings
  • Development and production environment files now under source control
  • Updated the installation instructions

Security fix and doc updates

13 Oct 19:59
Compare
Choose a tag to compare

Security fixes:

  • Dependency security fix

Documentation

  • Updated the installation instructions

Feature update, security fix and doc updates

05 Oct 08:06
Compare
Choose a tag to compare

New features:

  • Scripts added to update the app version in production
  • Introduction of environment variables for the CouchDb location in development and production
  • Introduction of environment variables for the certificate files for development using https

Security fixes:

  • Dependency security fix

Documentation

  • Updated for the changes

Feature update, security fix and doc updates

09 Sep 10:11
Compare
Choose a tag to compare

New features:

  • Support for CouchDb version 3.x
  • Development now possible using https as in production
  • Support for Chrome during developement thanks to the CouchDb 3.x sameSite support
  • Maintenance page added

Security fixes:

  • Dependency security fix

Documentation

  • 'How to create a HTTPS certificate for localhost domains' doc added as html page
  • README.md file updated with instructions on how to configure CouchDb 3.x