Skip to content

Latest commit

 

History

History
135 lines (91 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

135 lines (91 loc) · 4.18 KB

1.1.0

2023-11-26

  • Updated map data (faction warfare update and Zarzakh).

1.0.0

2021-06-10

  • New gates added (Stargate Trailblazers).

0.8.2

2021-04-06

  • Fix: It was not possible to import gates from different regions at once.
  • Fix: A connection between two unconnected Ansiblex gates was incorrectly assumed when an Ansiblex gate existed in both systems.

0.8.1

2021-04-05

  • Fix: The start position was always set to the current position of the character if the field was empty.

0.8.0

2021-04-03

  • It is now possible to manually import gates without replacing all from one region.
  • Ansiblex gates can now be deleted individually.
  • The list of Ansiblexes has been moved to the ADMIN page.
  • The ADMIN page is now visible to all, the editing functions are disabled without the required role.
  • The map is now always updated when searching for a route, so that changed connections are visible.

0.7.0

2021-03-08

  • New: Read start and end systems from URL, e.g. domain.tdl/#Home;HED-GP;GE-8JV
  • New: The system search result now includes the region name and system security level.
  • New: The list of systems on the route now includes the region name.
  • Change: The search result now lists systems first that start with the search term.
  • Change: No more "Unknown Ansiblex" when an Ansiblex of a pair is missing, these connections are now ignored.
  • This update deletes all Ansiblex gates without a region ID. These gates are from ESI searches before version 0.6.0.
  • Small bug fixes

0.6.0

2021-01-04

  • Added manual import of Ansiblex jump gates.
  • HTTP requests: Log response body on error.

0.5.0

2020-12-24

  • New: Alternative routes.
  • Change: #10 Prefer route with fewer Ansiblex gates.
  • Change: Always show "How it works" button.
  • Added login statistics.
  • Enabled HTTP content compression.
  • Fixed database migrations for H2.

0.4.1

2020-11-02

  • New: For each release, the fat JAR and WAR files are now built and can be downloaded from GitHub.
  • Small text and usability improvements.
  • Fixed check for supported browsers.

0.4.0

2020-10-24

  • Triglavian Invasion: Updated gates and systems.
  • Change: The map now sticks on top, and it's height is set automatically based on the viewport height.
  • #4 Moved navigation buttons to header (removes secondary bar).
  • Other small layout improvements.
  • Validation of the OAuth state param and better error handling.
  • #9 Wrong in-game route: Added small delay between requests and debug messages.
  • #7 Docker containers for a complete development environment added.
  • Added Dockerfile to run the jar file.

0.3.1

2020-10-02

  • Fix: Clicking "swap systems" only switched the input values, it did not change the start and end systems for the route.
  • Improved error handling when setting the in-game route.

0.3.0

2020-09-27

  • Added button to set the start system back to the current location.
  • Added button to swap start and end systems. (thanks @NevarrTivianne)
  • Added number of jumps to route list.
  • Added the option to change the map height so that it fits better into the respective viewport.
  • The buttons to avoid the start and end system of a route have been removed.
  • Other small layout improvements.
  • Map: Added title (on mouse over) to systems.
  • Map: Connections are redrawn when a temporary connection has been added or removed.
  • Fixed alliance check during login.
  • Added CSRF protection for all requests that change data.
  • Added option to enable the "secure" flag for the session cookie.
  • Added database migrations.
  • More efficient storage of Ansiblex gates in the database.
  • Some cleanups, library updates and improved documentation.

0.2.0

2020-09-20

  • #3 Added support for PostgreSQL, MySQL, MariaDB, SQLite and H2 (embedded mode) databases.
  • User is logged off from the frontend if the backend responds with a "Forbidden" error.
  • Fixed some MongoDB operations.

0.1.0

2020-09-19

First release.