Releases: ErikVerheul/OneBacklog
Releases · ErikVerheul/OneBacklog
Minor updates
Minor updates:
- Prevent the event text to overlap the signal light.
- The welcome screen now shows the actual screen width when less than 1400, the minimum required.
New features
- The user can now select a new menu item 'My team' for info about his team and the other teams.
- The welcome screen now shows the actual screen width when less than 1600 px, the minimum required.
New feature, bug fix
New feature:
- Two modes are introduced, the standard mode for starters which is the default and a professional mode with many more features.
- The user can switch between the modes without the need to sing-in again.
- The professional mode sports the 'Products overview' for use by the Area Product owner, the option to change database, to move multiple items at once in the tree view and dependency management and alerts.
- As a result the standard mode is less intimidating. Eg. the context menu has 4 options instead of 8.
Bug fix:
- In development mode the images are now visible in teh User guide.
Changes
- Disallow signing in on devices with a width smaller than 1600 px
- Revert to http://localhost:8080 instead of https://localhost:8080 in development mode. Creating a local CA certificate to much a hassle.
Bug fixes
Bug fixes:
- Assigning a dependency failed due to a missing import, fixed
- Fixed error when pasting text with unicode (2 bytes per character)
Bug and security fixes
Bug fixes:
- Do not update acceptance criteria for requirement areas
- Prevent signing in before the database restore is ready when restoring the current database
Security:
- Security issues in development dependencies fixed after upgrading to Node v18.12.1 and version updates
New features, bug fixes, refactoring
New features:
- Save and restore node highlighting when using searches (on top of) a filter; show state inconsistency on the fly
- When no product is assigned to an admin or server admin show a warning and route to the admin page
Bug fixes:
- Hidden error when resetting search in titles without previous search, fixed
- When removing an item in the product overview with dependencies or conditions on its descendants, these are not recovered on the undo, fixed
- Fix false mesage 'The last undo has not finished. Please try later' when the dependency is manually removed
- Fix regression error when adding a dependency
Refactoring:
- Showpath and undoShowPath refactored; use capital literals for constants
New feature, bug fixes, refactoring
New feature:
- When creating a new requirement area do not show color options already in use
Bug fixes:
- Description changes of requirement area items are not synchronized with other users having the same item selected, fixed
- When removing an item in the product overview with dependencies or conditions on its descendants, these are not recovered on the undo, fixed
Refactoring:
- Sign out refactored app wide to prevent the listenforchanges longpoll to continue after sign out
- Move global functions to helpers module
- Redundant entries in package.json removed
Security fixes, refactoring
Security:
- Security issues in dependencies fixed
Refactoring:
- Example localhost certificates made available in the distribution
- Other minor refactoring
Bug and security fixes, tools update
Bug fixes:
- Data loss on concurrent and overlapping branch/product removal and undo, fixed
Security:
- Security issue in dependencies fixed
Tools:
- Dev tools updated