Skip to content

Releases: ccnnde/react-native-simple-openvpn

v2.1.1

17 Apr 03:52
Compare
Choose a tag to compare

2.1.1 (2024-04-17)

🐞 Bug Fixes

v2.1.0

31 Mar 08:38
Compare
Choose a tag to compare

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)

v2.0.0

14 Apr 06:59
Compare
Choose a tag to compare

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

v1.2.0

01 Mar 02:23
Compare
Choose a tag to compare

1.2.0 (2022-03-01)

✨ Features

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

v1.1.0

05 Jan 09:50
Compare
Choose a tag to compare

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)

v1.0.0

14 Sep 07:53
Compare
Choose a tag to compare

1.0.0 (2021-09-14)

✨ Features

  • feat: provide support for basic OpenVPN functions