diff --git a/CHANGELOG.md b/CHANGELOG.md index e1abdaa..8ac9d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.2.0 (2020-08-03) [Ludusavi v0.7.0 or newer](https://github.com/mtkennerly/ludusavi/releases) is now required. @@ -15,7 +15,8 @@ * When doing backups, the plugin now asks Ludusavi to try updating its manifest so that you can benefit from the latest updates without opening Ludusavi itself. If the update doesn't work (such as when your Internet is down), the plugin - will still operate as normal. + will still operate as normal; a connection is only required for the very first + download of the manifest. * File size units are now adjusted based on the size, rather than always using MiB. * The default backup directory now writes out the user folder in full rather than using the `~` placeholder (although that is still supported). diff --git a/README.md b/README.md index db71c7c..f24afeb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ back up your save data using [Ludusavi](https://github.com/mtkennerly/ludusavi). ### Ludusavi Refer to the [Ludusavi project](https://github.com/mtkennerly/ludusavi) for instructions on how to install Ludusavi itself. You'll need Ludusavi -version 0.6.0 or newer. +version 0.7.0 or newer. By default, the plugin will look for the Ludusavi executable in your `PATH` environment variable, but you can also configure the plugin with the full @@ -64,7 +64,6 @@ library sources, so you'll need to configure Ludusavi's roots separately. * Only one set of save backups is kept for each game. If you decide that you'd like to archive a particular set of backups, simply copy them to an external drive or cloud storage. - ## Development Please refer to [CONTRIBUTING.md](./CONTRIBUTING.md). diff --git a/docs/notifications.png b/docs/notifications.png index 6e0ec89..0773353 100644 Binary files a/docs/notifications.png and b/docs/notifications.png differ diff --git a/docs/settings.png b/docs/settings.png index 0cd73f7..88d4565 100644 Binary files a/docs/settings.png and b/docs/settings.png differ diff --git a/extension.yaml b/extension.yaml index 6fa527a..3bcc070 100644 --- a/extension.yaml +++ b/extension.yaml @@ -1,6 +1,6 @@ Name: Ludusavi Author: Matthew T. Kennerly -Version: 0.1.0 +Version: 0.2.0 Module: LudusaviPlaynite.dll Type: GenericPlugin Icon: icon.png