Bash script for copying and autotyping data from password-store, gopass or prs.

changelog: add changelog for v2.2.3

+6
+6
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## [2.2.3] - 2024-03-05 9 + 10 + ### Fixed 11 + 12 + - make parsing regex even more lax, parse all `[[:print:]]` characters as values in the config file 13 + 8 14 ## [2.2.2] - 2024-03-05 9 15 10 16 ### Added