Skip to content

Commit 18696cf

Browse files
chore(main): release 0.1.1
1 parent 81d48cd commit 18696cf

File tree

3 files changed

+101
-4
lines changed

3 files changed

+101
-4
lines changed

.claude-plugin/plugin.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
22
"name": "gnome-extension-reviewer",
33
"description": "EGO (extensions.gnome.org) review compliance tools for GNOME Shell extension developers. Lint, review, scaffold, and validate extensions before submission.",
4-
"version": "0.1.0",
5-
"author": {"name": "Zvi Baratz"},
4+
"version": "0.1.1",
5+
"author": {
6+
"name": "Zvi Baratz"
7+
},
68
"homepage": "https://github.com/ZviBaratz/gnome-extension-reviewer",
79
"repository": "https://github.com/ZviBaratz/gnome-extension-reviewer",
810
"license": "GPL-2.0-or-later",
9-
"keywords": ["gnome", "extensions", "ego", "lint", "review", "compliance"]
11+
"keywords": [
12+
"gnome",
13+
"extensions",
14+
"ego",
15+
"lint",
16+
"review",
17+
"compliance"
18+
]
1019
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/ZviBaratz/gnome-extension-reviewer/compare/v0.1.0...v0.1.1) (2026-03-25)
4+
5+
6+
### Features
7+
8+
* add automated field test pipeline ([#34](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/34)) ([6d906d6](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/6d906d6b0da0cf09a71d33a4da25bba6382c1b2f))
9+
* add parse-review-results.py for structured finding extraction ([#56](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/56)) ([2083bc7](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/2083bc75d8eaebe6f82fb8a0360cffb1b8bb26b0))
10+
* **ego-lint:** add --show and --report flags for output filtering ([#111](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/111)) ([5fc5a6e](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/5fc5a6e302306598d55ab9bebc32fc28991642e0))
11+
* **ego-lint:** add .destroy without parentheses detection (R-LIFE-23) ([#50](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/50)) ([f9c035b](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/f9c035b0bea132e435ebc285e0e2dcad9957bf16))
12+
* **ego-lint:** add compat-downgrade for version-aware deprecated API gating ([#104](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/104)) ([3e00e6e](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/3e00e6e29bafd4e6cff659156fac3c1e355590e9))
13+
* **ego-lint:** add D-Bus connectSignal leak detection (R-LIFE-25) ([#59](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/59)) ([c54d848](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/c54d848fff98fb43928788836465e625028e7571))
14+
* **ego-lint:** add lifecycle leak detection (R-LIFE-21, R-LIFE-22, R-LIFE-24) ([#48](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/48)) ([10f6bbd](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/10f6bbd3ca78244e9833cb30a3933551a365e612))
15+
* **ego-lint:** add module-scope mutable state detection (R-LIFE-26) ([#60](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/60)) ([9c5d2e3](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/9c5d2e304a42f1ddb796025504c8538966cf63a7))
16+
* **ego-lint:** add module-scope prototype mutation detection (R-LIFE-27) ([#83](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/83)) ([0d2df8d](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/0d2df8db87f28ebb627310f715cc8ca4bf28ac76))
17+
* **ego-lint:** add notification urgency abuse detection (R-QUAL-36) ([#49](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/49)) ([546bd10](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/546bd1031655bad5e3bb9d70ce984ac881d68f9e))
18+
* **ego-lint:** detect indirect prototype mutation via function calls ([#114](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/114)) ([bce145b](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/bce145bea97f87f04e3c3a7cb6d0e4c0b86514eb))
19+
* **ego-review:** eliminate redundant work by referencing ego-lint findings ([787261a](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/787261aeb06a7db564d11b8e239ca87eb0e47678))
20+
21+
22+
### Bug Fixes
23+
24+
* **ego-field-test:** fix IFS collapse and commit-hash fetch failures ([f4b480f](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/f4b480fdeeb44658b7c7e90307416d27e7ad2108))
25+
* **ego-field-test:** indent multi-line expressions in json_extract wrapper ([ae650be](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/ae650bed5c9e573e11dc79930451b76fe28bcfcf))
26+
* **ego-field-test:** resolve imports/no-gtk-in-extension false positives ([#128](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/128)) ([8e39d98](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/8e39d9875b532aee235ad40583f87d94c9935224))
27+
* **ego-lint:** add missing CSS shell classes to KNOWN_SHELL_CLASSES ([#54](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/54)) ([c6c61be](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/c6c61be9515070547f1a88f6b162ae04cc83250b))
28+
* **ego-lint:** add replacement-pattern to R-VER rules for version-compat suppression ([#84](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/84)) ([d7051cf](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/d7051cff429a43cc7952c5dedef2776c56656a76))
29+
* **ego-lint:** add skip-comments to R-LOG-03 to prevent block comment FPs ([#132](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/132)) ([f138a43](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/f138a432ea2697566faf261a16abb62675656992))
30+
* **ego-lint:** add src/ layout license fallback and UUID-dir skip ([#30](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/30)) ([9f616ec](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/9f616eccbb60b53e9a8aff97a8f14be501697957))
31+
* **ego-lint:** add src/ metadata.json fallback for build-system extensions ([#24](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/24)) ([145b639](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/145b639da08eb1f808347b4b2d6883d47b21fe7d))
32+
* **ego-lint:** add src/schemas/ fallback for non-standard layouts ([#80](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/80)) ([4d00563](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/4d0056309452006cc047dd18e661d67bfcd993c8))
33+
* **ego-lint:** add version-compat suppression and calibrate severities ([#69](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/69)) ([5442f13](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/5442f13186ebb2b554132ace2faf0f390f73491d))
34+
* **ego-lint:** anchor Gdk import pattern to avoid matching GdkPixbuf ([#101](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/101)) ([0e07043](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/0e07043e1305441d6427cf50d751dd22a299a22c))
35+
* **ego-lint:** auto-detect and exclude vendored files from all lint checks ([#152](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/152)) ([81d48cd](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/81d48cdf22e4611a879b3b7ce6158fd9d655e7da))
36+
* **ego-lint:** avoid false FAIL when enum-id precedes schema-id in check-schema ([#148](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/148)) ([8399589](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/83995890882984965fe2533a48de424cbda56613))
37+
* **ego-lint:** correct R-SLOP-01 provenance post-filter matching ([#85](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/85)) ([ff05efb](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/ff05efb63a80a19667d165a1d956e3f6efa97a13))
38+
* **ego-lint:** deduplicate prototype-override warnings ([#32](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/32)) ([431ad18](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/431ad1831a1f4c3b94452d5ed9111ff6ac9d0190))
39+
* **ego-lint:** detect compiled TypeScript and suppress noisy rules ([#52](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/52)) ([1b1b5d4](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/1b1b5d4d6f83f63e0a5ba7d9584b4332357a84f6))
40+
* **ego-lint:** downgrade css/shell-class-override from FAIL to WARN ([#100](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/100)) ([4aa6f2f](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/4aa6f2f25b933b6c7c81ed91235bf1495c2c1adb))
41+
* **ego-lint:** downgrade css/shell-class-override from FAIL to WARN ([#112](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/112)) ([dc83726](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/dc83726501f76ba5dc3047a6eb8acf2fcdb6a60a))
42+
* **ego-lint:** downgrade missing LICENSE from FAIL to WARN ([#110](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/110)) ([fe0eab7](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/fe0eab7e9d72174c0212c695fac3f43d0b1536de))
43+
* **ego-lint:** enhance GSettings signal leak detection for helper classes ([#87](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/87)) ([21f7390](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/21f73904e110be1575cb56a390fa73af1738ee22))
44+
* **ego-lint:** exclude preferences/ dirs from gsettings-signal-leak ([#102](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/102)) ([60b15d3](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/60b15d346c5024fe0dfa1fa11e6a836a789c4b4a))
45+
* **ego-lint:** exclude service/ daemon code from extension-specific checks ([#147](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/147)) ([2962779](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/2962779cc0e695d4051027bcac769debaa519f7d))
46+
* **ego-lint:** exclude service/ dir from R-DEPR-06 and R-DEPR-10 ([#99](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/99)) ([ed40e47](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/ed40e47251fa6d6982ac53fb3f3a0cca53df65fc))
47+
* **ego-lint:** exempt isLocked guard from impossible-state and session-modes checks ([#31](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/31)) ([69c6254](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/69c6254faf476650d58c92bb30e53c9d7dc66865))
48+
* **ego-lint:** expand CSS shell-class list from GNOME Shell SCSS source ([#57](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/57)) ([311da35](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/311da3586f131053dc0a8f739f465e3065362c69))
49+
* **ego-lint:** expand init/shell-modification and constructor-resources exemptions ([#88](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/88)) ([14d0ca3](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/14d0ca3a06f74017e0a7eaba2382161c977dd8a8))
50+
* **ego-lint:** expand R-SLOP-24 guard for system schema identifiers ([#139](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/139)) ([1a58b06](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/1a58b06cfe97e5d6f51441131ba3c897ba749f76))
51+
* **ego-lint:** expand R-SLOP-24 guard for system schemas and multi-line constructors ([#135](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/135)) ([27787a6](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/27787a66ee34d36e5ad5f7e2aeded5ae1025fdd4))
52+
* **ego-lint:** expand R-SLOP-38 guard for domain-specific identifiers ([#141](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/141)) ([4aaf615](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/4aaf615db10e890d46ab1992288b8968175a36db))
53+
* **ego-lint:** handle async arrow functions and GObject branch in check-init.py ([#55](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/55)) ([9d6654a](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/9d6654aa9421b9e46b3d6085527e33055544e117))
54+
* **ego-lint:** make R-LIFE-25 bare connectSignal always FAIL regardless of disconnectSignal elsewhere ([#91](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/91)) ([05523f9](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/05523f932a40ce30df421bd6cf0535d7c222c590))
55+
* **ego-lint:** narrow R-LIFE-25 auto-cleanup to D-Bus-specific disconnectSignal ([#65](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/65)) ([8263cbc](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/8263cbce2c98905a2b974f28f8e04beecac74b5e))
56+
* **ego-lint:** propagate strip_comments newline preservation to all scripts ([#61](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/61)) ([4178a5a](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/4178a5acfa978c5c35c532887bc14b0e1ca77ca2))
57+
* **ego-lint:** recognize alternative cleanup methods in resource tracking ([#130](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/130)) ([bbc0f51](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/bbc0f51d708aab372747288cf4c95eadb7a3d17a))
58+
* **ego-lint:** recognize array-based signal ID storage in gsettings-signal-leak ([#64](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/64)) ([99c89c0](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/99c89c032237fcedb972d05177c59bb03b228cf1))
59+
* **ego-lint:** recognize full GPL license text in license check ([#127](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/127)) ([38cbb59](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/38cbb5902335146e36a6601dcec98eeec3538af0))
60+
* **ego-lint:** reduce false positives for R-SLOP-35, R-SEC-03, R-SLOP-13 ([#123](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/123)) ([860fc0b](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/860fc0b0b4f9b3f41afff553c4d6692b5362bb93))
61+
* **ego-lint:** reduce init-time safety false positives ([#21](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/21)) ([e46e2df](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/e46e2df6447bb2ca84e3a87ce5bb538c9fa63906))
62+
* **ego-lint:** reduce Media Controls false positives ([#23](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/23)) ([7cea626](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/7cea626a84e66cd18311f3159d4f2abc434d775d))
63+
* **ego-lint:** reduce resource-tracking FPs for blur-my-shell ([#143](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/143)) ([99c5903](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/99c5903c97ae3ca0eb835632f405ae225a42bc54))
64+
* **ego-lint:** reduce resource-tracking/no-destroy-method false positives ([#86](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/86)) ([30bbeac](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/30bbeac6695add0fa00026e1a41695b5e3c5644f))
65+
* **ego-lint:** reduce signal-balance false positives ([#13](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/13)) ([900b133](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/900b133f9e0aa487f517ffd0660c182fe47e0124))
66+
* **ego-lint:** reduce Tiling Shell false positives ([#22](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/22)) ([62c5509](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/62c55092c3071d5e88b1f06231d249d3c4c4267b))
67+
* **ego-lint:** remove Shell.ActionMode.ALL from hallucinated-API list ([#149](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/149)) ([715519f](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/715519fb29ebcc2225b97495b8d9203a981a411f))
68+
* **ego-lint:** scope init/shell-modification to Extension class constructors ([#140](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/140)) ([5e86aa6](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/5e86aa6f41f1dfdf1967365ff9cf5014ccb82ccb))
69+
* **ego-lint:** skip file-structure checks for compiled TypeScript extensions ([#103](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/103)) ([f15ddcb](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/f15ddcb4cf312cc68371bb06fa231b6653a27161))
70+
* **ego-lint:** skip JSDoc block comments in R-WEB-06 document.* check ([#150](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/150)) ([fc10806](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/fc108067c6e9ae8a945309008e9e108244707a5d))
71+
* **ego-lint:** skip R-LOG-03 in resources/ and detect Promise-returning methods in catch-on-sync ([#145](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/145)) ([7d76ee5](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/7d76ee542ef7c3970e36796744593cbb3b4f155b))
72+
* **ego-lint:** skip signal callback bodies in constructor init check ([#129](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/129)) ([d1fa661](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/d1fa661167970e3da6a72b9c97dc3e96f1ed60cd))
73+
* **ego-lint:** split R-SLOP-11 to fix false positive on GLib.source_remove() ([#126](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/126)) ([a441201](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/a441201475558a2c7d7648c9f8179b0f8d77f0dc))
74+
* **ego-lint:** suppress R-QUAL-28 for distinct getSettings() schema arguments ([#81](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/81)) ([f8e1da7](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/f8e1da7e9217ff54b7809a0ba9cd37451cc8a040))
75+
* **ego-lint:** suppress R-VER46-01/02 for ShellVersion-guarded else branches ([#151](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/151)) ([614883e](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/614883e82ed24f45b9bdee0e7d9510421a3f1114))
76+
* **ego-lint:** tighten R-SLOP-38 to reduce over-long identifier false positives ([#82](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/82)) ([fe88f1b](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/fe88f1b51c0f36f1ee57fd335f0a03bc0ac31815))
77+
* **ego-lint:** verify R-VER48-02 guard matches Config.PACKAGE_VERSION ([#133](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/133)) ([6dfeca1](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/6dfeca1b38262c733a0130fcd974118e7ed7d8e3))
78+
* **ego-lint:** widen R-VER48-02 guard-window for distant version checks ([#53](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/53)) ([5ae31e0](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/5ae31e0f2614896b827a343954bf96336b147e85))
79+
80+
81+
### Documentation
82+
83+
* add ego-review pipeline efficiency design spec ([56bcdc3](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/56bcdc3986c7d9e3df7d10cbd655667a32829dfb))
84+
* add field test reports for Tiling Shell and Media Controls ([#25](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/25)) ([f8b55f7](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/f8b55f7579d42361cc5dc22f54281ed3ff2fc3d3))
85+
* add field-tests/README.md with extension catalog and results ([#67](https://github.com/ZviBaratz/gnome-extension-reviewer/issues/67)) ([22fc27c](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/22fc27c559f9af052bc6df79101fe73a3ec223da))
86+
* add missing skill labels and fix issue template auto-labels ([782c7b4](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/782c7b408661decf08c711ad325043fbbd9f9f39))
87+
* add resource-tracking FP reduction design spec ([a7e0a2c](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/a7e0a2c93be7bf8c3954098f7c37ddd99c484675))
88+
* **ego-field-test:** add 03-08 regression report, update baselines and annotations ([c5b823e](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/c5b823e85784d7de93399ccfac58db5e3be19c5f))
89+
* **ego-field-test:** add version info to README extension catalog and update to 03-08 ([bdb4919](https://github.com/ZviBaratz/gnome-extension-reviewer/commit/bdb491917f5e674110891165568a58e97e8d3381))
90+
391
## v0.1.0 — 2026-03-03
492

593
### Features

0 commit comments

Comments
 (0)