Version 0.7.0-beta
- order buttons - use numeric LogLevel over booleans - exact case option reversed (again) - smart case handling if replacement is longer than match - Deletion of all mappings
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -3,11 +3,21 @@ 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 0.7.0-beta - 2020-06-06
|
||||
## [Upcoming] Version 0.7.1-beta - 2020-06-08
|
||||
### Added
|
||||
- handle replacement via slash command
|
||||
|
||||
## Version 0.6.0 - 2020-06-05
|
||||
## Version 0.7.0-beta - 2020-06-07
|
||||
### Added
|
||||
- order buttons
|
||||
### Changed
|
||||
- use numeric LogLevel over booleans
|
||||
- exact case option reversed (again)
|
||||
- smart case handling if replacement is longer than match
|
||||
### Fixed
|
||||
- Deletion of all mappings
|
||||
|
||||
## Version 0.6.0 (unreleased) - 2020-06-05
|
||||
### Added
|
||||
- honour capital/mixed cases for ignore case
|
||||
- consolidate consecutive matches
|
||||
@@ -23,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- add replacements via options UI
|
||||
|
||||
## Version 0.4.0 - 2020-05-30
|
||||
## Version 0.4.0 (unreleased) - 2020-05-30
|
||||
### Added
|
||||
- restructured files
|
||||
- extract functions and color codes
|
||||
@@ -33,13 +43,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
- fixed DB storange and debug printing
|
||||
|
||||
## Version 0.2.2 - 2020-05-26
|
||||
## Version 0.2.2 (unreleased) - 2020-05-26
|
||||
### Added
|
||||
- added Options UI under Interface Options
|
||||
- store settings in profiles
|
||||
- added more translations
|
||||
|
||||
## Version 0.2.1 - 2020-05-25
|
||||
## Version 0.2.1 (unreleased) - 2020-05-25
|
||||
### Added
|
||||
- support automatic packaging for curseforge via .pkgmeta
|
||||
- include project logo
|
||||
@@ -52,6 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- handle SendChatMessage ordering if addon Misspelled is also installed
|
||||
- break long texts in chunks of 255 length
|
||||
|
||||
## Version 0.1 - 2020-05-24
|
||||
## Version 0.1 (unreleased) - 2020-05-24
|
||||
### Added
|
||||
- bootstrap addon with Ace3 based on [Misspelled](https://www.curseforge.com/wow/addons/misspelled)
|
||||
Reference in New Issue
Block a user