Skip to content

Releases: ErikVerheul/OneBacklog

New features, bug fixes, dependency upgrades

04 Jul 14:27
Compare
Choose a tag to compare

New features

  • Allow user to change its email address for receiving change notices
  • Add option to, by default, subscribe also the descendants for sending change notices. Setting in options menu added.

Bug fixes:

  • Regression: re-enable repeated search with unaltered key

4 dependency updates

New features, fix browser support, bug fixes

12 Jun 13:54
Compare
Choose a tag to compare

New features

  • Show the PBI title in bold
  • Show number of done user stories in pick list of past sprints

Fix browser support:

Mutation event support will be disabled by default starting in Chrome 127, around July 30, 2024. Code should be migrated before that date to avoid site breakage. See https://chromestatus.com/feature/5083947249172480

This is done by overriding the quill dependency version to 2.0.2

Bug fixes:

  • Load the correct product on view switch
  • Fix type warning; BFormRadioGroup does not accept a number
  • Fix missing removeStoryEvent in history List
  • Remove vite preview as it cannot run from localhost

New features, bug fixes and dependncies updates

02 May 20:16
Compare
Choose a tag to compare

v.2.2.2 - 2 May 2024 new feature, bug fixes

New feature

  • Show the number of available attachments up front

Bug fixes:

  • Fix new comment or history not reset to empty message
  • Fix type warning; BFormRadioGroup does not accept a number

v.2.2.1 - 30 April 2024 bug fixes, improve docs, dependency upgrade

Bug fixes:

  • Fix regression in 'Select on (short)Id' and 'Search in titles' not functioning

Minor docs corrections

Dependency updates

Changed features, bug fixes, improve docs, dependency upgrade

29 Feb 18:46
Compare
Choose a tag to compare

Changed features:

  • Disallow role assistAdmin to give users equal or more privelages than it self
  • More rows on screen in the tree view
  • Prevent initiation of CouchDb instance if allready done before

Bug fixes:

  • Fix regression in password change
  • User interaction blocked after search on Id or in title, fixed

Improve docs

  • Explain the difference between admin and CouchDb Server admin permissions

Dependency upgrade

  • Fix warning when upgrading to BootstrapVueNext 16.x.x

New features

19 Feb 17:26
Compare
Choose a tag to compare

Features:

  • When dragging an item to another location the potential items to drag into are bordered
  • Temporary freeze of severe, error or warning event messages so that these are not overwritten by new messages
  • The Filter button now changes title to 'Reset filter' when active
  • The 'Products overview' view is only available for users with the role of APO

Bug fix, refactoring and update

15 Feb 09:12
Compare
Choose a tag to compare

Bug fix:

  • Saving updated node field in newly selected node instead of updating originally selected node: bug fixed

Changed feature:

  • Searches on id and title refactored: mutual exclude search on id and on title, enforce search reset before tree manipulation

Update:

  • Upgrade Vue version

Bug fix, refactoring and updates

02 Feb 21:12
Compare
Choose a tag to compare

Bug fix:

  • Fix missing description and/or acceptance-criteria screen updates when database field is empty

Changed feature:

  • Eliminate need to select node first before start dragging

Code refactoring and dependencies update

MAJOR release

13 Jan 20:33
Compare
Choose a tag to compare

Changes:

  • Migration to Vue3
  • Use of Vue3 adapted dependencies

Bug fixes, move to Vite

22 Sep 06:48
Compare
Choose a tag to compare

Bug fixes:

  • App still active after sign-out: fixed
  • Restarting loop after sign-out and immediate sign-in: fixed

New, faster, development environment Vite

  • Move from Vue-CLI to Vite
  • Installation scripts updated

Refactoring

14 Sep 16:11
Compare
Choose a tag to compare

Minor updates:

  • Improve visibility of resize handlers.
  • Have the watchdog code in its own file.