Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0.5](https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.5)
### Added
- Add Altia logo and favicon.

### Changed
- Make login QR padding white.

## [v2.0.4](https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.4)
### Removed
- Remove hardcoded visible "DOME" references in UI.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'es.in2'
version = '2.0.4'
version = '2.0.5'

java {
toolchain {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/templates/login-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
.qr-card img {
max-width: 100%;
height: auto;
background-color: var(--fore-color-primary);
background-color: var(white);
}

.instructions {
Expand Down