diff --git a/CHANGELOG.md b/CHANGELOG.md index 859e734..406cfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Empty line is kept after the header for forwarded mails [[#12](https://github.com/macros4outlook/quotefixmacro/pull/12)] * Single-line emails keep the quoting character in the created reply email +### Changed + +* Created separate file `QuoteFixNames.bas` (to eease development) [[#22](https://github.com/macros4outlook/quotefixmacro/pull/22)] + ## Version [1.8] - 2021-02-06 ### Added diff --git a/README.md b/README.md index a2ecc28..f3f830b 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,9 @@ You can also download the latest development version using Alt+F11 or "Tools > Macro > Visual Basic-Editor") -3. File > Import File ... > Select `QuoteFixMacro.bas` > Open -4. If you don't want to get a security warning when you use the macros, go to "Tools > Macro > Security" and disable the security check. A better solution is to sign the macro. See "Signing a Macro" below. +3. File > Import File ... > Select `QuoteFixMacro.bas` > Open + If you don't want to get a security warning when you use the macros, go to "Tools > Macro > Security" and disable the security check. A better solution is to sign the macro. See "Signing a Macro" below. +4. File > Import File ... > Select `QuoteFixNames.bas` > Open ### Advanced features