Releases: SchweizerischeBundesbahnen/netzgrafik-editor-frontend
Releases · SchweizerischeBundesbahnen/netzgrafik-editor-frontend
2.6.1
2.6.1 (2024-07-31)
Features
- The user identifier is the email address. This makes it much easier for human beings to manage shared project users. When a user wants to share their project, they simply need to enter the email address of the collaborator. There will be no notification when a user adds a valid email address to the project for sharing.
See: User Manual - Shared projects
Bug fixes
Several minor bug fixes, e.g.:
- Times (number) rounding issue
- Coloring (dark-mode) issues fixed
- Align theme color picker with buttons (#198) (e3a8798)
Dependency
2.6.0
2.6.0 (2024-07-12)
General
This release focuses on improving the network graphics editor frontend, addressing performance issues, enhancing the editor's functionality, and fixing various bugs. It also introduces a user manual for better documentation.
Features
Performance improvements:
- Reduced the number of "Update" events to resolve performance issues.
- Significantly accelerated the rendering of line graphics.
- Optimized performance for large network graphics using viewport culling and level of detail techniques.
Editor enhancements:
- Enabled sharing and merging of trains by pressing the Ctrl key and clicking or by drag and drop.
- Improved the corridor definition of line graphics.
Documentation:
- Enhanced the user manual for comprehensive guidance. Please refer to the User Manual Documentation for detailed information.
Bug fixes
- Resolved various issues. For more details, please refer to the GitHub repository.