X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/7511bd61153aaa912ebb96e3f2d6a49b27cdde5d..a0701eee3e47d6b86c3ccf50a4b5aea4fe3a44bd:/README.md diff --git a/README.md b/README.md index dc3522a..cc06f11 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Next Release [![Build Status Next Release](https://gitlab.com/mojo42/Jirafeau/ba - Shortened URLs using base 64 encoding - Maximal upload size configurable - NO database, only use basic PHP -- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru: :es: :tk: :flag_tr: :flag_pt: :flag_br: +- Simple language support with a lot of langages (help us on [weblate](https://hosted.weblate.org/engage/jirafeau/)!) - File level [Deduplication](http://en.wikipedia.org/wiki/Data_deduplication) for storage optimization (does store duplicate files only once, but generate multiple links) - Optional data encryption - Small administration interface @@ -194,11 +194,11 @@ and the Contribution Guidelines Of course ! Translations are easy to make and no technical knowledge is required. -Simply go to [Jirafeau's Weblate](https://hosted.weblate.org/projects/jirafeau/master/). +Simply go to [Jirafeau's Weblate](https://hosted.weblate.org/engage/jirafeau/). If you want to add a new language in the list, feel free to contact us or leave a comment in ticket #9. -We would like to thank all anonymous contributors on weblate. :) +Thanks to all contributors ! :) ### How do I upgrade my Jirafeau? @@ -432,3 +432,12 @@ The very first version of Jirafeau after the fork of Jyraphe. - Docker fix - Advertise javascript license for LibreJS compatibility - other minor fixes + +## Version 4.0.0 + +- Removed plain-text password support for admin auth (breaking change). Update `admin_password` option using `echo -n MyNewPassw0rd | sha256sum` command. +- Default folder sub-division to 8 characters (breaking change). +- New option `upload_ip_nopassword` to allow a list of IP to access Jirafeau without password +- Bugfix with LibreJS +- Other minor bug fixes +- More languages supported