Skip to content

Commit

Permalink
chore(release): 0.49.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.49.0](v0.48.1...v0.49.0) (2020-07-25)

### Features

* **webreader:** add shortcut information menu ([1885f32](1885f32))
* **webui:** dark theme ([efe2021](efe2021)), closes [#179](#179)
  • Loading branch information
semantic-release-bot committed Jul 25, 2020
1 parent efe2021 commit 289551a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.49.0](https://github.com/gotson/komga/compare/v0.48.1...v0.49.0) (2020-07-25)


### Features

* **webreader:** add shortcut information menu ([1885f32](https://github.com/gotson/komga/commit/1885f32416635611e62795bdf22420006bb577ad))
* **webui:** dark theme ([efe2021](https://github.com/gotson/komga/commit/efe2021bdcb28cbeac93cee8add6dc80a5708c60)), closes [#179](https://github.com/gotson/komga/issues/179)

## [0.48.1](https://github.com/gotson/komga/compare/v0.48.0...v0.48.1) (2020-07-21)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.48.1
version=0.49.0
20 changes: 10 additions & 10 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -997,26 +997,26 @@
],
"openapi": "3.0.1",
"paths": {
"/opds/v1.2/series/latest": {
"/opds/v1.2/search": {
"get": {
"operationId": "getLatestSeries_1",
"operationId": "getSearch",
"responses": {
"200": {
"description": "default response",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
"$ref": "#/components/schemas/OpenSearchDescription"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpdsFeed"
"$ref": "#/components/schemas/OpenSearchDescription"
}
}
}
Expand All @@ -1027,26 +1027,26 @@
]
}
},
"/opds/v1.2/search": {
"/opds/v1.2/series/latest": {
"get": {
"operationId": "getSearch",
"operationId": "getLatestSeries_1",
"responses": {
"200": {
"description": "default response",
"content": {
"application/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
"$ref": "#/components/schemas/OpdsFeed"
}
},
"application/atom+xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
"$ref": "#/components/schemas/OpdsFeed"
}
},
"text/xml": {
"schema": {
"$ref": "#/components/schemas/OpenSearchDescription"
"$ref": "#/components/schemas/OpdsFeed"
}
}
}
Expand Down

0 comments on commit 289551a

Please sign in to comment.