1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-16 10:33:14 +12:00
hydrus-server-docker/CHANGELOG.md

86 lines
2.1 KiB
Markdown
Raw Normal View History

2018-11-30 04:49:02 +13:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [2.1.0] - 2019-01-24
2019-01-25 08:33:29 +13:00
### Changed
+ Updated hydrus server version
## [2.0.0] - 2019-01-20
2019-01-20 02:51:48 +13:00
### Changed
+ Updated hydrus server version
+ Updated setup to run hydrus server from source (instead of the pre-compiled
executable)
+ Switched base image to Alpine (instead of Debian)
## [1.4.1] - 2019-01-13
### Fixed
+ Rolled hydrus server version back to 334 due to issues with 335
## [1.4.0] - 2019-01-13
2019-01-14 04:15:47 +13:00
### Changed
+ Updated hydrus server version
## [1.3.0] - 2018-12-12
2018-12-13 11:10:32 +13:00
### Changed
+ Updated hydrus server version
## [1.2.0] - 2018-12-06
2018-12-06 11:54:07 +13:00
### Changed
+ Updated hydrus server version
2018-12-06 11:57:50 +13:00
+ Reduced image size
2018-12-06 11:54:07 +13:00
## [1.1.0] - 2018-12-02
2018-12-03 02:14:33 +13:00
### Changed
+ Reduced image size
2018-12-03 02:16:52 +13:00
+ Changed terminology (for aesthetic reasons)
2018-12-03 02:14:33 +13:00
## [1.0.2] - 2018-11-30
2018-12-01 04:09:59 +13:00
### Fixed
+ Fixed errors in readme
## [1.0.1] - 2018-11-29
### Fixed
2018-12-01 04:09:59 +13:00
+ Removed unnecessary `VOLUME` declaration in Dockerfile
+ see [this article](https://boxboat.com/2017/01/23/volumes-and-dockerfiles-dont-mix/)
## 1.0.0 - 2018-11-29
2018-11-30 04:49:02 +13:00
### Added
+ Initial release
[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/2.1.0...develop
[2.1.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.4.1...2.0.0
[1.4.1]: https://github.com/mserajnik/hydrus-server-docker/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.2...1.1.0
[1.0.2]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.0...1.0.1