Version 0.3.0

- fixed DB storange and debug printing
This commit is contained in:
2020-05-28 02:22:32 +02:00
parent db3db16594
commit b572203dd2
8 changed files with 465 additions and 412 deletions

View File

@@ -3,13 +3,19 @@ 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).
## [Unreleased] Version 1.0 - 2020-05-27
First version to be released
## [Unreleased] Version 1.0 - 2020-05-28
### Added
- case sensitivity
- consolidate consecutive matches
## Version 0.3.1 - 2020-05-28
### Added
- add replacements via options UI
- handle replacement via slash command
- case sensitivity
- consolidate consecutive matches
## Version 0.3.0 - 2020-05-27
### Fixed
- fixed DB storange and debug printing
## Version 0.2.2 - 2020-05-26
### Added