Skip to content

Commit

Permalink
🗑️ [feat/config] #77 minor typo correction + add translation + breaki…
Browse files Browse the repository at this point in the history
…ng changes
  • Loading branch information
JAGFx committed Jan 9, 2022
1 parent 77c9821 commit dc552df
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
10 changes: 10 additions & 0 deletions doc/BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v1.7.0+

### Configurations files

The configuration files are divided into two files:

- The minimal configuration of the application `config.json`
Expand All @@ -10,6 +12,7 @@ The configuration files are divided into two files:
The old config file `config.ets2-dashboard-skin.json` is deprecated and is not used anymore.

If you have changes for the following entries, edit `config.json`:

- `general_refresh_rate`
- `general_skin_on_load`
- `general_h-shift-layout`
Expand All @@ -23,13 +26,20 @@ All configuration files are placed in a `config` folder.

For more information, read the [CONFIG_SETTINGS.md](CONFIG_SETTINGS.md) file

### Map tiles remote

The host hosted at `ets2.jagfx.fr` will not be updated anymore. In the next major release, it will be removed.

Use the `TwinDragon/SCS_Map_Tiles` instead.

## v1.6.3+

The configuration field `maps_map_tilesLocation` is deprecated.

Use the `maps_map_tilesRemoteCustomPath` instead.

## v1.6.0+

It's not be planned, but a major change was introduced and cause a breaking change.

From `v1.6.X` and more, there will not be able to work with the old map tiles collection (under `v1.5.X`)
Expand Down
4 changes: 4 additions & 0 deletions doc/TRANSLATION_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## From 1.7.0

### Added

- ets2.jagfx.fr (Deprecated)

### Changed

- Set a remote location for the map tiles. ~~It can be on your local machine~~
Expand Down
8 changes: 6 additions & 2 deletions servers/default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/data/config-field-values.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@
"value" : "1.40"
}
],
"maps_map_tilesRemotePath" : [
"maps_map_tilesRemotePath" : [
{
"label" : "TwinDragon/SCS_Map_Tiles",
"value" : "https://raw.githubusercontent.com/TwinDragon/SCS_Map_Tiles/master/"
},
{
"label" : "ets2.jagfx.fr",
"label" : "ets2.jagfx.fr (Deprecated)",
"value" : "https://ets2.jagfx.fr"
}
],
Expand All @@ -241,7 +241,7 @@
"value" : "remaining_date"
}
],
"general_skin_locale": [
"general_skin_locale" : [
{
"label" : "Chinese",
"value" : "cn-CN"
Expand Down
3 changes: 2 additions & 1 deletion src/translations/fr-FR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,5 @@ Author: Auteur
Chinese: Chinois
Russian: Russe
Port: Port
Port used by the server: Port utilisé par le serveur
Port used by the server: Port utilisé par le serveur
ets2.jagfx.fr (Deprecated): ets2.jagfx.fr (Déprécié)

0 comments on commit dc552df

Please sign in to comment.