Skip to content

Commit

Permalink
update 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Nov 15, 2017
1 parent 2a20a37 commit 04f869f
Show file tree
Hide file tree
Showing 35 changed files with 1,276 additions and 266 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.2.9 - 2017-11-16

### Added

* 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.
* Parser variable added which can replace diacritic characters to their latin equivalent.
* Added default/fallback image option for when there is no image available.

### Fixed

* `substr` error when glob contains space characters at the start of input.
* Could not add local image manually most of the time due tue file input being removed before callback is fired.

## 2.2.8 - 2017-11-12

### Added
Expand Down
117 changes: 56 additions & 61 deletions package-lock.json

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

25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-rom-manager",
"version": "2.2.8",
"version": "2.2.9",
"license": "GPL-3.0",
"description": "An app for managing ROMs in Steam",
"author": {
Expand Down Expand Up @@ -62,15 +62,15 @@
"build:mac": "build --mac --ia32 --x64"
},
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@angular/animations": "^5.0.1",
"@angular/common": "^5.0.1",
"@angular/compiler": "^5.0.1",
"@angular/core": "^5.0.1",
"@angular/forms": "^5.0.1",
"@angular/http": "^5.0.1",
"@angular/platform-browser": "^5.0.1",
"@angular/platform-browser-dynamic": "^5.0.1",
"@angular/router": "^5.0.1",
"@node-steam/vdf": "^1.0.0",
"@types/rangy": "0.0.31",
"ajv": "^5.3.0",
Expand All @@ -94,7 +94,6 @@
"markdown-it-attrs": "^0.8.0",
"mime-types": "^2.1.17",
"minimatch": "^3.0.4",
"ng-dynamic": "^3.0.2",
"ngx-color-picker": "^5.0.1",
"os-name": "^2.0.1",
"rangy": "^1.3.0",
Expand All @@ -109,7 +108,7 @@
"@types/async": "^2.0.45",
"@types/bluebird": "^3.5.18",
"@types/crc": "^3.4.0",
"@types/fs-extra": "^4.0.4",
"@types/fs-extra": "^4.0.5",
"@types/fuzzaldrin-plus": "0.0.1",
"@types/glob": "^5.0.33",
"@types/he": "^0.5.29",
Expand All @@ -118,7 +117,7 @@
"@types/long": "^3.0.32",
"@types/markdown-it": "0.0.4",
"@types/minimatch": "^3.0.1",
"@types/node": "^8.0.51",
"@types/node": "^8.0.52",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.3.0",
"cross-env": "^5.1.1",
Expand Down
Loading

0 comments on commit 04f869f

Please sign in to comment.