[mod] Release v1.3.0
This commit is contained in:
parent
62ed195729
commit
0e1504556b
35
CHANGES.md
Normal file
35
CHANGES.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is (partially) based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Unreleasead
|
||||||
|
|
||||||
|
|
||||||
|
## 1.3.0 - 2018-12-02
|
||||||
|
|
||||||
|
- [fix] Create a dedicated system user with proper sudo permissions. (#41)
|
||||||
|
- [fix] CSRF vulnerability (#43)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.2.1 - 2018-09-10
|
||||||
|
|
||||||
|
- [fix] user/group = www-data in php-fpm config.
|
||||||
|
|
||||||
|
|
||||||
|
## 1.2.0 - 2018-09-06
|
||||||
|
|
||||||
|
- [fix] upgrade script is now functional
|
||||||
|
- [mod] lots of refactoring to apply app packaging best-practices
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.1 - 2018-04-06
|
||||||
|
|
||||||
|
- [fix] Sync the date with http if ntp can't (#37)
|
||||||
|
|
||||||
|
|
||||||
|
## 0.0.0 - 2016-05-14
|
||||||
|
|
||||||
|
First release
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "VPN Client",
|
"name": "VPN Client",
|
||||||
"id": "vpnclient",
|
"id": "vpnclient",
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "VPN Client",
|
"en": "VPN Client",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user