filegator/CHANGELOG.md

57 lines
1.0 KiB
Markdown
Raw Normal View History

2019-08-01 10:44:27 +02:00
# Chanelog
2020-02-26 11:20:10 +01:00
## 7.3.1 - 2020-02-26
* fixes for #41 #42 #43 #45 #46 #47
* slovak translation (thanks @jannyba)
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