summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-11 17:00:37 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-04-11 17:00:45 -0100
commitc3ea09041d2b1cc5f14193a312771ed2b6b20f9c (patch)
tree6e7d4b844c095ba030ae67b80a07c5c639cffcf4
parent6d945ff03c6a381c5fcf2380044f7f72b3336481 (diff)
0.6.0-rc1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--CHANGELOG.md5
-rw-r--r--Makefile5
-rw-r--r--appinfo/info.xml2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e91f350..94f45487 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 0.6.0
+
+- full rewrite of the API
+
+
## 0.4.2
- using IClient, to use local nextcloud network configuration.
diff --git a/Makefile b/Makefile
index 082f08eb..b4e67d46 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
-version+=0.6.0-beta6
+version+=0.6.0-rc1
all: dev-setup lint build-js-production composer
@@ -87,12 +87,15 @@ appstore: dev-setup lint build-js-production composer
--exclude=/docs \
--exclude=/translationfiles \
--exclude=/.tx \
+ --exclude=/.idea \
--exclude=/tests \
--exclude=.git \
--exclude=/.github \
--exclude=/.babelrc.js \
--exclude=/.drone.yml \
--exclude=/.eslintrc.js \
+ --exclude=/cypress.config.js \
+ --exclude=/stylelint.config.js \
--exclude=/composer.json \
--exclude=/composer.lock \
--exclude=/src \
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 43637d96..89e805dc 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
- <version>0.6.0-beta6</version>
+ <version>0.6.0-rc1</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>