diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-21 18:50:22 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-21 18:50:22 +1000 |
commit | 554f530a7ee2dfd1acee5c4e5c975a1295358e68 (patch) | |
tree | 133cc9ea3b0a636d2c3607f0917feb1409d40a61 /NEWS | |
parent | 3d8b24e2b0b7779f03dc4cee9571b2ecd3025805 (diff) |
Bump version to 7.21.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,4 +1,19 @@ +New in 7.21.0 + + * Fix bug #59021 + * Add headless test, which can be used by website developers to + test LibreJS-compliance of their website + * Fix license validation to check magnet link only for @license / + @license-end method + * Update documentation + * Fix complaint dialog close bug + (https://lists.gnu.org/archive/html/bug-librejs/2021-09/msg00002.html) + * Fix @license-end detection to detect accept /* */ comments (bug + #59533) + * Add CECILL-2.0 and zlib license (bug #50682 and #53221) + * Fix subresource integraty hash-busting bug (bug #62464 and #58131) + New in 7.20.3 - * Fix build by updating json files - * Fix hanging on certain websites
\ No newline at end of file + * Fix build by updating json files + * Fix hanging on certain websites |