Skip to content

Releases: snakem982/Pandora-Box

v1.0.21-alpha3

07 Feb 04:28

Choose a tag to compare

v1.0.21-alpha3 Pre-release
Pre-release

What's Changed

  • feat: support config directory modification
  • feat: supports using keyboard shortcuts to show hidden app
  • feat: support file selection using a file picker
  • feat: supports custom geo data
  • fix: close button logic
  • refactor: deeplink and random ua
  • refactor: tray and menu
  • chore: update random images
  • chore: add common.ts

v1.0.20

18 Jan 03:26

Choose a tag to compare

What's Changed

  • feat: supports horizontal swipe scrolling when proxy groups overflow the screen
  • chore: update random images
  • chore: upgrade dependencies

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