Skip to content

Commit 016e12c

Browse files
authored
Merge pull request #30 from jamesainslie/release-please--branches--main--components--mdview
chore(main): release mdview 0.3.3
2 parents cf167c6 + 1e9b406 commit 016e12c

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.3.2"
2+
".": "0.3.3"
33
}
44

55

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@
55

66
* **changelog:** remove duplicate 0.2.0 section ([2e2cfd5](https://github.com/jamesainslie/mdview/commit/2e2cfd5b698b77d8c88244a3a0ed86ba6751de88))
77

8+
## [0.3.3](https://github.com/jamesainslie/mdview/compare/mdview-v0.3.2...mdview-v0.3.3) (2025-12-03)
9+
10+
11+
### Features
12+
13+
* **content:** add site blocklist controls ([cf167c6](https://github.com/jamesainslie/mdview/commit/cf167c6c585adeb26589e1c6d647a291ed9e5dc6))
14+
* **content:** check blocklist before rendering markdown ([b30519d](https://github.com/jamesainslie/mdview/commit/b30519d97274b7c77c8c092fc8113ec63440a7d8))
15+
* **options:** add blocklist management UI ([d93325d](https://github.com/jamesainslie/mdview/commit/d93325d875b42e4b09b9396790d676c5d9e41aca))
16+
* **popup:** add quick site blocking toggle ([769b37c](https://github.com/jamesainslie/mdview/commit/769b37c8b7c65a6eb1099f52c7eba6b4001eaf85))
17+
* **popup:** move site block toggle to footer ([dd50310](https://github.com/jamesainslie/mdview/commit/dd5031077c35aaa39e2a94e66a31653dbe9f7e60))
18+
* **types:** add blockedSites preference for site filtering ([cd5998f](https://github.com/jamesainslie/mdview/commit/cd5998f4f622947b24410fd6afaca449573eb199))
19+
* **utils:** implement site blocklist pattern matching ([71ccb04](https://github.com/jamesainslie/mdview/commit/71ccb049b34f192f21546bfa909dfb4069dd481c))
20+
21+
22+
### Bug Fixes
23+
24+
* **content:** scope markdown styles to mdview ([98cf300](https://github.com/jamesainslie/mdview/commit/98cf300adf1a2279392906357e4af5d332f19ec4))
25+
* **pdf:** add missing return statement in prepareSvgsForPrint ([5a885ee](https://github.com/jamesainslie/mdview/commit/5a885ee9520f757cf6d209a196dff5f617a61814))
26+
* **popup:** ensure wildcard blocklist removal uses host string ([39f5804](https://github.com/jamesainslie/mdview/commit/39f580463b5d5a7142c3e5e0661a090606156aad))
27+
28+
29+
### Documentation
30+
31+
* **changelog:** fix version ordering ([bc89abc](https://github.com/jamesainslie/mdview/commit/bc89abc51b3642263a60f433c3b15b76b7616b50))
32+
33+
34+
### Tests
35+
36+
* **utils:** add unit tests for blocklist functionality ([a90e897](https://github.com/jamesainslie/mdview/commit/a90e897506f6680144eb4fe72599185214d6f964))
37+
838
## [0.3.1](https://github.com/jamesainslie/mdview/compare/mdview-v0.3.0...mdview-v0.3.1) (2025-12-02)
939

1040

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdview",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Beautiful Chrome extension for viewing Markdown files with themes, syntax highlighting, and interactive Mermaid diagrams",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)