From 171e424057741013c4e8e69f933ccc116159d03d Mon Sep 17 00:00:00 2001 From: Dpeta <69427753+Dpeta@users.noreply.github.com> Date: Mon, 12 Apr 2021 13:18:05 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9c226..0dc46c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ ## [v2.1.1] - 2021-4-12 -# Fixed +### Fixed - Fixed theme not getting applied correctly to memo. - Fixed sRGB profile in steamchum. -## Changed -- convo/tabwindow on trollian seems to be used for the general background color, so, I changed it to a value. I'm not use if this was intentional. +### Changed +- convo/tabwindow on trollian 2.5 seems to be used for the general background color, so, I changed it to a value. I'm not use if this was intentional. ## [v2.1.0] - 2021-4-11 From f9dcb452c7e719ee06582b5f0da8714b6dabdcae Mon Sep 17 00:00:00 2001 From: Dpeta Date: Tue, 13 Apr 2021 01:33:57 +0200 Subject: [PATCH 2/2] Made file capitalization consistent for a few files. (.PNG --> .png), because some file systems are queasy on that. (See https://superuser.com/questions/881804/case-sensitive-file-extensions-in-windows-and-linux) --- .gitignore | 4 +++- CHANGELOG.md | 6 ++++++ themes/paperchum/{chumbg.PNG => chumbg.png} | Bin themes/paperchum/{othertabbg.PNG => othertabbg.png} | Bin .../{scrollhandle.PNG => scrollhandle.png} | Bin themes/paperchum/{selectedbg.PNG => selectedbg.png} | Bin themes/paperchum/{tabbg.PNG => tabbg.png} | Bin themes/paperchum/{timeslider.PNG => timeslider.png} | Bin themes/steamchum/{chumbg.PNG => chumbg.png} | Bin themes/steamchum/{mood base.PSD => mood base.psd} | Bin themes/steamchum/{othertabbg.PNG => othertabbg.png} | Bin .../{scrollhandle.PNG => scrollhandle.png} | Bin themes/steamchum/{selectedbg.PNG => selectedbg.png} | Bin themes/steamchum/{tabbg.PNG => tabbg.png} | Bin themes/steamchum/{timeslider.PNG => timeslider.png} | Bin 15 files changed, 9 insertions(+), 1 deletion(-) rename themes/paperchum/{chumbg.PNG => chumbg.png} (100%) rename themes/paperchum/{othertabbg.PNG => othertabbg.png} (100%) rename themes/paperchum/{scrollhandle.PNG => scrollhandle.png} (100%) rename themes/paperchum/{selectedbg.PNG => selectedbg.png} (100%) rename themes/paperchum/{tabbg.PNG => tabbg.png} (100%) rename themes/paperchum/{timeslider.PNG => timeslider.png} (100%) rename themes/steamchum/{chumbg.PNG => chumbg.png} (100%) rename themes/steamchum/{mood base.PSD => mood base.psd} (100%) rename themes/steamchum/{othertabbg.PNG => othertabbg.png} (100%) rename themes/steamchum/{scrollhandle.PNG => scrollhandle.png} (100%) rename themes/steamchum/{selectedbg.PNG => selectedbg.png} (100%) rename themes/steamchum/{tabbg.PNG => tabbg.png} (100%) rename themes/steamchum/{timeslider.PNG => timeslider.png} (100%) diff --git a/.gitignore b/.gitignore index 507ce3d..a7e0f65 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ quirks/* *.pkl Pesterchum.dmg *.md.backup -subscript.txt \ No newline at end of file +subscript.txt +package-lock.json +package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc46c6..8d5d80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog (This document uses YYYY-MM-DD as per ISO 8601) +## [v2.1.2] + +### Changed +- Made file capitalization consistent for a few files. (.PNG --> .png), because some file systems are queasy on that. (See https://superuser.com/questions/881804/case-sensitive-file-extensions-in-windows-and-linux) + + ## [v2.1.1] - 2021-4-12 ### Fixed diff --git a/themes/paperchum/chumbg.PNG b/themes/paperchum/chumbg.png similarity index 100% rename from themes/paperchum/chumbg.PNG rename to themes/paperchum/chumbg.png diff --git a/themes/paperchum/othertabbg.PNG b/themes/paperchum/othertabbg.png similarity index 100% rename from themes/paperchum/othertabbg.PNG rename to themes/paperchum/othertabbg.png diff --git a/themes/paperchum/scrollhandle.PNG b/themes/paperchum/scrollhandle.png similarity index 100% rename from themes/paperchum/scrollhandle.PNG rename to themes/paperchum/scrollhandle.png diff --git a/themes/paperchum/selectedbg.PNG b/themes/paperchum/selectedbg.png similarity index 100% rename from themes/paperchum/selectedbg.PNG rename to themes/paperchum/selectedbg.png diff --git a/themes/paperchum/tabbg.PNG b/themes/paperchum/tabbg.png similarity index 100% rename from themes/paperchum/tabbg.PNG rename to themes/paperchum/tabbg.png diff --git a/themes/paperchum/timeslider.PNG b/themes/paperchum/timeslider.png similarity index 100% rename from themes/paperchum/timeslider.PNG rename to themes/paperchum/timeslider.png diff --git a/themes/steamchum/chumbg.PNG b/themes/steamchum/chumbg.png similarity index 100% rename from themes/steamchum/chumbg.PNG rename to themes/steamchum/chumbg.png diff --git a/themes/steamchum/mood base.PSD b/themes/steamchum/mood base.psd similarity index 100% rename from themes/steamchum/mood base.PSD rename to themes/steamchum/mood base.psd diff --git a/themes/steamchum/othertabbg.PNG b/themes/steamchum/othertabbg.png similarity index 100% rename from themes/steamchum/othertabbg.PNG rename to themes/steamchum/othertabbg.png diff --git a/themes/steamchum/scrollhandle.PNG b/themes/steamchum/scrollhandle.png similarity index 100% rename from themes/steamchum/scrollhandle.PNG rename to themes/steamchum/scrollhandle.png diff --git a/themes/steamchum/selectedbg.PNG b/themes/steamchum/selectedbg.png similarity index 100% rename from themes/steamchum/selectedbg.PNG rename to themes/steamchum/selectedbg.png diff --git a/themes/steamchum/tabbg.PNG b/themes/steamchum/tabbg.png similarity index 100% rename from themes/steamchum/tabbg.PNG rename to themes/steamchum/tabbg.png diff --git a/themes/steamchum/timeslider.PNG b/themes/steamchum/timeslider.png similarity index 100% rename from themes/steamchum/timeslider.PNG rename to themes/steamchum/timeslider.png