Skip to content

Commit 04f869f

Browse files
committed
update 2.2.9
1 parent 2a20a37 commit 04f869f

35 files changed

+1276
-266
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 2.2.9 - 2017-11-16
5+
6+
### Added
7+
8+
* Fuzzy matcher now has an option to replace diacritic characters to their latin equivalent. Available character list is probably not full, so if you find a missing character be sure to post an issue.
9+
* Parser variable added which can replace diacritic characters to their latin equivalent.
10+
* Added default/fallback image option for when there is no image available.
11+
12+
### Fixed
13+
14+
* `substr` error when glob contains space characters at the start of input.
15+
* Could not add local image manually most of the time due tue file input being removed before callback is fired.
16+
417
## 2.2.8 - 2017-11-12
518

619
### Added

package-lock.json

Lines changed: 56 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "steam-rom-manager",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"license": "GPL-3.0",
55
"description": "An app for managing ROMs in Steam",
66
"author": {
@@ -62,15 +62,15 @@
6262
"build:mac": "build --mac --ia32 --x64"
6363
},
6464
"dependencies": {
65-
"@angular/animations": "^4.4.6",
66-
"@angular/common": "^4.4.6",
67-
"@angular/compiler": "^4.4.6",
68-
"@angular/core": "^4.4.6",
69-
"@angular/forms": "^4.4.6",
70-
"@angular/http": "^4.4.6",
71-
"@angular/platform-browser": "^4.4.6",
72-
"@angular/platform-browser-dynamic": "^4.4.6",
73-
"@angular/router": "^4.4.6",
65+
"@angular/animations": "^5.0.1",
66+
"@angular/common": "^5.0.1",
67+
"@angular/compiler": "^5.0.1",
68+
"@angular/core": "^5.0.1",
69+
"@angular/forms": "^5.0.1",
70+
"@angular/http": "^5.0.1",
71+
"@angular/platform-browser": "^5.0.1",
72+
"@angular/platform-browser-dynamic": "^5.0.1",
73+
"@angular/router": "^5.0.1",
7474
"@node-steam/vdf": "^1.0.0",
7575
"@types/rangy": "0.0.31",
7676
"ajv": "^5.3.0",
@@ -94,7 +94,6 @@
9494
"markdown-it-attrs": "^0.8.0",
9595
"mime-types": "^2.1.17",
9696
"minimatch": "^3.0.4",
97-
"ng-dynamic": "^3.0.2",
9897
"ngx-color-picker": "^5.0.1",
9998
"os-name": "^2.0.1",
10099
"rangy": "^1.3.0",
@@ -109,7 +108,7 @@
109108
"@types/async": "^2.0.45",
110109
"@types/bluebird": "^3.5.18",
111110
"@types/crc": "^3.4.0",
112-
"@types/fs-extra": "^4.0.4",
111+
"@types/fs-extra": "^4.0.5",
113112
"@types/fuzzaldrin-plus": "0.0.1",
114113
"@types/glob": "^5.0.33",
115114
"@types/he": "^0.5.29",
@@ -118,7 +117,7 @@
118117
"@types/long": "^3.0.32",
119118
"@types/markdown-it": "0.0.4",
120119
"@types/minimatch": "^3.0.1",
121-
"@types/node": "^8.0.51",
120+
"@types/node": "^8.0.52",
122121
"angular2-template-loader": "^0.6.2",
123122
"awesome-typescript-loader": "^3.3.0",
124123
"cross-env": "^5.1.1",

0 commit comments

Comments
 (0)