Skip to content

Releases: snakem982/Pandora-Box

v1.0.19

15 Nov 04:19

Choose a tag to compare

What's Changed

  • fix: cyrillic font
  • chore: upgrade LightGBM Model
  • chore: upgrade dependencies
  • doc: Update README.md

v1.0.18

28 Sep 11:26

Choose a tag to compare

What's Changed

  • feat: improve pandora deeplink import handling
  • feat: support adding proxies and provider in templates
  • feat: support-url header from sub
  • feat: deeplink import pandora-box://install-config?url=SUBSCRIPTION_URL
  • fix: profile order
  • fix: proxy group show
  • perf: bind port check
  • chore: update Model.bin
  • chore: update go version to 1.25
  • chore: upgrade dependencies
  • doc: Update README.md
  • Merge pull request #66 from legiz-ru/pandora-deeplink
  • Merge pull request #63 from legiz-ru/supportUrl

v1.0.17

30 Aug 05:18

Choose a tag to compare

What's Changed

  • chore: upgrade dependencies
  • chore: update background image
  • doc: Update preview img

v1.0.16

01 Aug 13:19

Choose a tag to compare

What's Changed

  • perf: bind address check
  • chore: upgrade dependencies

v1.0.15

12 Jul 09:17

Choose a tag to compare

What's Changed

Usage:

proxy-groups:
- name: Smart Group
  type: smart
  # policy-priority: <1 means lower priority, >1 means higher priority, the default is 1
  policy-priority: "Premium:0.9;SG:1.3" 
  # uselightgbm: use LightGBM model predict weight
  uselightgbm: false
  # collectdata: collect datas for model training
  collectdata: false
  # strategy: 'sticky-sessions' or 'round-robin', not support 'consistent-hashing'
  # the default is 'sticky-sessions' with more stable&smoothly nodes switch logic when datas collecting
  strategy: sticky-sessions
  ...

LightGBM Model Download

  • fix: profile url check
  • perf: group switch
  • perf: network traffic calculation
  • perf: theme ui
  • chore: upgrade dependencies
  • doc: Update README.md

v1.0.14

27 Jun 14:08

Choose a tag to compare

What's Changed

  • feat: support adding rule group templates
  • feat: added template selection support for the profile tab
  • refactor: template parse
  • perf: httpupgrade host parse
  • perf: sni & obfs parse
  • chore: upgrade dependencies

v1.0.13

20 Jun 15:34

Choose a tag to compare

What's Changed

  • feat: sing-box convert support multiplex parse
  • feat: sing-box convert support anytls
  • feat: first startup app with system language
  • fix: Subscription-Userinfo parse panic

v1.0.12

14 Jun 09:54

Choose a tag to compare

What's Changed

  • feat: support anytls parse
  • feat: enable auto-launch on startup
  • feat: backgroud add gradient
  • fix: number convert
  • fix: vless & vmess httpupgrade convert
  • perf: tray click show
  • ci: package
  • doc: Update README.md

v1.0.11

07 Jun 03:53

Choose a tag to compare

What's Changed

  • feat: add russian locale #37 by legiz-ru
  • feat: support group hidden
  • feat: load img use random ua
  • fix: group order
  • perf: profiles ui
  • refactor: ua set
  • chore: upgrade dependencies
  • doc: Update README.md

v1.0.10

31 May 03:02

Choose a tag to compare

What's Changed

  • feat: theme switch
  • fix: profile save
  • perf: cpu use
  • perf: ipcRenderer on
  • perf: better read file
  • perf: http send
  • perf: ip get
  • perf: window show
  • chore: upgrade dependencies
  • chore: remove unused code
  • ci: add CGO_ENABLED=0
  • doc: Update README.md