1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7## [Unreleased]
8
9### Added
10### Changed
11### Removed
12### Fixed
13
14## [1.0.1] - 2020-10-21
15
16### Added
17
18- [BT-47] - Re-added German language support, based on a contribution by [Conny Henn](mailto:Conny@hennweb.de)
19
20## [1.0.0] - 2020-09-14
21
22### Added
23
24- [BT-38] - When creating a backup file, we now ensure we don't backup any metadata about backups, and we also delete any "already deleted" backups in the `media_attic` that the user cannot otherwise delete
25- [BT-44] - Added this CHANGELOG.md file and first official version number 1.0.0 and release date to 2020-09-14
26- [BT-46] - Added LICENSE, rewrote README.md and some re-writing of how the backup page looks
27
28### Changed
29
30- [BT-39] - When the backup completes, we now hide the "backup progress" text
31- [BT-42] - If a user is running on a Windows-based server, we now alert the user that there may be issues with the plugin, and force an "I Understand" button to be pressed to show the plugin
32- [BT-43] - Did some code cleanup via `php-cs-fixer` and `js-beautify`; also removed German, French, and Japanese translations as they're now out of date and need to be redone
33
34##
35
36[1.0.0]: https://github.com/tatewake/dokuwiki-plugin-backup/releases/tag/1.0.0
37[1.0.1]: https://github.com/tatewake/dokuwiki-plugin-backup/releases/tag/1.0.0
38
39[BT-39]: https://github.com/tatewake/dokuwiki-plugin-backup/issues/39
40[BT-38]: https://github.com/tatewake/dokuwiki-plugin-backup/issues/38
41
42[BT-42]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/42
43[BT-43]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/43
44[BT-44]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/44
45[BT-46]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/46
46[BT-47]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/47
47