Skip to content

Releases: juicity/juicity

v0.5.0

30 Jun 12:44
88dbf4f
Compare
Choose a tag to compare

Changelogs

Others

Full Changelog: v0.4.3...v0.5.0

v0.4.3

14 May 12:11
4af4f68
Compare
Choose a tag to compare

Release date: 2024/05/14

Bug Fixes

  • fix: disable gso on client by default in #165 by (@mzz2017)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

19 Apr 14:16
b1f5882
Compare
Choose a tag to compare

Release date: 2024/04/19

Bug Fixes

  • fix(cmd): use generic version flag to display ver info in #159 by (@sumire88)

Others

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Apr 00:01
81fdd6b
Compare
Choose a tag to compare

Release date: 2024/04/16

Features

  • feat/chore: support to forward to v2ray-plugin nodes in #145 by (@mzz2017)

Bug Fixes

  • fix: add allow_insecore=1 when cert need to pin in #146 by (@mzz2017)

Others

  • chore(changelogs): release-v0.4.0rc1 -> release-v0.4.0 in #149 by (@sumire88)
  • chore: upgrade quic-go to 0.42.0 and utls to 1.6.4 in #155 by (@mzz2017)
  • ci(generate-changelogs): update workflow logic in #156 by (@sumire88)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Feb 04:55
f8c5389
Compare
Choose a tag to compare

Features

  • feat(cmd/version): add copy right and license info in #134 by (@yqlbu)
  • feat(cmd): enhance version print in #123 by (@yqlbu)

Others

  • ci(lint): upgrade linter ver. in #142 by (@sumire88)
  • chore: upgrade softwind and quic-go to v0.40.1 in #141 by (@mzz2017)
  • ci(docker-publish): limit workflow triggers in #132 by (@yqlbu)

特性

  • 特性(cmd/version): 在 #134 中添加版权和许可信息 by (@yqlbu)
  • 特性(cmd): 在 #123 中增强版本打印功能 by (@yqlbu)

其他

  • 自动化(lint): 在 #142 中升级 linter 版本 by (@sumire88)
  • 杂项: 在 #141 中将 softwind 和 quic-go 升级至 v0.40.1 by (@mzz2017)
  • 自动化(docker-publish): 在 #132 中限制工作流触发条件 by (@yqlbu)

Full Changelog: v0.3.0...v0.4.0rc1

New Contributors

v0.3.0

02 Sep 07:12
8175baf
Compare
Choose a tag to compare

Release date: 2023/09/02

Bug Fixes

Others

问题修复

  • 修复: disable_outbound_udp443 不起作用并还原 #103 in #107 由 (@mzz2017)

其他变更

Full Changelog: v0.2.1...v0.3.0

v0.2.1

27 Aug 13:18
6899d21
Compare
Choose a tag to compare

Release date: 2023/08/27

Features

  • optimize: use raw udp conn to solve quic in quic problem in #103 by (@mzz2017)

Others

特性支持

  • 优化: 使用原始的 UDP 连接来解决 QUIC in QUIC 的问题 in #103 by (@mzz2017)

其他变更

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Aug 12:43
f2d0d8b
Compare
Choose a tag to compare

Release date: 2023/08/19

Features

  • feat(server): support dial using socks5, http, vmess, vless... in #92 by (@mzz2017)
  • feat(client): support port forwarding in #86 by (@mzz2017)

Bug Fixes

  • fix: fail to trigger auth timeout in some cases in #93 by (@mzz2017)
  • fix: panic: unaligned 64-bit atomic operation in #91 by (@mzz2017)

Others

特性支持

  • 特性(服务器): 支持使用 socks5、http、vmess、vless 等进行拨号 in #92 by (@mzz2017)
  • 特性(客户端): 支持端口转发 in #86 by (@mzz2017)

问题修复

  • 修复: 某些情况下无法触发身份验证超时 in #93 by (@mzz2017)
  • 修复: panic: 未对齐的 64 位原子操作 in #91 by (@mzz2017)

其他变更

  • 杂项: 升级 quic-go 至 v0.37.5 in #96 by (@mzz2017)

Full Changelog: v0.1.3...v0.2.0

