From 5a79c56b59c2ca15958fa8a90f0d3e54549cb22f Mon Sep 17 00:00:00 2001 From: FrogTheFrog Date: Tue, 21 Nov 2017 13:40:54 +0200 Subject: [PATCH] update log --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a79413283..f8ea9f2e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## 2.2.10 - 2017-11-21 + +### Fixed + +* `Shortcuts.vdf` file would not have elements properly removed. If you had app entry at index 0, followed by other apps, removing app at 0 would not re-index remaining entries. Thus, array element at 0 index would remain empty, forever. This, besides corrupting `vdf`, would result in "`exe` of undefined" error. +* Since the rewrite of `shortcuts.vdf` parser, you could not add Steam categories that were numbers (for ex. 7800, 123, 777, etc.). This is fixed now. + ## 2.2.9 - 2017-11-16 ### Added