Skip to content

Releases: SchweizerischeBundesbahnen/netzgrafik-editor-frontend

2.6.1

31 Jul 14:22
41341ca
Compare
Choose a tag to compare

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

Netzgrafik-Editor Backend v1.1.0

2.6.0

22 Jul 07:59
e966fe0
Compare
Choose a tag to compare

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.

2.5.0

22 Apr 09:52
e94c3eb
Compare
Choose a tag to compare

2.5.0 (2024-04-22)

Features

  • pr-template: add pull request template (89b4d61)

Bug Fixes

Miscellaneous Chores