v0.1.3

13 Aug 14:30
8255a45
Compare
Choose a tag to compare

Release date: 2023/08/13

Features

  • optimize(generate-sharelink): judge whether really need to pin in #80 by (@mzz2017)
  • feat(server): support cmd generate-sharelink in #74 by (@mzz2017)

Others

  • docs: add lang switch for spec.md in #85 by (@mzz2017)
  • docs(spec): add English version specification in #84 by (@mzz2017)
  • docs: add protocol spec in #83 by (@mzz2017)
  • chore: bump quic-go to v0.37.4 to support go1.21 in #81 by (@mzz2017)
  • chore(pr_template): update pr_template section headers in #79 by (@yqlbu)
  • docs(readme): add self-signed certs to goals in #78 by (@yqlbu)
  • chore/refactor: rework issue_templates in #77 by (@yqlbu)
  • ci/optimize: docker refinement in #75 by (@yqlbu)
  • ci: add Dockerfile in #73 by (@EkkoG)
  • chore: upgrade quic-go to v0.37.3 in #70 by (@mzz2017)

特性支持

  • 优化(生成共享链接): 判断是否真的需要固定 in #80 by (@mzz2017)
  • 特性(服务器): 支持命令生成共享链接 in #74 by (@mzz2017)

其他变更

  • 文档: 为 spec.md 添加语言切换 in #85 by (@mzz2017)
  • 文档(spec): 添加英文版本规范 in #84 by (@mzz2017)
  • 文档: 添加协议规范 in #83 by (@mzz2017)
  • 杂项: 升级 quic-go 至 v0.37.4 以支持 go1.21 in #81 by (@mzz2017)
  • 杂项(pr_template): 更新 pr_template 部分标题 in #79 by (@yqlbu)
  • 文档(readme): 在目标中添加自签名证书 in #78 by (@yqlbu)
  • 杂项/重构: 重新设计 issue_templates in #77 by (@yqlbu)
  • 自动化(优化): Docker 优化 in #75 by (@yqlbu)
  • 自动化: 在 #73 中添加 Dockerfile by (@EkkoG)
  • 杂项: 将 quic-go 升级至 v0.37.3 in #70 by (@mzz2017)

Full Changelog: v0.1.2...v0.1.3

New Contributors

  • @EkkoG made their first contribution in #73

v0.1.2

05 Aug 14:53
19bed0f
Compare
Choose a tag to compare

Release date: 2023/08/05

Features

  • feat: support certificate pinning in #61 by (@mzz2017)
  • feat(internal/relay): add support to inspect source for UDP traffic in #57 by (@yqlbu)
  • feat(log): add exra cmd-flags for file logger in #56 by (@yqlbu)
  • feat(sever): add support to inspect source for TCP traffic in #53 by (@yqlbu)

Bug Fixes

  • fix(server): support to dial domain in UDP (quic) in #54 by (@mzz2017)
  • patch(server): fix golang lint warning in #51 by (@yqlbu)

Others

  • chore: upgrade softwind and quic(to 0.37.2) in #67 by (@mzz2017)
  • docs(server): add UUID Generator section in #64 by (@yqlbu)
  • ci: add linting workflow in #52 by (@yqlbu)

特性支持

  • 特性: 支持证书固定 in #61 by (@mzz2017)
  • 特性(内部/中继): 添加支持打印 UDP 来源 in #57 by (@yqlbu)
  • 特性(日志): 为文件日志添加额外的命令标志 in #56 by (@yqlbu)
  • 特性(服务器): 添加支持打印 TCP 来源 in #53 by (@yqlbu)

问题修复

  • 修复(服务器): 支持在 UDP(quic)中拨号到域名 in #54 by (@mzz2017)
  • 补丁(服务器): 修复 golang lint 报错 in #51 by (@yqlbu)

其他变更

  • 杂项: 升级 softwind 和 quic (到 0.37.2) in #67 by (@mzz2017)
  • 文档(服务器): 添加 UUID 生成器部分 in #64 by (@yqlbu)
  • 自动化: 添加 linting 工作流程 in #52 by (@yqlbu)

Full Changelog: v0.1.1...v0.1.2