Skip to content

Latest commit

 

History

History
77 lines (36 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

77 lines (36 loc) · 3.14 KB

Changelog

2.1.3 (2024-10-30)

🐞 Bug Fixes

  • fix(android): fix android 14 crash issue (3d51c54)

2.1.2 (2024-09-29)

🐞 Bug Fixes

  • fix(android): fix build issue (56dd3d0)

2.1.1 (2024-04-17)

🐞 Bug Fixes

2.1.0 (2023-03-31)

✨ Features

  • feat: add auth-user-pass (0aa7a33)
  • feat: support get vpn status (ad7686f)
  • feat(android): support configure allowed apps, close #9 (343c058)
  • feat(android): support custom config (97492d2)

🐞 Bug Fixes

  • fix(android): upgrade kotlin-gradle-plugin in vpnLib (#47) (79b0375)
  • fix(android): import ArrayList from java.util (#39) (5329fde)

2.0.0 (2022-04-14)

✨ Features

  • feat(android): upgrade ovpn core lib (#17) (e7af712)
  • feat(android): support custom notification title
  • feat(android): support click notification to jump to the MainActivity of the application
  • feat: support RN v0.63 ~ v0.68

1.2.0 (2022-03-01)

✨ Features

  • feat(ios): support for disabling VPN connection when app is terminated in iOS (4b3888c)

1.1.0 (2022-01-05)

✨ Features

  • feat: support .ovpn configuration files in the form of strings (8d50d03)

🐞 Bug Fixes

  • fix(android): resolve RN 0.65 warnings (6901a04)

1.0.0 (2021-09-14)

✨ Features

  • feat: provide support for basic OpenVPN functions