Releases: horihiro/TextBlurrer-ChromeExtension
0.2.6
This release prepares the extension for version 0.2.6, focusing on bug fixes for mask positioning in input elements and improving documentation organization. The most important changes are:
Bug Fixes and Feature Improvements:
Improved the positioning of blur masks for input elements by including the 'line-height' property and refining the calculation for the mask's top position in InputBlurrer.ts. This should address alignment issues across various input styles.
Documentation and Versioning:
Added a comprehensive CHANGELOG.md file detailing all notable changes, features, and bug fixes across previous versions.
Updated the README.md to remove the embedded change log and instead reference the new CHANGELOG.md for version history and release notes.
Updated the extension version to 0.2.6 in manifest.json to reflect the new release.
Full Changelog: 0.2.5...0.2.6
0.2.5
0.2.4
0.2.3
What's Changed
- Fix issue with blurTabTitleCore function in main.js by @horihiro in #58
- Fix issue with whitespace handling in main.js by @horihiro in #59
- Replace
 to half-width white space on storing by @horihiro in #61 - Add notice for xterm by @horihiro in #63
- Fix hanging up on sites contain CodeMirror by @horihiro in #64
- Bump 0.2.3 by @horihiro in #60
Full Changelog: 0.2.2...0.2.3