-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][#38] Capital characters frequently and randomly lowered
- Loading branch information
1 parent
9293b49
commit d0a8456
Showing
2 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
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). | ||
|
||
## [1.1.3] - 2024-??-?? | ||
|
||
### Fix | ||
|
||
- Bug #38: some applications were randomly lowering capital characters, leading passwords containing | ||
capital characters to be almost always wrong. | ||
|
||
## [1.1.2] - 2023-10-12 (Stax only) | ||
|
||
### Fix | ||
|
||
- Updated porting to Stax SDK evolutions | ||
|
||
## [1.1.1] - 2023-04-25 (Stax only) | ||
|
||
### Fix | ||
|
||
- Derivation path changed, from `44'/1` to `5265220'` | ||
|
||
## [1.1.0] - 2023-04-12 (Stax only) | ||
|
||
### Add | ||
|
||
- Stax porting | ||
|
||
## [1.0.2] - 2022-03-02 | ||
|
||
Original Passwords application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters