File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.19.19
4
+
5
+ [ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.19.18...wxt-v0.19.19 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Keyboard shortcut to reopen the browser without restarting the dev command ([ #1211 ] ( https://github.com/wxt-dev/wxt/pull/1211 ) )
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Prevent changing dev server port when reloading config ([ #1241 ] ( https://github.com/wxt-dev/wxt/pull/1241 ) )
14
+ - Ensure content scripts are registered immediately in dev mode ([ #1253 ] ( https://github.com/wxt-dev/wxt/pull/1253 ) )
15
+ - Exclude skipped entrypoints from Firefox sources zip ([ #1238 ] ( https://github.com/wxt-dev/wxt/pull/1238 ) )
16
+
17
+ ### ❤️ Contributors
18
+
19
+ - Nishu ([ @nishu-murmu ] ( http://github.com/nishu-murmu ) )
20
+ - Aaron ([ @aklinker1 ] ( http://github.com/aklinker1 ) )
21
+
3
22
## v0.19.18
4
23
5
24
[ compare changes] ( https://github.com/wxt-dev/wxt/compare/wxt-v0.19.17...wxt-v0.19.18 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wxt" ,
3
3
"type" : " module" ,
4
- "version" : " 0.19.18 " ,
4
+ "version" : " 0.19.19 " ,
5
5
"description" : " Next gen framework for developing web extensions" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments