Skip to content

Commit

Permalink
Merge pull request #167 from piero-la-lune/v1.15.0
Browse files Browse the repository at this point in the history
V1.15.0
  • Loading branch information
piero-la-lune authored Jun 4, 2023
2 parents 51e3649 + ae19415 commit 2af42c6
Show file tree
Hide file tree
Showing 13 changed files with 3,208 additions and 3,114 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).



## [1.15.0] - 2023-06-04

### Added
- Customization of line thickness for custom layers
- Custom layer colors can now be entered with an hexadecimal color code (#157)
- Share multiple layers with one unique URL (new `layers` URL query parameter). To share `ID1` and `ID2` layers at once (ids can be retrieved in the layer sharing URL), use this URL: `https://fse-planner.piero-la-lune.fr/?layers=ID1,ID2` (ids must be comma separated)
- New settings to save default job type filters (Trip/VIP/All In, Passengers/Cargo)
- New settings to allow non-compatible airports that have at least one alternative airport in the simulator to be included (when the option "Only display and use simulator compatible airports" is On) (#159)

### Changed
- Updated MSFS data
- Updated FSE aircraft list
- Updated project dependencies

### Fixed
- Fixed rounding bug in airport coordinates (#162)
- Fixed "More" alternative airports button (#160)



## [1.14.1] - 2022-12-28

### Changed
Expand Down
1,152 changes: 561 additions & 591 deletions package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "fseplanner",
"version": "1.14.1",
"version": "1.15.0",
"license": "MIT",
"author": "piero-la-lune",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@geoman-io/leaflet-geoman-free": "^2.13.1",
"@maplibre/maplibre-gl-leaflet": "^0.0.18",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.11.0",
"@react-pdf/renderer": "^3.0.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"@maplibre/maplibre-gl-leaflet": "^0.0.19",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"@react-pdf/renderer": "^3.1.11",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"env-cmd": "^10.1.0",
"geolib": "^3.3.3",
"geolib": "^3.3.4",
"he": "^1.2.0",
"leaflet": "^1.9.3",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"lz-string": "^1.5.0",
"maplibre-gl": "^2.4.0",
"match-sorter": "^6.3.1",
"process": "^0.11.10",
Expand All @@ -37,10 +37,10 @@
"react-papaparse": "^4.1.0",
"react-scripts": "5.0.1",
"react-use": "^17.4.0",
"reactour": "^1.18.7",
"semver": "^7.3.8",
"reactour": "^1.19.0",
"semver": "^7.5.1",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.6",
"styled-components": "^5.3.11",
"util": "^0.12.5",
"worker-loader": "^3.0.8"
},
Expand Down
Loading

0 comments on commit 2af42c6

Please sign in to comment.