File tree 3 files changed +33
-26
lines changed
3 files changed +33
-26
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.155.3] ( https://github.com/gotson/komga/compare/v0.155.2...v0.155.3 ) (2022-07-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * expose configuration for transaction mode ([ 218e300] ( https://github.com/gotson/komga/commit/218e3006f9c6209ea7b29e70ef2e01aa1e9f31b5 ) )
7
+
1
8
## [ 0.155.2] ( https://github.com/gotson/komga/compare/v0.155.1...v0.155.2 ) (2022-07-20)
2
9
3
10
Original file line number Diff line number Diff line change 1
- version =0.155.2
1
+ version =0.155.3
2
2
org.gradle.jvmargs =-Xmx2G
Original file line number Diff line number Diff line change 8286
8286
"tags" : [
8287
8287
" o-auth-2-controller"
8288
8288
],
8289
- "operationId" : " getProviders_6 " ,
8289
+ "operationId" : " getProviders " ,
8290
8290
"responses" : {
8291
8291
"400" : {
8292
8292
"description" : " Bad Request" ,
8317
8317
"tags" : [
8318
8318
" o-auth-2-controller"
8319
8319
],
8320
- "operationId" : " getProviders " ,
8320
+ "operationId" : " getProviders_3 " ,
8321
8321
"responses" : {
8322
8322
"400" : {
8323
8323
"description" : " Bad Request" ,
8410
8410
"tags" : [
8411
8411
" o-auth-2-controller"
8412
8412
],
8413
- "operationId" : " getProviders_3 " ,
8413
+ "operationId" : " getProviders_6 " ,
8414
8414
"responses" : {
8415
8415
"400" : {
8416
8416
"description" : " Bad Request" ,
9522
9522
"ageRestriction" : {
9523
9523
"$ref" : " #/components/schemas/AgeRestrictionUpdateDto"
9524
9524
},
9525
- "labelsExclude " : {
9525
+ "roles " : {
9526
9526
"uniqueItems" : true ,
9527
9527
"type" : " array" ,
9528
9528
"items" : {
9529
9529
"type" : " string"
9530
9530
}
9531
9531
},
9532
- "labelsAllow " : {
9532
+ "labelsExclude " : {
9533
9533
"uniqueItems" : true ,
9534
9534
"type" : " array" ,
9535
9535
"items" : {
9536
9536
"type" : " string"
9537
9537
}
9538
9538
},
9539
- "roles " : {
9539
+ "labelsAllow " : {
9540
9540
"uniqueItems" : true ,
9541
9541
"type" : " array" ,
9542
9542
"items" : {
9636
9636
"sharingLabelsLock" : {
9637
9637
"type" : " boolean"
9638
9638
},
9639
+ "genres" : {
9640
+ "uniqueItems" : true ,
9641
+ "type" : " array" ,
9642
+ "items" : {
9643
+ "type" : " string"
9644
+ }
9645
+ },
9639
9646
"sharingLabels" : {
9640
9647
"uniqueItems" : true ,
9641
9648
"type" : " array" ,
9647
9654
"type" : " integer" ,
9648
9655
"format" : " int32"
9649
9656
},
9657
+ "totalBookCount" : {
9658
+ "type" : " integer" ,
9659
+ "format" : " int32"
9660
+ },
9650
9661
"readingDirection" : {
9651
9662
"type" : " string" ,
9652
9663
"enum" : [
9656
9667
" WEBTOON"
9657
9668
]
9658
9669
},
9659
- "totalBookCount" : {
9660
- "type" : " integer" ,
9661
- "format" : " int32"
9662
- },
9663
9670
"tags" : {
9664
9671
"uniqueItems" : true ,
9665
9672
"type" : " array" ,
9666
9673
"items" : {
9667
9674
"type" : " string"
9668
9675
}
9669
- },
9670
- "genres" : {
9671
- "uniqueItems" : true ,
9672
- "type" : " array" ,
9673
- "items" : {
9674
- "type" : " string"
9675
- }
9676
9676
}
9677
9677
},
9678
9678
"description" : " Metadata fields to update. Set a field to null to unset the metadata. You can omit fields you don\u0027 t want to update."
9779
9779
"linksLock" : {
9780
9780
"type" : " boolean"
9781
9781
},
9782
- "authors" : {
9783
- "type" : " array" ,
9784
- "items" : {
9785
- "$ref" : " #/components/schemas/AuthorUpdateDto"
9786
- }
9787
- },
9788
9782
"releaseDate" : {
9789
9783
"type" : " string" ,
9790
9784
"format" : " date"
9799
9793
"type" : " string"
9800
9794
}
9801
9795
},
9796
+ "authors" : {
9797
+ "type" : " array" ,
9798
+ "items" : {
9799
+ "$ref" : " #/components/schemas/AuthorUpdateDto"
9800
+ }
9801
+ },
9802
9802
"links" : {
9803
9803
"type" : " array" ,
9804
9804
"items" : {
@@ -10076,10 +10076,10 @@
10076
10076
"Sort" : {
10077
10077
"type" : " object" ,
10078
10078
"properties" : {
10079
- "sorted " : {
10079
+ "unsorted " : {
10080
10080
"type" : " boolean"
10081
10081
},
10082
- "unsorted " : {
10082
+ "sorted " : {
10083
10083
"type" : " boolean"
10084
10084
},
10085
10085
"empty" : {
You can’t perform that action at this time.
0 commit comments