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:
-rw-r--r--Changelog.md10
-rw-r--r--README.md4
2 files changed, 13 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
new file mode 100644
index 0000000..df4aacc
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,10 @@
+Changelog
+=========
+
+**0.3.2**
+- updated readme
+- added changelog
+
+**0.3.1**
+- allow unprivileged users to create checksums
+- reload button
diff --git a/README.md b/README.md
index 3b72e0c..cd20df7 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ In your Instance, simply navigate to »Apps«, choose the category »Files«, fi
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.
+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.
+
+Possible algorithms are md5, sha1, sha256, sha512 and crc32.
Compatibility
-------------