mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
chore: release 4.2.3
This commit is contained in:
parent
4d49df981b
commit
28852c74fb
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [4.2.3] - 2023-10-05
|
||||||
|
### Added
|
||||||
|
- Themeable profile pages
|
||||||
|
- Apps page
|
||||||
|
### Changed
|
||||||
|
- Update doipjs to 1.2.5
|
||||||
|
- Make Dicebear API domain configurable
|
||||||
|
### Fixed
|
||||||
|
- Catch errors potentially thrown by function
|
||||||
|
- Update JSON schemas
|
||||||
|
- Icon URL generation in profile view
|
||||||
|
### Notes
|
||||||
|
- ASP profiles use the Dicebear API to generate avatars. By default, Keyoxide
|
||||||
|
uses the official api.dicebear.com instance. To use a custom Dicebear instance,
|
||||||
|
set the DICEBEAR_API_HOSTNAME environment variable to its hostname.
|
||||||
|
|
||||||
## [4.2.2] - 2023-10-03
|
## [4.2.2] - 2023-10-03
|
||||||
### Changed
|
### Changed
|
||||||
- Update doipjs to 1.2.2
|
- Update doipjs to 1.2.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "4.2.2",
|
"version": "4.2.3",
|
||||||
"description": "Verifying online identity with cryptography",
|
"description": "Verifying online identity with cryptography",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue