dir2opds/CHANGELOG.md

74 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2019-03-10 02:48:37 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2021-06-10
### Changed
- time is calculated only once
2021-06-10 06:40:47 +00:00
- updated the mimetype returned for the navigation and acquisition xmls
2021-06-06 03:36:53 +00:00
## [0.0.11] - 2021-06-05
### Changed
2021-06-06 03:37:34 +00:00
- return to filepath as the best way to handle paths for different platforms.
2021-06-06 03:36:53 +00:00
## [0.0.10] - 2021-05-06
2021-05-06 06:59:28 +00:00
### Added
- Unittests
### Changed
- structure of the project changed but public endpoint remains backward compatible.
2021-06-06 03:36:53 +00:00
## [0.0.9] - 2021-05-06
2021-05-06 06:59:28 +00:00
### Changed
- using actions in github for building binaries only when tagging.
2021-06-06 03:36:53 +00:00
## [0.0.8] - 2021-05-06
2021-05-06 06:59:28 +00:00
### Changed
- using actions in github for building binaries only when tagging.
2021-06-06 03:36:53 +00:00
## [0.0.7] - 2021-05-06
2021-05-06 06:59:28 +00:00
### Changed
- using actions in github for testing
2021-06-06 03:36:53 +00:00
## [0.0.6] - 2021-05-06
2021-05-06 06:59:28 +00:00
### Changed
- using actions in github for testing
2021-06-06 03:36:53 +00:00
## [0.0.5] - 2020-05-06
2020-05-30 17:04:16 +00:00
### removed
- usage of filepath package
2020-05-15 18:00:27 +00:00
## [0.0.4] - 2020-05-15
### Added
- debug flag (idea from @clash04)
- comic support thanks to @clash04
- fix hrel that didnt allow the download. (found the issue @clash04)
2019-03-10 02:48:37 +00:00
2019-03-10 08:15:15 +00:00
## [0.0.3] - 2019-03-10
2019-03-10 02:48:37 +00:00
### Added
- A change log was added.
2019-03-10 02:52:49 +00:00
- Added a message when the server started in the stadin
2019-03-10 02:48:37 +00:00
### Changed
2019-03-10 08:40:10 +00:00
- fix rel and type for acquisition
2019-03-10 02:48:37 +00:00
- In the code change where the parameters are defined.
- Changed serveFeedauthor parameter for author.
- Adding host parameter.
- Start using go modules.
2019-03-10 03:49:00 +00:00
- Fixing typo in file extension gif
2019-03-10 08:40:10 +00:00
- The MIME-type for FB2 changed to text/fb2+xml
2019-03-10 02:48:37 +00:00
### Removed
- vendor folder.
## [0.0.2] - 2017-05-11
### Changed
- Using builders to generate the xml.
- Adding binaries in the release section.
## [0.0.1] - 2017-03-24
### Added
- first version of dir2opds was relased.