mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Release 3.0.0
This commit is contained in:
parent
aa845dc7db
commit
007c7fed25
2 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.0.0] - 2021-05-04
|
||||||
|
### Added
|
||||||
|
- Server-side rendering of profiles
|
||||||
|
- Custom components for claims and keys
|
||||||
|
- "FLoC off" response headers
|
||||||
|
### Updated
|
||||||
|
- User interface redesign
|
||||||
|
- Integrate encrypt, verify into profile pages
|
||||||
|
- Rel="me" profile links
|
||||||
|
- Guides
|
||||||
|
### Removed
|
||||||
|
- Dedicated encrypt, verify and proofs pages
|
||||||
|
- Utility pages
|
||||||
|
|
||||||
## [2.5.0] - 2021-03-09
|
## [2.5.0] - 2021-03-09
|
||||||
### Added
|
### Added
|
||||||
- IRC service provider
|
- IRC service provider
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "2.5.0",
|
"version": "3.0.0",
|
||||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@codeberg.org:keyoxide/web.git"
|
"url": "https://codeberg.org/keyoxide/keyoxide-web"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pgp",
|
"pgp",
|
||||||
|
|
Loading…
Reference in a new issue