diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e7ed3..6c563ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 1.0.2 + +* Improves Readme (thanks to [@mmattel](https://github.com/mmattel)) + ## Version 1.0.1 * Fixes ownCloud max-version and sets it to 10 (for any feature- and minor-updates) diff --git a/README.md b/README.md index 0e80ed2..bb81006 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,17 @@ Minimal clipboard feature for the files application. Allows to copy and move fil Installation via Marketplace ---------------------------- -The easiest way installing this app is via the ownCloud [marketplace](https://marketplace.owncloud.com). To do so, enter the browser of your ownCloud instance, select the marketplace app, search for the Files Clipboard app and click install. Please note that your app directory must be writable by your instance. Post installing, you have to enable the app via your owncloud settings page to use it. Because this app is signed, no furter actions are required. +The easiest way installing this app is via the ownCloud [marketplace](https://marketplace.owncloud.com). +To do so, enter the browser of your ownCloud instance, select the marketplace app, search for the Files Clipboard app and click install. +Please note, that your app directory must be writable by your instance. Post installing, you have to enable the app in your ownCloud settings page to use it. + +Because this app is signed, no further actions are required. Manual Installation ------------------- -Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`. Post extracting, grant the correct rights and permissions and enable the app either via a occ command or the settings page in your browser. Because this method is installing an unsigned app, you have to add a config parameter to your config.php file of your instance to avoid complains about a missing signature . +Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`. Post extracting, grant the correct rights and permissions and enable the app either with an occ command or in the settings page in your browser. + +Because this method is installing an unsigned app, you have to add a config parameter to your config.php file of your instance to avoid complains about a missing signature . ``` 'integrity.ignore.missing.app.signature' => @@ -27,7 +33,7 @@ License Authors ------- -Current Version, since 1.0.1: +Current Version, since 1.0.0: * Felix Rupp - [github.com/felixrupp](https://github.com/felixrupp) Older Versions: diff --git a/appinfo/info.xml b/appinfo/info.xml index 3f8d663..ed30b29 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Files clipboard Clipboard operations for the files application Minimal clipboard feature for the files application. Allows to copy and move files between directories. - 1.0.1 + 1.0.2 AGPL Felix Rupp