Commit Graph

  • fc7339a58d
    Merge 45f2e6185e into 88a00874c8 Bonny Lin 2026-06-08 19:34:20 +0900
  • 45f2e6185e ci: drop dead golint step, align Go to go.mod 1.25, bump checkout to v4 Bonny07 2026-06-05 21:01:54 +0900
  • 88a00874c8
    fix(install): detect architecture instead of hardcoding amd64 (#227) main Bonny Lin 2026-06-07 18:45:46 +0900
  • be9ba1b521 fix(install): detect architecture instead of hardcoding amd64 Bonny07 2026-05-31 23:59:45 +0900
  • 231393c669
    ci(release): build cross-platform binaries in parallel via matrix (#226) Bonny Lin 2026-06-05 12:10:47 +0900
  • 377533efb6 ci(release): build cross-platform binaries in parallel via matrix Bonny07 2026-06-02 21:08:42 +0900
  • 9d6b294a61
    fix(service): log translation errors and hide internals from clients Vincent Young 2026-06-02 14:38:02 +0800
  • d19a3902df
    fix(service): validate request body on /translate and /v1/translate (#225) Bonny Lin 2026-06-02 15:32:22 +0900
  • 09231c2650 fix(service): validate request body on /translate and /v1/translate Bonny07 2026-05-31 23:54:26 +0900
  • 3f099d187c
    fix(service): return 500 instead of crashing on translation error (#224) Bonny Lin 2026-05-31 19:47:09 +0900
  • 12142989b6 fix(service): return 500 instead of crashing on translation error Bonny07 2026-05-31 19:37:41 +0900
  • de300d16b5 test(e2e): add live DeepL compatibility test suite Bonny07 2026-05-31 15:24:39 +0900
  • 1b88e428ae
    feat(docker): non-root user + ENTRYPOINT (#222) 趙子賢 2026-05-24 01:30:05 +0800
  • d15486a773
    refactor(docker): use Alpine system UID range, reference user by name missuo 2026-05-24 01:29:43 +0800
  • 3aa23e1c4f
    Use deterministic UID/GID (1000:1000) to execute the deeplx binary Chao Tzu-Hsien 2026-05-24 00:39:25 +0800
  • a987c82641
    Use non-root user to run deeplx Chao Tzu-Hsien 2026-05-23 19:12:30 +0800
  • 432c0a223c
    fix(translate): enforce 1500-char text limit + add request timeout (#220) v1.2.2 Vincent Yang 2026-05-22 13:03:15 +0800
  • 2438d72d3f
    perf(translate): share oneshot req.Client across requests + eager warmup fix/text-limit-and-timeout Vincent Young 2026-05-22 13:02:27 +0800
  • e74d34e7ab
    fix(translate): enforce 1500-char limit upfront and add request timeout Vincent Young 2026-05-22 12:57:54 +0800
  • 1a06baec6f
    chore: ignore .DS_Store (#219) Vincent Yang 2026-05-22 12:23:11 +0800
  • 639c013769
    chore: ignore .DS_Store chore/gitignore-ds-store Vincent Young 2026-05-22 12:17:13 +0800
  • 057387c957
    feat(translate): validate source/target language codes (#218) v1.2.1 Vincent Yang 2026-05-22 12:13:38 +0800
  • 0dd935ba7e
    feat(translate): validate source/target language codes feat/validate-languages Vincent Young 2026-05-22 12:12:27 +0800
  • 98918dd9f6
    feat(translate): migrate to oneshot endpoint (#217) v1.2.0 Vincent Yang 2026-05-22 12:04:44 +0800
  • a43aba64c1
    fix(translate): seed cookie jar from www.deepl.com on first call feat/oneshot-endpoint Vincent Young 2026-05-22 12:03:55 +0800
  • 3acec2c252
    chore(deps): upgrade to latest compatible versions Vincent Young 2026-05-22 11:57:03 +0800
  • 10f33401e7
    fix(translate): align oneshot request bytes with the real extension Vincent Young 2026-05-22 11:53:14 +0800
  • 1fa6d7a2e3
    feat(translate): migrate to oneshot endpoint to bypass www2 anti-bot Vincent Young 2026-05-22 11:34:55 +0800
  • 8d145722eb
    Update Dockerfile to use Go 1.25 base image (#215) Davy 2026-03-18 03:47:26 -0700
  • b09f664e47
    Merge pull request #1 from thedavidweng/copilot/update-dockerfile-go-version Davy 2026-03-18 03:44:54 -0700
  • ad089b3d61 Update Dockerfile to use golang:1.25 to match go.mod requirement copilot-swe-agent[bot] 2026-03-18 10:35:43 +0000
  • 594965ce8c Initial plan copilot-swe-agent[bot] 2026-03-18 10:34:32 +0000
  • 76642ae506
    build(deps): upgrade go dependencies v1.1.1 Vincent Yang 2026-02-27 16:04:08 +0800
  • 9e765dbf50
    chore(deps): bump github.com/quic-go/quic-go from 0.49.1 to 0.57.0 (#214) dependabot[bot] 2026-02-27 15:57:59 +0800
  • 6969297bad
    chore(deps): bump github.com/quic-go/quic-go from 0.49.1 to 0.57.0 dependabot[bot] 2026-02-27 07:56:54 +0000
  • 02483aae97
    chore(deps): bump github.com/refraction-networking/utls (#213) dependabot[bot] 2026-02-27 15:56:38 +0800
  • 0b8c26bfb1
    chore(deps): bump github.com/refraction-networking/utls dependabot[bot] 2026-02-27 07:56:14 +0000
  • 54eb43099f
    chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#212) dependabot[bot] 2026-02-27 15:55:59 +0800
  • 0cbdab2a95
    chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 dependabot[bot] 2026-02-27 07:55:37 +0000
  • 5e04163957
    fix: downgrade quic-go to restore build compatibility Vincent Young 2025-12-13 05:45:04 +0800
  • ffbd79508f
    chore(deps): bump github.com/quic-go/quic-go from 0.49.1 to 0.57.0 (#211) dependabot[bot] 2025-12-13 05:37:41 +0800
  • 526d458c2f
    Merge branch 'main' into dependabot/go_modules/github.com/quic-go/quic-go-0.57.0 Vincent Yang 2025-12-13 05:37:34 +0800
  • b2f5cffead
    chore(deps): bump github.com/quic-go/quic-go from 0.49.1 to 0.57.0 dependabot[bot] 2025-12-12 21:36:44 +0000
  • 19d1d86754
    chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 (#210) dependabot[bot] 2025-12-13 05:36:36 +0800
  • e77effb4b8
    chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 dependabot[bot] 2025-12-12 21:35:45 +0000
  • 8709ffd2d4
    chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.49.1 (#207) v1.1.0 dependabot[bot] 2025-10-27 20:39:46 +0800
  • f741f084e5
    chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.49.1 dependabot[bot] 2025-10-27 12:39:01 +0000
  • 1f1c0884c0
    fix: 503 too many requests (#205) v1.0.9 NuanR_Mxi 2025-10-04 01:51:40 +0800
  • 2e1bfc004b
    fix: 503 too many requests NuanRMxi 2025-10-04 01:41:35 +0800
  • e8b97ef872
    feat(uninstall): Add DeepLX uninstallation script (#203) Shinohara Haruna 2025-08-26 20:34:10 +0800
  • 2e6d9070a4
    feat(uninstall): Add DeepLX uninstallation script Shinohara Haruna 2025-08-26 20:23:27 +0800
  • 73a7fd15ed
    chore(deps): bump github.com/cloudflare/circl from 1.5.0 to 1.6.1 (#201) dependabot[bot] 2025-08-08 22:32:32 +0800
  • ea803d7df7
    chore(deps): bump github.com/cloudflare/circl from 1.5.0 to 1.6.1 dependabot[bot] 2025-07-30 18:49:15 +0000
  • 72beefbebe
    chore: update toolchain to Go 1.24.5 in go.mod v1.0.8 Vincent Yang 2025-07-13 23:24:51 +0800
  • 2b0e1e3cbb
    fix: 503 unable to request. close #196 close #194 close #193 close #191 close #179 close #178 Vincent Yang 2025-07-13 23:14:24 +0800
  • 8a605887ff
    refactor: update translation request handling to use new LMT_handle_texts method and improve response processing Vincent Yang 2025-07-13 23:06:47 +0800
  • 56637adc3c
    chore: update Go version to 1.24.0 and toolchain to 1.24.2 in go.mod Vincent Yang 2025-04-28 17:22:24 -0400
  • 886853b46f
    chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#189) dependabot[bot] 2025-04-28 17:20:13 -0400
  • ceb56a2eee
    chore(deps): bump github.com/refraction-networking/utls (#188) dependabot[bot] 2025-04-28 17:20:05 -0400
  • d554b010e3
    chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 dependabot[bot] 2025-04-28 21:19:45 +0000
  • 45aceb8ab9
    chore(deps): bump github.com/refraction-networking/utls dependabot[bot] 2025-04-28 21:18:18 +0000
  • 4cee0f3031
    chore: downgrade Go version to 1.23.0 in go.mod Vincent Yang 2025-04-08 15:28:04 -0400
  • cbc3c1be51
    chore: remove unused isRichText function v1.0.7 Vincent Yang 2025-04-08 14:27:33 -0400
  • 84792ead81
    chore: bump Go version to 1.24.2 in Dockerfile, go.mod, and CI workflows Vincent Yang 2025-04-08 14:27:01 -0400
  • 0a9ff6b582
    refactor: make service exportable (#183) Jason Lyu 2025-04-08 13:53:20 -0400
  • 707bbb2f1c refactor: make service exportable xjasonlyu 2025-04-08 13:51:15 -0400
  • d1dbfcc1e5
    chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#181) dependabot[bot] 2025-03-21 23:00:40 -0400
  • ffbe555041
    chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 dependabot[bot] 2025-03-22 02:58:26 +0000
  • 2400139a8d
    fix: unable to translate (switch to DeepL iOS) v1.0.6 Vincent Yang 2025-03-01 04:24:53 -0500
  • aa7fcd9095
    Merge branch 'OwO-Network:main' into main Meng Sen 2025-02-26 10:04:48 +0800
  • 26a9003b13
    bump to Go 1.24.0 v1.0.5 Vincent Yang 2025-02-25 13:16:58 -0500
  • 3ae7811ad7
    Merge branch 'OwO-Network:main' into main Meng Sen 2025-02-10 12:08:15 +0800
  • 85fd738f3e
    bump to Go 1.23.6 v1.0.4 Vincent Yang 2025-02-09 20:12:06 -0500
  • 990826191f Merge branch 'main' of https://github.com/OwO-Network/DeepLX GH Action - Upstream Sync 2025-02-01 16:09:43 +0000
  • b6d7e96db7
    fix: parallel processing to improve translation speed v1.0.3 beta Vincent Yang 2025-02-01 03:24:44 -0500
  • ad6882581e
    Merge branch 'OwO-Network:main' into main Meng Sen 2025-01-21 10:09:56 +0800
  • de9888ca5f
    Upgrade to Go 1.23.5 Vincent Yang 2025-01-20 17:18:47 -0500
  • bbfb808793
    fix: handle line breaks #151 v1.0.2 Vincent Yang 2025-01-20 17:11:53 -0500
  • 4a77cbf30e
    chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 (#173) dependabot[bot] 2025-01-20 16:59:52 -0500
  • 618aa6fa64
    chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 dependabot[bot] 2025-01-20 21:59:21 +0000
  • 2d8b84e2c8
    Update compose.yaml Vincent Young 2024-12-22 14:18:30 -0500
  • 1c8beb8a87
    chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#166) dependabot[bot] 2024-12-12 17:38:43 -0500
  • 24f68698ff
    chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 dependabot[bot] 2024-12-12 22:37:08 +0000
  • f2fa90208d
    ci: upgraded to Go 1.23.4 Vincent Young 2024-12-05 13:13:40 -0500
  • 7a8d28f4d8 Merge branch 'main' of https://github.com/OwO-Network/DeepLX GH Action - Upstream Sync 2024-12-04 00:51:27 +0000
  • b04139e89d
    chore(deps): bump github.com/quic-go/quic-go from 0.47.0 to 0.48.2 (#165) v1.0.1 dependabot[bot] 2024-12-03 11:27:04 -0500
  • 39e8061bfd
    chore(deps): bump github.com/quic-go/quic-go from 0.47.0 to 0.48.2 dependabot[bot] 2024-12-03 16:26:50 +0000
  • 44b6c2915f
    fix: while sourceLang is auto v1.0.0 Vincent Yang 2024-12-03 11:23:56 -0500
  • ce6f45b5ea Merge branch 'main' of https://github.com/OwO-Network/DeepLX GH Action - Upstream Sync 2024-12-01 00:58:58 +0000
  • b89751f78f
    docs: remove icon Vincent Yang 2024-11-30 19:56:38 -0500
  • 5413151a44
    Merge branch 'OwO-Network:main' into main Meng Sen 2024-11-30 20:26:05 +0800
  • 1f62d85b60
    ci: upgraded to Go 1.23.3 Vincent Yang 2024-11-30 02:14:15 -0500
  • 800ac57f86 Merge branch 'main' of https://github.com/OwO-Network/DeepLX GH Action - Upstream Sync 2024-11-29 16:12:20 +0000
  • 547c735b1f
    fix: 429 error in /translate endpoint (changed TLS fingerprint) (#161) v0.9.9 木末君 2024-11-29 17:13:20 +0800
  • 4c9df66c34 fix: 429 error in /translate endpoint (changed TLS fingerprint) 96368a 2024-11-29 10:39:06 +0800
  • 26f6782e0f
    Merge branch 'OwO-Network:main' into main Meng Sen 2024-11-02 11:42:22 +0800
  • ede6229b0e
    fix: targetlang bug v0.9.8.3 Vincent Yang 2024-11-01 23:19:50 -0400
  • 50cb1599d3 Merge branch 'main' of https://github.com/OwO-Network/DeepLX GH Action - Upstream Sync 2024-11-02 00:44:26 +0000
  • d98f71d1c5
    fix: add pro support (may have no effect) v0.9.8.2 Vincent Yang 2024-11-01 13:13:28 -0400
  • 9edb997f06
    fix: support CommonJobParams Vincent Yang 2024-11-01 12:48:26 -0400