0.16.0 release preparations
This commit is contained in:
parent
1793ef023c
commit
a4b06c1bd0
22
CHANGELOG.md
22
CHANGELOG.md
@ -9,6 +9,28 @@ All releases can be found on https://code.vikunja.io/desktop/releases.
|
|||||||
|
|
||||||
The releases aim at the api and frontend versions which is why there are missing versions.
|
The releases aim at the api and frontend versions which is why there are missing versions.
|
||||||
|
|
||||||
|
## [0.16.0 - 2021-01-10]
|
||||||
|
|
||||||
|
For a list of changes in this release, see [the frontend changelog](https://kolaente.dev/vikunja/frontend/releases/tag/v0.16.0).
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add yarn cache to drone
|
||||||
|
* Configure Renovate (#1)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Change license to GPLv3
|
||||||
|
* Pin dependencies (#2)
|
||||||
|
* Update dependency electron to v10.1.5 (#3)
|
||||||
|
* Update dependency electron to v11.0.1 (#5)
|
||||||
|
* Update dependency electron to v11.0.2 (#6)
|
||||||
|
* Update dependency electron to v11.0.3 (#7)
|
||||||
|
* Update dependency electron to v11.0.4 (#8)
|
||||||
|
* Update dependency electron to v11.1.0 (#9)
|
||||||
|
* Update dependency electron to v11.1.1 (#10)
|
||||||
|
* Update dependency electron to v11 (#4)
|
||||||
|
|
||||||
## [0.15.0 - 2020-10-19]
|
## [0.15.0 - 2020-10-19]
|
||||||
|
|
||||||
First initial release.
|
First initial release.
|
||||||
|
@ -20,4 +20,8 @@ sed -i 's/\/api\/v1//g' frontend/index.html # Make sure to trigger the "enter th
|
|||||||
|
|
||||||
## Building for release
|
## Building for release
|
||||||
|
|
||||||
|
1. Run the snippet from above, but with a valid frontend version instead of `master`
|
||||||
|
2. Change the version in `package.json` (That's the one that will be used by electron-builder`
|
||||||
|
3. `yarn install`
|
||||||
|
4. `yarn dist --linux --windows`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user