Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Nov 16, 2021
1 parent 197d3bf commit 9b14496
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.3.24
### Added
* Ability to override manifests directory in epic parser (so that for example the Legendary store can be used instead).
### Changed
* Totally refactored parserInputs in userConfigurations and presets to allow for less clutter and more varied parsers in the future.

## 2.3.23
### Fixed
* Fixed Epic parser in the case where manifests file doesn't specify executable location. Thanks to Discord user @xsessive182 for helping me debug.
Expand Down
8 changes: 4 additions & 4 deletions src/lang/english/langData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export const EnglishLang: languageContainer = {

},
errors: {
directoryInvalid: "> Steam directory invalid",
noSteamAccounts: "> Steam directory specified has no accounts",
directoryInvalid: "> Steam directory invalid.",
noSteamAccounts: "> Steam directory specified has no accounts.",
steamChanged__i: '> Steam changed internal database structure or parser tried to read an outdated database.\nProblematic file: ${file}\nFull error:\n ${error}',
fatalError__i: '> Steam parser failed with fatal error:\n ${error}'
}
Expand All @@ -101,9 +101,9 @@ export const EnglishLang: languageContainer = {
]
},
errors: {
invalidManifestsOverride: "> Manifests Override is not a valid directory",
invalidManifestsOverride: "> Manifests Override is not a valid directory.",
epicNotCompatible: "> Epic Games Store not available on Linux.\n If you are using the Legendary store on Linux you need to set Manifests Override.",
epicNotInstalled: "> Epic Games does not appear to be installed",
epicNotInstalled: "> Epic Games does not appear to be installed.",
fatalError__i: '> Epic Games parser failed with fatal error:\n ${error}'
}
},
Expand Down

0 comments on commit 9b14496

Please sign in to comment.