dependabot[bot]
e858f9b23f
chore(deps): bump the github-actions group with 2 updates ( #3880 )
...
Bumps the github-actions group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup ) and [actions/github-script](https://github.com/actions/github-script ).
Updates `pnpm/action-setup` from 5 to 6
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v5...v6 )
Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 06:53:06 +02:00
DrSheppard
f0e23a1503
fix(linux): update package installation for Linux-x64 ( #3845 )
2026-04-12 11:01:00 +02:00
Huang Xin
d7fd06ca82
chore: add explicit permissions to GitHub Actions workflows ( #3807 )
...
Fixes code scanning alerts #1 , #2 , #3 , #4
(actions/missing-workflow-permissions).
- retry-workflow.yml rerun job: actions: write (to rerun workflows)
- upload-to-r2.yml upload-to-r2 job: contents: read (to download releases)
- upload-to-r2.yml retry-on-failure job: actions: write (to trigger retry)
- release.yml upload-to-r2 job: contents: read, actions: write
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-09 07:33:25 +02:00
dependabot[bot]
bb82ab6c8a
chore(deps): bump android-actions/setup-android ( #3631 )
2026-03-26 14:01:27 +08:00
Huang Xin
a92c357982
chore(release): disable linux-arm build for now as turso can't work on it for now ( #3590 )
2026-03-22 14:53:45 +01:00
Huang Xin
1ebf5e7b52
fix(release): skip architecture check for 32-bit ARM ( #3589 )
2026-03-22 14:22:22 +01:00
dependabot[bot]
7f62cdcab9
chore(deps): bump pnpm/action-setup in the github-actions group ( #3564 )
2026-03-19 13:06:00 +08:00
Huang Xin
93b96d64eb
fix(sidebar): use position fixed and transform for mobile sidebar ( #3490 )
...
* chore: bump nodejs version to 24
* fix(sidebar): use position fixed and transform for mobile sidebar
Use position: fixed to prevent horizontal scrolling on the mobile
bottom sheet, and replace style.top with transform: translateY() for
smooth drag performance. Cache element refs to avoid
document.querySelector on every drag frame. Apply the same position:
fixed fix to the notebook panel. Closes #3492
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 18:04:37 +01:00
Huang Xin
cbf7a501b7
chore: pin pnpm version for vercel and cloudflare deployment ( #3055 )
2026-01-24 12:35:03 +01:00
Huang Xin
06d620db83
chore: fixed signing of the portable version for Windows ( #3007 )
2026-01-21 03:23:39 +08:00
Huang Xin
36b7386e30
fix(portable): in-app update the portable version app, closes #2983 ( #2988 )
2026-01-18 11:20:15 +01:00
Huang Xin
2670b0dc0b
fix(linux): use new AppImage format on Linux, closes #190 ( #2985 )
...
See https://github.com/tauri-apps/tauri/pull/12491
2026-01-18 09:50:51 +01:00
Huang Xin
8b7bafc4b6
chore(koplugin): add version info in the meta file ( #2679 )
2025-12-10 16:52:28 +01:00
Huang Xin
669d3950e2
chore: repackaging readest koplugin for updater, closes #2669 ( #2676 )
2025-12-10 13:37:32 +01:00
Huang Xin
50cd7f80c6
feat: refresh account info after managing cloud storage ( #2648 )
2025-12-08 13:13:20 +01:00
Huang Xin
852f9f40ec
chore: fix cross compiling of thumbnail extension ( #2587 )
2025-12-02 02:27:03 +08:00
dependabot[bot]
bff9c2a770
chore(deps): bump actions/checkout in the github-actions group ( #2525 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 05:35:17 +01:00
Huang Xin
c792c18e01
feat: support text conversion between simplifed and traditional Chinese, closes #2508 ( #2520 )
2025-11-23 09:56:12 +01:00
dependabot[bot]
16279949c1
chore(deps): bump actions/setup-node in the github-actions group ( #2277 )
2025-10-20 12:25:42 +08:00
Huang Xin
5b0a1968d8
chore: add readest.koplugin in the release workflow ( #2217 )
2025-10-13 16:26:11 +02:00
Huang Xin
06b27f8d39
chore: fix portable exe build for Windows ( #2156 )
2025-10-02 00:11:21 +08:00
Huang Xin
3fc4c05e50
feat: build portable Windows binaries with app data kept within the executable directory ( #2126 )
2025-09-26 11:23:55 +02:00
dependabot[bot]
79d39b2295
chore(deps): bump the github-actions group with 2 updates ( #1999 )
2025-09-08 12:44:45 +08:00
Huang Xin
7f4c157a90
chore: build with install package permission by default for Android ( #1939 )
2025-08-31 16:53:29 +02:00
dependabot[bot]
0b01132d88
chore(deps): bump actions/setup-java in the github-actions group ( #1896 )
...
Bumps the github-actions group with 1 update: [actions/setup-java](https://github.com/actions/setup-java ).
Updates `actions/setup-java` from 4 to 5
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-25 09:13:58 +02:00
Huang Xin
78cb1f45e4
chore: fix workflow dependency for release ( #1874 )
2025-08-22 17:51:01 +02:00
Huang Xin
e472d1cf1e
release: version 0.9.75 ( #1873 )
2025-08-22 17:47:24 +02:00
dependabot[bot]
952d2a3553
chore(deps): bump actions/checkout in the github-actions group ( #1827 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 13:36:01 +02:00
Huang Xin
452dc9f3e6
chore: cache nextjs build for CI ( #1771 )
2025-08-09 07:28:38 +02:00
Huang Xin
446b014f7d
chore: upload to r2 after release with retry ( #1516 )
2025-07-02 17:23:12 +02:00
Huang Xin
379802f580
release: ready for Google Play release, closes #1001 ( #1433 )
2025-06-20 16:48:53 +02:00
Huang Xin
93e81ee05b
release: remove deprecated MSI installer, closes #1174 ( #1187 )
2025-05-19 03:29:44 +02:00
Huang Xin
74e32d47b0
release: add linux arch armhf ( #1133 )
2025-05-13 14:57:27 +08:00
Huang Xin
8efad90932
feat: in-app updater for Android ( #885 )
2025-04-14 14:21:58 +02:00
Huang Xin
5c23642ac0
chore: generate Android package signature and download url in update file
2025-04-13 23:59:56 +08:00
Huang Xin
f004d7b3ea
release: version 0.9.33 ( #875 )
2025-04-13 02:31:13 +08:00
Huang Xin
ede37757db
chore: support deploy in cloudflare with opennext and fix android build
2025-03-25 03:52:04 +08:00
Huang Xin
0c65d44bc9
chore: add android release in github actions ( #695 )
2025-03-25 01:57:05 +08:00
Huang Xin
37f3c8b829
chore: fix node out of memory when building
2025-03-16 03:43:32 +08:00
Huang Xin
48ef2d634f
chore: fix aarch64 linux build
2025-02-21 20:09:18 +01:00
Huang Xin
e77c377839
release: version 0.9.15 ( #425 )
2025-02-21 19:44:28 +01:00
Huang Xin
bd6ef7fe8e
release: version 0.9.11
...
* ui: tweaks on header bar layout
* release: build arm64 linux binaries
2025-02-14 02:31:03 +01:00
Huang Xin
93eacf91a0
feat: load system fonts list at runtime on desktop, closes #287 #237 ( #290 )
2025-02-03 00:41:30 +01:00
Huang Xin
1f5c96fcc2
Release version 0.9.7 ( #228 )
2025-01-23 11:31:00 +01:00
Huang Xin
57b72d6d57
Release exe portable files directly to workaround the stupid virus warning on Windows
2025-01-05 14:19:18 +01:00
Huang Xin
e4a6ae01e0
Release portable binaries for Windows ( #102 )
2025-01-04 19:46:57 +01:00
Huang Xin
d6e0fd3b4d
Fix supabase settings of oauth for tauri app ( #83 )
2025-01-02 23:03:50 +01:00
dependabot[bot]
2e2fad849b
Bump the github-actions group with 3 updates ( #82 )
2025-01-02 15:31:39 +01:00
chrox
d1b6a0db1e
Release version 0.8.8
2024-12-29 13:09:40 +01:00
chrox
ba9490ad00
Use ubuntu-22.04 to build Linux binaries to support Debian Bookworm
...
Add Windows arm64 build
Fix release notes format
2024-12-28 10:16:55 +01:00