Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
feat: Implemented V6 format which makes it easier to copy encrypted v…
Browse files Browse the repository at this point in the history
…alues and does not have special characters
  • Loading branch information
Frank Schwab committed Nov 17, 2020
1 parent 83776c2 commit f5732e5
Show file tree
Hide file tree
Showing 17 changed files with 1,360 additions and 222 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
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.
130 changes: 94 additions & 36 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit f5732e5

Please sign in to comment.