This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implemented V6 format which makes it easier to copy encrypted v…
…alues and does not have special characters
- Loading branch information
Frank Schwab
committed
Nov 17, 2020
1 parent
83776c2
commit f5732e5
Showing
17 changed files
with
1,360 additions
and
222 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,15 @@ | ||
# 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). | ||
|
||
## [5.3.0] - 2020-11-13 | ||
|
||
### Added | ||
- Added CHANGELOG.md | ||
|
||
### Changed | ||
- New format `6` introduced. It uses a custom form of Base32 encoding for the encrypted string. | ||
- Documented new format in `README.md`. | ||
- Changed `README.md` to use one line per sentence. |
Oops, something went wrong.