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).
|
|
|
|
|
|
|
|
|
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.
|