diff --git a/README.md b/README.md index 4fe31f9..6ccff85 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Installer Monica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=monica) -Shipped version: **2.9.0** +Shipped version: **2.10.0**

Personal Relationship Manager

diff --git a/conf/.env b/conf/.env index 3f932da..07286f3 100644 --- a/conf/.env +++ b/conf/.env @@ -99,6 +99,10 @@ QUEUE_DRIVER=sync # Make sure this is an integer, without commas or spaces. DEFAULT_MAX_UPLOAD_SIZE=10240 +# Maximum allowed storage size per account, in megabytes. +# Make sure this is an integer, without commas or spaces. +DEFAULT_MAX_STORAGE_SIZE=512 + # Default filesystem to store uploaded files. # Possible values: public|s3 DEFAULT_FILESYSTEM=public @@ -113,6 +117,9 @@ AWS_SERVER= # Allow Two Factor Authentication feature on your instance MFA_ENABLED=false +# Enable CardDAV support (beta feature) +CARDDAV_ENABLED=false + # CLIENT ID and SECRET used for the official mobile application # This is to make sure that only the mobile application that you approve can # access the route to let your users sign in with their credentials diff --git a/conf/app.src b/conf/app.src index 6574245..339a6a5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/monicahq/monica/archive/v2.9.0.zip -SOURCE_SUM=4a4f4ce341950b39f5c07c0066d56063179af91c5857d34553dc30ec77a44e1c +SOURCE_URL=https://github.com/monicahq/monica/archive/v2.10.0.zip +SOURCE_SUM=2b93afbc548546b4c31c9658bf0bcd351cc34781a2036a4bef14e004c730f4c9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v2.9.0.zip +SOURCE_FILENAME=v2.10.0.zip diff --git a/manifest.json b/manifest.json index 3187147..06685f8 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ }, "url": "https://monica.com", "license": "GPL-3.0", - "version": "2.9.0", + "version": "2.10.0", "maintainer": { "name": "Sebastian Gumprich", "email": "yunohost@gumpri.ch",