Releases: ccnnde/react-native-simple-openvpn
Releases · ccnnde/react-native-simple-openvpn
v2.1.3
2.1.3 (2024-10-30)
🐞 Bug Fixes
- fix(android): fix android 14 crash issue (3d51c54)
v2.1.2
2.1.2 (2024-09-29)
🐞 Bug Fixes
- fix(android): fix build issue (56dd3d0)
v2.1.1
2.1.1 (2024-04-17)
🐞 Bug Fixes
v2.1.0
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
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
1.2.0 (2022-03-01)
✨ Features
- feat(ios): support for disabling VPN connection when app is terminated in iOS (4b3888c)
v1.1.0
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
1.0.0 (2021-09-14)
✨ Features
- feat: provide support for basic OpenVPN functions