Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2020-11-22 19:49:27 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2020-11-22 19:50:21 +0300
commitcd16784c9b9eaeb2562733ead55fbae0c93b9fcc (patch)
treee87bf63bf2bebdaba39620560ddcc106dca95047
parent5242249f153d5ab48dd852d61968fe9328816c0f (diff)
Update readme and changelog for v1.0.0v1.0.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--Changelog.md4
-rw-r--r--README.md28
2 files changed, 14 insertions, 18 deletions
diff --git a/Changelog.md b/Changelog.md
index d5770d4..d5ef8b5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,10 @@
Changelog
=========
+**1.0.0**
+- Bump nextcloud support to 21
+- Drop owncloud support
+
**0.4.5**
- updated info.xml > bump nextcloud support to version 19 (thx to @enoch85)
- changed app icon (thx to @The-EDev)
diff --git a/README.md b/README.md
index 407ffed..d840632 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,23 @@
-Checksum
-========
+# Checksum
-**Plugin for [Nextcloud](https://nextcloud.com) and [ownCloud](https://owncloud.org) to create hashes of files.**
+Sidebar plugin for [Nextcloud](https://nextcloud.com) to create hashes of files.
![animation](screenshots/checksum.gif)
-Installation
-------------
-**Nextcloud**
+## Installation
-In your Instance, simply navigate to »Apps«, choose the category »Files«, find the Checksum app and enable it.
+Clone this repository into your apps folder and checkout the desired tag.
-**ownCloud**
-- Copy the checksum folder in the app directory of owncloud.
-- If not already done, rename the app-folder to "checksum" - causes overwise an sql error.
-- Enable this app in the admin interface.
-Usage
------
+## Usage
-Just open the details view of the file (Sidebar). There should be a new tab called "Checksum". Select a algorithm and it will try to generate a hash. If you want an other algorithm, just click on the reload button.
+Open the details view of the file (sidebar). There should be a new tab called "Checksum".
+Select an algorithm and it will try to generate a hash.
Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.
-Compatibility
--------------
-- I only tested the app for the current version of owncloud (9.x) and Nextcloud from 10 to 19.
-- I tried to use the current api as much as possible. It should be safe for future versions.
+## Compatibility
+
+I only tested the app for the Nextcloud from v20 to v21 and php v7.4.