Skip to content

Commit 6c21b69

Browse files
chore(release): 1.7.1 [skip ci]
1 parent a65a7f1 commit 6c21b69

File tree

3 files changed

+90
-41
lines changed

3 files changed

+90
-41
lines changed

CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# [1.7.1](https://github.com/gotson/komga/compare/1.7.0...1.7.1) (2023-11-02)
2+
## 🐛 Fixes
3+
**docker**
4+
- install gpg-agent ([895c59c](https://github.com/gotson/komga/commits/895c59c))
5+
- add missing locales ([1af13e6](https://github.com/gotson/komga/commits/1af13e6))
6+
7+
**komga**
8+
- thumbnail metadata fixer cannot open UNC path ([879366b](https://github.com/gotson/komga/commits/879366b)), closes [#1275](https://github.com/gotson/komga/issues/1275)
9+
10+
## 🔄️ Changes
11+
**docker**
12+
- remove --no-install-recommends ([d9f16ed](https://github.com/gotson/komga/commits/d9f16ed))
13+
14+
**unscoped**
15+
- use property assignment instead of set ([01b96fd](https://github.com/gotson/komga/commits/01b96fd))
16+
17+
## 🛠 Build
18+
**release**
19+
- fix version computation with new tag pattern ([a65a7f1](https://github.com/gotson/komga/commits/a65a7f1))
20+
- add 'current' parameter for bump type ([bec9f50](https://github.com/gotson/komga/commits/bec9f50))
21+
22+
**unscoped**
23+
- use property assignment instead of set ([0e43eb0](https://github.com/gotson/komga/commits/0e43eb0))
24+
- bump gradle from 8.3 to 8.4 ([5f36271](https://github.com/gotson/komga/commits/5f36271))
25+
26+
## 🌐 Translation
27+
28+
- translated using Weblate (Chinese (Simplified)) ([e3172b6](https://github.com/gotson/komga/commits/e3172b6))
29+
- translated using Weblate (Spanish) ([7629dcc](https://github.com/gotson/komga/commits/7629dcc))
30+
- translated using Weblate (Czech) ([1c5796d](https://github.com/gotson/komga/commits/1c5796d))
31+
32+
## ⚙️ Dependencies
33+
**ci**
34+
- bump actions/setup-node from 3 to 4 ([142b44b](https://github.com/gotson/komga/commits/142b44b))
35+
36+
**komga**
37+
- bump jreleaser from 1.8.0 to 1.9.0 ([7935f1c](https://github.com/gotson/komga/commits/7935f1c))
38+
- bump nightmonkeys.imageio from 0.6.0 to 0.6.1 ([9570101](https://github.com/gotson/komga/commits/9570101))
39+
- bump tika-core from 2.9.0 to 2.9.1 ([8480806](https://github.com/gotson/komga/commits/8480806))
40+
- bump springdoc.openapi-gradle-plugin from 1.7.0 to 1.8.0 ([602fd4e](https://github.com/gotson/komga/commits/602fd4e))
41+
- bump twelvemonkeys.imageio from 3.9.4 to 3.10.0 ([894f9f1](https://github.com/gotson/komga/commits/894f9f1))
42+
- bump sqlite-jdbc from 3.43.2.1 to 3.43.2.2 ([af0023b](https://github.com/gotson/komga/commits/af0023b))
43+
- bump jsoup from 1.16.1 to 1.16.2 ([647fb40](https://github.com/gotson/komga/commits/647fb40))
44+
- bump commons-io from 2.14.0 to 2.15.0 ([3f56e19](https://github.com/gotson/komga/commits/3f56e19))
45+
- bump icu4j from 73.2 to 74.1 ([30a7408](https://github.com/gotson/komga/commits/30a7408))
46+
47+
**komga-tray**
48+
- bump jetbrains compose from 1.5.2 to 1.5.10 ([9b195bf](https://github.com/gotson/komga/commits/9b195bf))
49+
150
# [1.7.0](https://github.com/gotson/komga/compare/1.6.4...1.7.0) (2023-10-30)
251
## 🚀 Features
352
**api**

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.7.0
1+
version=1.7.1
22
org.gradle.jvmargs=-Xmx2G

komga/docs/openapi.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -11461,16 +11461,16 @@
1146111461
"sort": {
1146211462
"$ref": "#/components/schemas/SortObject"
1146311463
},
11464-
"numberOfElements": {
11465-
"type": "integer",
11466-
"format": "int32"
11467-
},
1146811464
"first": {
1146911465
"type": "boolean"
1147011466
},
1147111467
"last": {
1147211468
"type": "boolean"
1147311469
},
11470+
"numberOfElements": {
11471+
"type": "integer",
11472+
"format": "int32"
11473+
},
1147411474
"empty": {
1147511475
"type": "boolean"
1147611476
}
@@ -11599,16 +11599,16 @@
1159911599
"sort": {
1160011600
"$ref": "#/components/schemas/SortObject"
1160111601
},
11602-
"numberOfElements": {
11603-
"type": "integer",
11604-
"format": "int32"
11605-
},
1160611602
"first": {
1160711603
"type": "boolean"
1160811604
},
1160911605
"last": {
1161011606
"type": "boolean"
1161111607
},
11608+
"numberOfElements": {
11609+
"type": "integer",
11610+
"format": "int32"
11611+
},
1161211612
"empty": {
1161311613
"type": "boolean"
1161411614
}
@@ -11788,16 +11788,16 @@
1178811788
"sort": {
1178911789
"$ref": "#/components/schemas/SortObject"
1179011790
},
11791-
"numberOfElements": {
11792-
"type": "integer",
11793-
"format": "int32"
11794-
},
1179511791
"first": {
1179611792
"type": "boolean"
1179711793
},
1179811794
"last": {
1179911795
"type": "boolean"
1180011796
},
11797+
"numberOfElements": {
11798+
"type": "integer",
11799+
"format": "int32"
11800+
},
1180111801
"empty": {
1180211802
"type": "boolean"
1180311803
}
@@ -12280,16 +12280,16 @@
1228012280
"sort": {
1228112281
"$ref": "#/components/schemas/SortObject"
1228212282
},
12283-
"numberOfElements": {
12284-
"type": "integer",
12285-
"format": "int32"
12286-
},
1228712283
"first": {
1228812284
"type": "boolean"
1228912285
},
1229012286
"last": {
1229112287
"type": "boolean"
1229212288
},
12289+
"numberOfElements": {
12290+
"type": "integer",
12291+
"format": "int32"
12292+
},
1229312293
"empty": {
1229412294
"type": "boolean"
1229512295
}
@@ -12373,16 +12373,16 @@
1237312373
"sort": {
1237412374
"$ref": "#/components/schemas/SortObject"
1237512375
},
12376-
"numberOfElements": {
12377-
"type": "integer",
12378-
"format": "int32"
12379-
},
1238012376
"first": {
1238112377
"type": "boolean"
1238212378
},
1238312379
"last": {
1238412380
"type": "boolean"
1238512381
},
12382+
"numberOfElements": {
12383+
"type": "integer",
12384+
"format": "int32"
12385+
},
1238612386
"empty": {
1238712387
"type": "boolean"
1238812388
}
@@ -12495,16 +12495,16 @@
1249512495
"sort": {
1249612496
"$ref": "#/components/schemas/SortObject"
1249712497
},
12498-
"numberOfElements": {
12499-
"type": "integer",
12500-
"format": "int32"
12501-
},
1250212498
"first": {
1250312499
"type": "boolean"
1250412500
},
1250512501
"last": {
1250612502
"type": "boolean"
1250712503
},
12504+
"numberOfElements": {
12505+
"type": "integer",
12506+
"format": "int32"
12507+
},
1250812508
"empty": {
1250912509
"type": "boolean"
1251012510
}
@@ -12541,16 +12541,16 @@
1254112541
"sort": {
1254212542
"$ref": "#/components/schemas/SortObject"
1254312543
},
12544-
"numberOfElements": {
12545-
"type": "integer",
12546-
"format": "int32"
12547-
},
1254812544
"first": {
1254912545
"type": "boolean"
1255012546
},
1255112547
"last": {
1255212548
"type": "boolean"
1255312549
},
12550+
"numberOfElements": {
12551+
"type": "integer",
12552+
"format": "int32"
12553+
},
1255412554
"empty": {
1255512555
"type": "boolean"
1255612556
}
@@ -12607,16 +12607,16 @@
1260712607
"sort": {
1260812608
"$ref": "#/components/schemas/SortObject"
1260912609
},
12610-
"numberOfElements": {
12611-
"type": "integer",
12612-
"format": "int32"
12613-
},
1261412610
"first": {
1261512611
"type": "boolean"
1261612612
},
1261712613
"last": {
1261812614
"type": "boolean"
1261912615
},
12616+
"numberOfElements": {
12617+
"type": "integer",
12618+
"format": "int32"
12619+
},
1262012620
"empty": {
1262112621
"type": "boolean"
1262212622
}
@@ -12682,16 +12682,16 @@
1268212682
"sort": {
1268312683
"$ref": "#/components/schemas/SortObject"
1268412684
},
12685-
"numberOfElements": {
12686-
"type": "integer",
12687-
"format": "int32"
12688-
},
1268912685
"first": {
1269012686
"type": "boolean"
1269112687
},
1269212688
"last": {
1269312689
"type": "boolean"
1269412690
},
12691+
"numberOfElements": {
12692+
"type": "integer",
12693+
"format": "int32"
12694+
},
1269512695
"empty": {
1269612696
"type": "boolean"
1269712697
}
@@ -12728,16 +12728,16 @@
1272812728
"sort": {
1272912729
"$ref": "#/components/schemas/SortObject"
1273012730
},
12731-
"numberOfElements": {
12732-
"type": "integer",
12733-
"format": "int32"
12734-
},
1273512731
"first": {
1273612732
"type": "boolean"
1273712733
},
1273812734
"last": {
1273912735
"type": "boolean"
1274012736
},
12737+
"numberOfElements": {
12738+
"type": "integer",
12739+
"format": "int32"
12740+
},
1274112741
"empty": {
1274212742
"type": "boolean"
1274312743
}

0 commit comments

Comments
 (0)