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

changelog: update the changelog for version 2.2.2

+12
+12
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.2] - 2024-03-05 9 + 10 + ### Added 11 + 12 + - add a config option to disable sending notifications, thanks @Croissong 13 + 14 + ### Fixed 15 + 16 + - allow parsing characters like `*` in the config file to parse regexes correctly 17 + 18 + - fix broken indentation in manpage and ignored generated man pages using .gitignore, thanks @x4121 19 + 8 20 ## [2.2.1] - 2023-03-30 9 21 10 22 ### Fixed