From 1a1270e60b25161c9f3be076927477edf4b81e7a Mon Sep 17 00:00:00 2001 From: Aiden Dax Date: Sun, 18 Jul 2021 03:18:30 +0100 Subject: [PATCH] Update version numbers and changelog Also revert the earlier removal of a colon. I've decided I prefer this. --- rawaccel-switch-doc/changelog.md | 11 +++++++++-- rawaccel-switch-doc/guide.md | 4 ++-- readme.md | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/rawaccel-switch-doc/changelog.md b/rawaccel-switch-doc/changelog.md index 2f813e6..205b3de 100644 --- a/rawaccel-switch-doc/changelog.md +++ b/rawaccel-switch-doc/changelog.md @@ -1,10 +1,17 @@ # Changelog +## v1.0.3 + +* Added a `--help` option to display help text. +* Updated the [Guide](guide.md) to reflect the above change. +* Made a few more minor improvements to the [Guide](guide.md). + + ## v1.0.2 -* Added a `--list` option to display a list of all saved profiles by - their profile names. You can also specify a filter with wildcards. +* Added a `--list` option to display a list of all saved profiles. + You can also specify a filter, which can include wildcards. * Updated the [Guide](guide.md) to reflect the above change. * Significantly improved the [Guide](guide.md) in a multitude of other ways. * Fixed a bug that sometimes caused the RawAccel GUI application to diff --git a/rawaccel-switch-doc/guide.md b/rawaccel-switch-doc/guide.md index 9278caa..2087247 100644 --- a/rawaccel-switch-doc/guide.md +++ b/rawaccel-switch-doc/guide.md @@ -1,4 +1,4 @@ -# Guide for RawAccel Profile Switcher (v1.0.2) +# Guide for RawAccel Profile Switcher (v1.0.3) RawAccel Profile Switcher is a simple Batch script that allows you to quickly save and switch between different [RawAccel](https://github.com/a1xd/rawaccel) @@ -291,7 +291,7 @@ bring up a text editor with the source code of the Batch script for editing. Since under these modified instructions your Batch script does not live within your RawAccel program directory anymore, you will now need to tell it where your RawAccel program directory is. -To do this, simply change the line near the top from +To do this, simply change the line near the top from: set RawAccelDir=%~dp0 diff --git a/readme.md b/readme.md index 045976c..f8c9714 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# RawAccel Profile Switcher for the CLI (v1.0.2) +# RawAccel Profile Switcher for the CLI (v1.0.3) RawAccel Profile Switcher is a simple Batch script that allows you to quickly save and switch between different [RawAccel](https://github.com/a1xd/rawaccel)