Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Sep 1, 2016
1 parent aafe149 commit cbc262e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ This integrates the two with each other. Just click on a \*.kdbx file in Your Ne
## Install

1. Go to the releases page, download the latest version.
1. Extract it to `your_nextcloud/apps`, for example with `tar xvf keeweb-0.2.5.tar.gz -C /path/to/your/nextcloud/apps`.
1. Extract it to `your_nextcloud/apps`, for example with `tar xvf keeweb-0.2.6.tar.gz -C /path/to/your/nextcloud/apps`.
1. Go to "Apps" and then "Not enabled", scroll down to "Experimental" and enable it.

To update to a new version, simply repeat these steps.
Expand All @@ -21,7 +21,7 @@ To update to a new version, simply repeat these steps.
git clone https://github.com/jhass/nextcloud-keeweb.git
cd nextcloud-keewb
git clone -b stable9 https://github.com/nextcloud/server.git nextcloud
git clone -b stable10 https://github.com/nextcloud/server.git nextcloud
ln -sf "$(pwd)/keeweb" nextcloud/apps
git clone https://github.com/keeweb/keeweb.git keeweb-source
Expand Down
4 changes: 4 additions & 0 deletions keeweb/CHANGELOG.md
@@ -1,3 +1,7 @@
nextcloud-keeweb (0.2.6)
* Support Nextcloud 10
* Bundle Keeweb 1.3.0

nextcloud-keeweb (0.2.5)
* Load standard mimetypes before registering our own.

Expand Down
6 changes: 3 additions & 3 deletions keeweb/appinfo/info.xml
Expand Up @@ -4,8 +4,8 @@
<name>Keeweb</name>
<description>Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in Your Nextcloud.</description>
<licence>AGPL</licence>
<author mail="me@jhass.eu">Jonne Haß</author>
<version>0.2.5</version>
<author>Jonne Haß</author>
<version>0.2.6</version>
<namespace>Keeweb</namespace>
<website>https://github.com/jhass/nextcloud-keeweb</website>
<bugs>https://github.com/jhass/nextcloud-keeweb/issues</bugs>
Expand All @@ -14,6 +14,6 @@
<category>tools</category>
<dependencies>
<owncloud min-version="9" max-version="9" />
<nextcloud min-version="9" max-version="9" />
<nextcloud min-version="9" max-version="10" />
</dependencies>
</info>

0 comments on commit cbc262e

Please sign in to comment.