schroda
fbb383b1f1
Fix mangas query with active sorting and postgresql db ( #2042 )
...
fixes #2036
2026-05-16 19:41:37 -04:00
Constantin Piber
558407d92c
Update Troubleshooting ( #2029 )
...
* Simplify general section
* Troubleshooting: Document some common problems and their solutions
* Remove icon since it's not rendered anyways
[skip ci]
* Update corrupt DB examples
[skip ci]
2026-05-16 19:08:47 -04:00
schroda
6870922784
Fix chapter update failure db rollback ( #2040 )
...
The deletion of chapter data was done in its own transaction. Thus, when the update or insertion failed later on, the deletion was not rolled back
fixes #2031
Co-authored-by: Mitchell Syer <Syer10@users.noreply.github.com >
2026-05-16 19:08:38 -04:00
AeonLucid
a4b647972e
Add default pageCount value to fix PSQLException ( #2039 )
...
* Add default pageCount value to fix PSQLException
* Update CHANGELOG.md
2026-05-16 19:07:56 -04:00
Constantin Piber
16a14e6ac2
Pin CEF version to one known to work with KCEF ( #2027 )
...
Fixes problems like
```
java.lang.ClassNotFoundException: org.cef.callback.CefResourceReadCallback_N
```
and
```
Exception in thread "Thread-584" java.lang.NoSuchMethodError: open
```
2026-05-14 11:45:30 -04:00
Constantin Piber
a2f29ec9dc
Reset update-flag on uninstall ( #2025 )
...
* Reset update-flag on uninstall
If there is an update available when the extension is uninstalled, the
table will still have the update flag, which makes no sense if it is not
installed.
Example:
```
{
"pkgName": "eu.kanade.tachiyomi.extension.en.comix",
"name": "Comix",
"lang": "en",
"versionCode": 20,
"versionName": "1.4.20",
"iconUrl": "/api/v1/extension/icon/tachiyomi-en.comix-v1.4.20.apk",
"repo": "<hidden>",
"isNsfw": true,
"isInstalled": false,
"isObsolete": false,
"hasUpdate": true,
"__typename": "ExtensionType"
},
```
* Update changelog
2026-05-14 11:44:59 -04:00
Mitchell Syer
82df985201
Crash on startup if an unrecoverable error happens ( #2019 )
...
* Crash on startup if an unrecoverable error happens
* Changelog
2026-05-14 11:44:52 -04:00
renovate[bot]
740db4f1ab
Update javalin to v7.2.2 ( #2026 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14 11:44:34 -04:00
renovate[bot]
c4711dec00
Update dependency com.github.junrar:junrar to v7.6.0 ( #2022 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14 11:44:18 -04:00
renovate[bot]
75d8d172aa
Update dependency org.slf4j:slf4j-api to v2.0.18 ( #2017 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14 11:44:00 -04:00
renovate[bot]
81fb8c395d
Update Gradle to v9.5.1 ( #2015 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-14 11:43:46 -04:00
Mitchell Syer
e93efa9627
Fix Database Types as Needed ( #2020 )
2026-05-12 19:59:06 -04:00
Mitchell Syer
03a95e6652
Fix New Databases ( #2016 )
...
* Standardize toSqlName
* Rename Meta Key db field since KEY is now a reserved name in H2
* Changelog entry
* Use toSqlName
* Forgot this key
* Catch any exception
2026-05-12 17:22:35 -04:00
renovate[bot]
c117d380a3
Update exposed to v1 (major) ( #1868 )
...
* Update exposed to v1
* Update Exposed
* Add Kotlinx.DateTime extensions
* Update H2
* Review comments
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2026-05-12 12:53:41 -04:00
Akiaki0324
5bdb945406
fix: truncate filenames by bytes instead of characters to avoid File name too long ( #1933 )
...
* fix: truncate filenames by bytes instead of characters to avoid IOException File name too long
* add a CHANGELOG.md entry.
2026-05-10 19:02:11 -04:00
David Brochero
3064f51d25
fix: don't resuse invalidated cf_clearance cookie on CloudFlareInterceptor ( #1916 )
...
* fix: let FlareSolverr handle it's own `cf_clearance` cookie
also dedups cookies
* linting
* suggested changes
* my bad
* add to changelog
2026-05-10 19:01:51 -04:00
renovate[bot]
edf376e3dd
Update graphqlkotlin to v10 alpha (major) ( #1923 )
...
* Update graphqlkotlin to v9
* Update to the v10 alpha due to nullability issues in v9
* Fixes
* Remove asDataFetcherResult
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2026-05-10 19:01:34 -04:00
renovate[bot]
dff66547b4
Update jackson monorepo ( #1906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 18:16:05 -04:00
Mitchell Syer
6fef27bb56
Wait until WebUI is ready to open in browser ( #2010 )
...
* Wait until WebUI is ready
* Changelog
* Move openInBrowser out of timeout
2026-05-09 18:15:43 -04:00
Mitchell Syer
505e966653
Fix Polyglot ( #2011 )
2026-05-09 18:15:33 -04:00
renovate[bot]
6ee3348f50
Update javalin to v7 (major) ( #1920 )
...
* Update javalin to v7
* Update Javalin usage to v7 and Jackson 3
* Import fix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2026-05-09 14:52:00 -04:00
renovate[bot]
c98899d501
Update plugin shadowjar to v8.3.10 ( #2007 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 12:01:08 -04:00
renovate[bot]
7654653a25
Update plugin buildconfig to v6.0.9 ( #2006 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 12:00:44 -04:00
renovate[bot]
0c1a0ef408
Update Gradle to v9.5.0 ( #2004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 12:00:30 -04:00
renovate[bot]
e7f2192579
Update plugin ktlint to v14.2.0 ( #2005 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:59:40 -04:00
renovate[bot]
5c3b1e0b07
Update moko to v0.26.4 ( #2003 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:58:02 -04:00
renovate[bot]
6ad59f2e2b
Update dex2jar to v2.4.36 ( #2001 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:51:32 -04:00
renovate[bot]
03dd778fac
Update jte to v3.2.4 ( #2002 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:50:46 -04:00
renovate[bot]
6b833a38d1
Update kotlinx-coroutines monorepo to v1.11.0 ( #1995 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:47:26 -04:00
renovate[bot]
a83885353c
Update dependency com.typesafe:config to v1.4.8 ( #1922 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:46:20 -04:00
renovate[bot]
10d7c7c06d
Update polyglot to v25 ( #1651 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:45:53 -04:00
Shozikan
3b575271cb
Chore: Updated Moku's Description & Quick Spelling Fix ( #1999 )
...
Corrected spelling of 'abandoned' and clarified Moku's server management capabilities.
2026-05-09 11:44:29 -04:00
renovate[bot]
5ad92413f3
Update GitHub Artifact Actions ( #1986 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:44:11 -04:00
renovate[bot]
7fbdb39319
Update dependency io.github.oshai:kotlin-logging-jvm to v8.0.02 ( #1983 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:44:02 -04:00
renovate[bot]
92abdf7fb7
Update dependency com.auth0:java-jwt to v4.5.2 ( #1980 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:43:47 -04:00
renovate[bot]
ea0c666cfe
Update dependency com.android.tools.build:apksig to v9.2.1 ( #1984 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:43:36 -04:00
renovate[bot]
b5e395a039
Update dependency com.ibm.icu:icu4j to v78.3 ( #1985 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:43:25 -04:00
renovate[bot]
e530072a07
Update softprops/action-gh-release action to v3 ( #1987 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:43:14 -04:00
renovate[bot]
f85cbe1ca5
Update dependency org.jsoup:jsoup to v1.22.2 ( #1988 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:43:04 -04:00
renovate[bot]
5f9126eb2f
Update dependency org.postgresql:postgresql to v42.7.11 ( #1989 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:53 -04:00
renovate[bot]
d77c57ede0
Update dependency androidx.annotation:annotation to v1.10.0 ( #1990 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:43 -04:00
renovate[bot]
02f9a0d1d7
Update dependency androidx.annotation:annotation to v1.10.0 ( #1990 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:36 -04:00
renovate[bot]
53192f56ca
Update serialization to v1.11.0 ( #1996 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:23 -04:00
renovate[bot]
01d89cbb48
Update dependency org.bouncycastle:bcprov-jdk18on to v1.84 ( #1994 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:42:04 -04:00
renovate[bot]
be55cb974b
Update dependency io.insert-koin:koin-core to v4.2.1 ( #1993 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:41:49 -04:00
renovate[bot]
34c394ed19
Update dependency com.squareup.okio:okio to v3.17.0 ( #1992 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:41:39 -04:00
renovate[bot]
1433a21abd
Update graphqlkotlin to v8.9.0 ( #1981 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-09 11:41:33 -04:00
renovate[bot]
ec28794655
Update kotlin to v2.3.21 ( #1991 )
...
* Update kotlin to v2.3.21
* Context Parameters
* Use new format
* Lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Syer10 <syer10@users.noreply.github.com >
2026-05-09 11:41:27 -04:00
Syer10
72122b7cbf
[skip ci] Update Changelog
2026-05-08 17:32:44 -04:00
renovate[bot]
392a7990d2
Update dependency com.github.junrar:junrar to v7.5.10 ( #1926 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-08 17:30:48 -04:00