1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-19 14:21:58 +02:00

chore: bump version from 1.0.0 to 2.0.0

Version is bumped to 2.0.0 as we are switching apache directive from AddIcon to AddIconByType, which is a huge change, potentially a breaking change for users.
This commit is contained in:
oupala
2019-05-29 16:51:30 +02:00
parent 6ddd63dadd
commit 83e73ef721
3 changed files with 1313 additions and 2 deletions

View File

@@ -1,3 +1,32 @@
# [2.0.0](https://github.com/oupala/apaxy/compare/1.0.0...2.0.0) (2019-05-29)
### Bug Fixes
* filter content works again ([f8670f0](https://github.com/oupala/apaxy/commit/f8670f0)), closes [#125](https://github.com/oupala/apaxy/issues/125)
* invalid links from the root folder ([04b185d](https://github.com/oupala/apaxy/commit/04b185d))
* remove a minor typo in the Dockerfile ([08446fb](https://github.com/oupala/apaxy/commit/08446fb))
* remove dependency to font Open Sans ([bb8503b](https://github.com/oupala/apaxy/commit/bb8503b)), closes [#59](https://github.com/oupala/apaxy/issues/59) [#59](https://github.com/oupala/apaxy/issues/59)
* remove the leading slash before {FOLDERNAME} ([17475e1](https://github.com/oupala/apaxy/commit/17475e1))
* rename htaccess.txt in theme directory ([05ba73c](https://github.com/oupala/apaxy/commit/05ba73c))
* title and paths in error pages ([2eeb079](https://github.com/oupala/apaxy/commit/2eeb079))
### Features
* **css:** responsive design for small screen ([4471ec1](https://github.com/oupala/apaxy/commit/4471ec1)), closes [#29](https://github.com/oupala/apaxy/issues/29)
* add a breadcrumb ([33d4777](https://github.com/oupala/apaxy/commit/33d4777))
* add a favicon ([b393699](https://github.com/oupala/apaxy/commit/b393699)), closes [#128](https://github.com/oupala/apaxy/issues/128)
* add ebooks to supported filetypes ([1164a1b](https://github.com/oupala/apaxy/commit/1164a1b))
* add install script with instructions ([23f3b8e](https://github.com/oupala/apaxy/commit/23f3b8e))
* add lightgallery as lightbox gallery ([cc36486](https://github.com/oupala/apaxy/commit/cc36486)), closes [#89](https://github.com/oupala/apaxy/issues/89)
* Add styled error pages ([0e69f5d](https://github.com/oupala/apaxy/commit/0e69f5d))
* css styling for breadcrumb ([4d61aab](https://github.com/oupala/apaxy/commit/4d61aab))
* docker image ([f2a8144](https://github.com/oupala/apaxy/commit/f2a8144))
* replace lightGallery by lightgallery.js ([a1cfdd3](https://github.com/oupala/apaxy/commit/a1cfdd3))
<a name="1.0.0"></a>
# 1.0.0 (2018-02-21)

1282
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "apaxy",
"version": "1.1.0-dev",
"version": "2.0.0",
"description": "A simple, customisable theme for your Apache directory listing.",
"main": "index.js",
"scripts": {
@@ -27,6 +27,6 @@
},
"homepage": "https://github.com/oupala/apaxy#readme",
"devDependencies": {
"conventional-changelog": "^1.1.0"
"conventional-changelog": "^3.1.8"
}
}