filegator/CHANGELOG.md

112 lines
2.4 KiB
Markdown
Raw Normal View History

2020-07-18 18:28:50 +02:00
# Changelog
2019-08-01 10:44:27 +02:00
2020-02-27 09:34:18 +01:00
## Upcoming...
* disabling axios response auto-transformation when editing content, fixes #110
* config params: .json and .md extensions added as 'editable' by default
* config params: timezone support added, mostly for accurate logging, defaults to UTC
* fixes #102
2020-07-18 12:02:35 +02:00
## 7.4.2 - 2020-07-18
2020-07-15 09:37:59 +02:00
* inclusive terminology: BC! please replace ip_whitelist/ip_blacklist to ip_allowlist/ip_denylist in your configuration.php
2020-07-18 12:02:35 +02:00
* fixes #113 #108
* add mime-types to download headers
* support for vector images (svg)
2020-05-17 16:45:44 +02:00
* fonts update
2020-05-17 17:29:55 +02:00
* catch/fix NavigationDuplicated errors
2020-05-17 16:45:44 +02:00
2020-05-17 10:33:59 +02:00
## 7.4.1 - 2020-05-17
2020-05-12 09:24:03 +02:00
* libzip BC fix
2020-05-12 08:19:45 +00:00
* zip adapter fix
2020-05-12 09:24:03 +02:00
* composer update dependencies
2020-05-12 10:31:18 +02:00
* npm update / audit fix
* right-click opens single file context menu
2020-05-17 10:33:59 +02:00
* fixes #81, #82, #86
2020-05-12 09:24:03 +02:00
2020-05-09 21:25:53 +02:00
## 7.4.0 - 2020-05-09 ✌️
* WordPress Auth adapter is now included in the main repo
2020-05-09 18:13:14 +02:00
* New config: 'guest_redirection' (useful for external auth adapters)
* More css classes so the elements can be easily hidden (e.g. add_to_head style)
* Integrated https://github.com/filegator/filegator/pull/74
* Updated docs
2020-05-09 18:13:14 +02:00
2020-04-18 11:10:19 +02:00
## 7.3.5 - 2020-04-18
2020-04-17 17:09:39 +02:00
* Translations added: Polish, Italian
2020-03-31 10:04:33 +02:00
* Bump symfony, dibi
2020-03-23 13:42:39 +01:00
## 7.3.4 - 2020-03-23
2020-03-23 13:37:54 +01:00
* New config param: overwrite files on upload
2020-03-08 10:29:51 +01:00
## 7.3.3 - 2020-03-08
* Download filename bugfix
* Language fix
2020-03-06 15:19:14 +01:00
## 7.3.2 - 2020-03-06
* View PDF files in the browser (thanks @pauloklaus)
* Fixes #31 #51
2020-02-27 09:34:18 +01:00
* Password reveal added to login screen
2020-03-06 15:19:14 +01:00
* Language fix
2020-02-27 09:34:18 +01:00
2020-02-26 11:20:10 +01:00
## 7.3.1 - 2020-02-26
2020-02-27 09:34:18 +01:00
* Fixes for #41 #42 #43 #45 #46 #47
* Slovak translation (thanks @jannyba)
2020-02-26 11:20:10 +01:00
2020-02-25 11:06:53 +01:00
## 7.3.0 - 2020-02-25
* Search feature
2020-02-21 14:31:32 +01:00
## 7.2.1 - 2020-02-21
* Better editor & image gallery
* New config: `editable` (file extensions that can be opened with editor)
* New config: `date_format`
2020-02-20 15:35:01 +01:00
## 7.2.0 - 2020-02-20
* File preview & edit feature added (preview images, edit txt files)
2020-02-12 09:47:07 +01:00
## 7.1.6 - 2020-01-12
* Translations added, Bulgarian, Serbian, French
2020-02-09 10:07:14 +01:00
## 7.1.5 - 2020-01-09
* Translations added, Dutch, Chinese
2019-12-30 09:54:50 +01:00
## 7.1.4 - 2019-12-30
* npm updates, vue & vue-cli
2019-12-04 09:13:27 +01:00
## 7.1.3 - 2019-12-04
* Symfony update, fixes CVE-2019-18888
2019-09-09 10:23:29 +02:00
## 7.1.2 - 2019-09-09
* Fix for filename sanitize/cut during upload process
2019-09-05 16:11:35 +02:00
## 7.1.1 - 2019-09-05
* Fix for multibyte filename uploads
2019-09-05 14:12:32 +02:00
## 7.1.0 - 2019-09-05
* Fix for UTF8 filename issues (#12) - may brake existing download links generated with previous versions
2019-08-01 10:44:27 +02:00
## 7.0.1 - 2019-08-01
* Fixed file upload bug - merging chunks after upload was failing
2019-08-01 14:20:26 +02:00
## 7.0.0 - 2019-07-26
2019-08-01 10:44:27 +02:00
* Initial release
2020-04-27 04:16:57 +02:00