Skip to content

Commit

Permalink
Merge pull request #151 from piero-la-lune/v1.13.0
Browse files Browse the repository at this point in the history
v1.13.0
  • Loading branch information
piero-la-lune authored Nov 6, 2022
2 parents e63171c + 15bc478 commit 1318ada
Show file tree
Hide file tree
Showing 13 changed files with 22,224 additions and 22,248 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).



## [1.13.0] - 2022-11-06

### Added
- Automatic import from FSE with Read Access Key when creating FBOs custom layers
- An aircraft bonus can now be manually set when using Route Finder in Free Search mode (#144)

### Changed
- Updated FSE plane list
- Updated MSFS data

### Fixed
- Fixed bug with job custom area when changing the map center (#149)
- Fixed wording in Route Finder results (#145)



## [1.12.0] - 2022-06-18

### Added
Expand Down
2,143 changes: 894 additions & 1,249 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,45 +1,45 @@
{
"name": "fseplanner",
"version": "1.12.0",
"version": "1.13.0",
"license": "MIT",
"author": "piero-la-lune",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@geoman-io/leaflet-geoman-free": "^2.13.0",
"@maplibre/maplibre-gl-leaflet": "^0.0.17",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.8.4",
"@react-pdf/renderer": "^2.2.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.106",
"@mui/material": "^5.10.12",
"@react-pdf/renderer": "^3.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.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",
"he": "^1.2.0",
"leaflet": "^1.8.0",
"leaflet": "^1.9.2",
"leaflet-polylinedecorator": "^1.6.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"maplibre-gl": "^2.1.9",
"maplibre-gl": "^2.4.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-papaparse": "^4.0.2",
"react-papaparse": "^4.1.0",
"react-scripts": "5.0.1",
"react-use": "^17.4.0",
"reactour": "^1.18.7",
"semver": "^7.3.7",
"semver": "^7.3.8",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"util": "^0.12.4",
"styled-components": "^5.3.6",
"util": "^0.12.5",
"worker-loader": "^3.0.8"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1318ada

Please sign in to comment.