Skip to content

Commit 175f909

Browse files
chore(release): 0.10.0 [skip ci]
# [0.10.0](v0.9.2...v0.10.0) (2025-06-10) ### Bug Fixes * fix css consistency issues ([6c182a1](6c182a1)) * fix dark/light theme changing and full screen ([2505c73](2505c73)) * fix firefox permission checking ([813b1fb](813b1fb)) * fix options page text ([b5cec9b](b5cec9b)) * fix submission of new license data ([4116915](4116915)) * fix template capturing ([34f29de](34f29de)) * replace diff-match-patch with @sanity/diff-match-patch for security and dark mode support ([42b8a0f](42b8a0f)), closes [#105](#105) * selecting new text for another comparison ([389c3e4](389c3e4)) * update to manifest v3 ([5aee828](5aee828)) * use dom callback for highlight matching ([9406d85](9406d85)) ### Features * add dark and light mode support ([5ec6593](5ec6593)), closes [#105](#105) * add template variable highlighting ([916ed01](916ed01)) * enhance UI with permission error handling ([0945018](0945018)) * implement comprehensive permission system ([c25bbbf](c25bbbf)) * show template match capture info ([4bd3323](4bd3323))
1 parent ea8e8d8 commit 175f909

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
# [0.10.0](https://github.com/spdx/spdx-license-diff/compare/v0.9.2...v0.10.0) (2025-06-10)
4+
5+
6+
### Bug Fixes
7+
8+
* fix css consistency issues ([6c182a1](https://github.com/spdx/spdx-license-diff/commit/6c182a12caee13d713f7adea39104f7f97656cbd))
9+
* fix dark/light theme changing and full screen ([2505c73](https://github.com/spdx/spdx-license-diff/commit/2505c73ac4aa25b0d7a7c822ab245a5adbc7209d))
10+
* fix firefox permission checking ([813b1fb](https://github.com/spdx/spdx-license-diff/commit/813b1fb88d6ccc5b8a01adcb56978dfb9a6e414d))
11+
* fix options page text ([b5cec9b](https://github.com/spdx/spdx-license-diff/commit/b5cec9b5d64f78bee5e64293ed6f141325cd5dc5))
12+
* fix submission of new license data ([4116915](https://github.com/spdx/spdx-license-diff/commit/41169158a073e7d299fb9fd7c61eb65306ca6298))
13+
* fix template capturing ([34f29de](https://github.com/spdx/spdx-license-diff/commit/34f29defbee34d891966f439ffca8847404ee626))
14+
* replace diff-match-patch with @sanity/diff-match-patch for security and dark mode support ([42b8a0f](https://github.com/spdx/spdx-license-diff/commit/42b8a0f7b6de3d923449b3967a20137a3f4b7f50)), closes [#105](https://github.com/spdx/spdx-license-diff/issues/105)
15+
* selecting new text for another comparison ([389c3e4](https://github.com/spdx/spdx-license-diff/commit/389c3e432055b83001add8dee89d15f19c1633a9))
16+
* update to manifest v3 ([5aee828](https://github.com/spdx/spdx-license-diff/commit/5aee8288a9162c91fe071b15a1e93d1eb1710442))
17+
* use dom callback for highlight matching ([9406d85](https://github.com/spdx/spdx-license-diff/commit/9406d85ed90bf830905cb9747d2c062df66efe67))
18+
19+
20+
### Features
21+
22+
* add dark and light mode support ([5ec6593](https://github.com/spdx/spdx-license-diff/commit/5ec6593bf6431e930979e685b72f3cf8e57e2cd4)), closes [#105](https://github.com/spdx/spdx-license-diff/issues/105)
23+
* add template variable highlighting ([916ed01](https://github.com/spdx/spdx-license-diff/commit/916ed01b93b3955bd28b8c5f81b026f866195993))
24+
* enhance UI with permission error handling ([0945018](https://github.com/spdx/spdx-license-diff/commit/094501813a00db3afea769b13c37bbf68e364bc6))
25+
* implement comprehensive permission system ([c25bbbf](https://github.com/spdx/spdx-license-diff/commit/c25bbbf2b75aebc0d9ca36d05d7b9c31221bcd49))
26+
* show template match capture info ([4bd3323](https://github.com/spdx/spdx-license-diff/commit/4bd3323659ea1b1dfd5e06e50a3e3e25b9832036))
27+
328
## [0.9.2](https://github.com/spdx/spdx-license-diff/compare/v0.9.1...v0.9.2) (2023-07-29)
429

530

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_appName__",
33
"short_name": "__MSG_appShortName__",
44
"description": "__MSG_appDescription__",
5-
"version": "0.9.2",
5+
"version": "0.10.0",
66
"manifest_version": 3,
77
"default_locale": "en",
88
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spdx-license-diff",
33
"private": true,
4-
"version": "0.9.2",
4+
"version": "0.10.0",
55
"description": "Diff selected text against SPDX licenses",
66
"license": "GPL-3.0-or-later",
77
"scripts": {

0 commit comments

Comments
 (0)