Skip to content

Commit

Permalink
Prepare for 2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tallyrald committed Nov 26, 2023
1 parent 5500686 commit ccdbbc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Simrail Community EDR Changelog

## *2.4 - Unreleased*
## *2.4 - 2023-11-26*

### Changes and features

- Added support for Sławków, Łazy Ła, Dąbrowa Górnicza Ząbkowice dispatch stations (thanks for your help Matejzon)
- Added support for new trains & liveries
- The train list for driver view is now a little bit easier to understand
- Small changes to driver view for a more mobile-friendly interface (train details are now on a new tab beside the timeline)

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StationId } from "./enum/stationId.js";
export const BASE_SIMRAIL_API = "https://panel.simrail.eu:8084/";
export const BASE_AWS_API = "https://api1.aws.simrail.eu:8082/api/"
export const BASE_SIMKOL_API = "https://webhost.simkol.pl/";
export const BASE_SELF_API = "http://localhost:8080/";
export const BASE_SELF_API = `http://localhost:${process.env.LISTEN_PORT}/`;
export const BASE_OSRM_API = "http://localhost:5000/";

export const srHeaders = {
Expand Down

0 comments on commit ccdbbc9

Please sign in to comment.