diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e615bd0..8c9b277c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 0.27.0 (2024-03-16) + +- **Require Firefox 115** and update Documentation +- Fix (half/full) page scrolling on Github +- Display documentation URL in browser console warnings +- Improve opening links in background tabs (`F`) + ### 0.26.4 (2023-07-14) - make compatible with Firefox 117 (Services.jsm removal) diff --git a/package.json b/package.json index b5b2496b..aa3a0db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VimFx", - "version": "0.26.4", + "version": "0.27.0", "firefoxVersions": { "min": "115.0", "max": "*"