Update CHANGELOG
This commit is contained in:
parent
46a8f72039
commit
116d35db79
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 1.0 beta 1012 (2018-10-18)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- AES-GCM and new enpoints to PIA network preset.
|
||||||
|
- Disclosure indicators in profile organizer (Samuel Michaels).
|
||||||
|
- Disclaimer for app usage.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Can now import .ovpn files from Apple Files app.
|
||||||
|
- Reject unrecognized values for `cipher`, `auth` and `proto`.
|
||||||
|
|
||||||
## 1.0 beta 989 (2018-10-16)
|
## 1.0 beta 989 (2018-10-16)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
BASE=`agvtool what-version -terse`
|
BASE=`agvtool what-version -terse`
|
||||||
COUNT=`git rev-list --count master`
|
COUNT=`git rev-list --count HEAD`
|
||||||
echo $((BASE + COUNT))
|
echo $((BASE + COUNT))
|
||||||
|
|
Loading…
Reference in New Issue