Skip to content

Commit

Permalink
Docs: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
keepassium committed Apr 27, 2021
1 parent c2f5f21 commit 29d7880
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
#CHANGELOG

## [1.24.86] - 2021-04-26

### Added

- Possibilty to add and select custom icons for groups and entries (closes #84) [thanks, Igor]
- Slovak translation [thanks, onegin1]
- Thai translation [thanks, poonnawit]
- Turkish translation [thanks, ofmelnik]

### Improved

- Visibility of black custom icons in dark mode [thanks, Jon]
- Updated all translations [thanks, everyone]
- Tech debt: internal improvements to streamline further development

### Fixed

- Editor changes were not detected in some rare cases
- Updating associated key components only after successful DB save [thanks, Doug]
- "Hide Passwords" switch in Appearance settings did not work [thanks, Greg]
- Minor UI fixes


## [1.23.85] - 2021-03-29

### Improved
Expand Down
50 changes: 50 additions & 0 deletions KeePassium/ChangeLog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
{
"sections": [
{
"version": "1.24",
"releaseDate": "2021-04-26T00:00:00Z",
"items": [
{
"title": "🧩 Added: Possibility to add and select custom icons for groups and entries (closes #84) [thanks, Igor]",
"type": 1
},
{
"title": "🧩 Added: Slovak translation [thanks, onegin1]",
"type": 1
},
{
"title": "🧩 Added: Thai translation [thanks, poonnawit]",
"type": 1
},
{
"title": "🧩 Added: Turkish translation [thanks, ofmelnik]",
"type": 1
},
{
"title": "🛠 Improved: Visibility of black custom icons in dark mode [thanks, Jon]",
"type": 1
},
{
"title": "🛠 Improved: Updated all translations [thanks, everyone]",
"type": 1
},
{
"title": "🛠 Improved: Tech debt: internal improvements to streamline further development",
"type": 1
},
{
"title": "🐞 Fixed: Editor changes were not detected in some rare cases",
"type": 1
},
{
"title": "🐞 Fixed: Updating associated key components only after successful DB save [thanks, Doug]",
"type": 1
},
{
"title": "🐞 Fixed: \"Hide Passwords\" switch in Appearance settings did not work [thanks, Greg]",
"type": 1
},
{
"title": "🐞 Fixed: Minor UI issues",
"type": 1
}
]
},
{
"version": "1.23",
"releaseDate": "2021-03-29T00:00:00Z",
Expand Down

0 comments on commit 29d7880

Please sign in to comment.