File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.0.7
4
+
5
+ [ compare changes] ( https://github.com/nobkd/replace-maps/compare/v0.0.6...v0.0.7 )
6
+
7
+ ### 🔥 Performance
8
+
9
+ - Migrate to bun (WIP) ([ f064723] ( https://github.com/nobkd/replace-maps/commit/f064723 ) )
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Generate icons on the fly ([ de11289] ( https://github.com/nobkd/replace-maps/commit/de11289 ) )
14
+ - Const assignment, styles, scripts ([ 0e35f6d] ( https://github.com/nobkd/replace-maps/commit/0e35f6d ) )
15
+
16
+ ### 🏡 Chore
17
+
18
+ - ** deps-dev:** Bump vite from 5.0.10 to 5.0.12 ([ #13 ] ( https://github.com/nobkd/replace-maps/pull/13 ) )
19
+ - Use inkscape to convert svgs, leaflet-fullscreen to deps ([ f531050] ( https://github.com/nobkd/replace-maps/commit/f531050 ) )
20
+ - Linting / formatting ([ 8746067] ( https://github.com/nobkd/replace-maps/commit/8746067 ) )
21
+ - ** deps-dev:** Bump ip from 1.1.8 to 1.1.9 ([ #14 ] ( https://github.com/nobkd/replace-maps/pull/14 ) )
22
+ - ** deps-dev:** Bump vite from 5.0.12 to 5.0.13 ([ #15 ] ( https://github.com/nobkd/replace-maps/pull/15 ) )
23
+ - ** ci:** Use gh runner instead of self hosted ([ a1f0383] ( https://github.com/nobkd/replace-maps/commit/a1f0383 ) )
24
+ - Use vitest until fetch can be mocked with bun etc. ([ f6354bc] ( https://github.com/nobkd/replace-maps/commit/f6354bc ) )
25
+ - Remove trash icon ([ afba653] ( https://github.com/nobkd/replace-maps/commit/afba653 ) )
26
+ - Move ts to js ([ 51fb3b8] ( https://github.com/nobkd/replace-maps/commit/51fb3b8 ) )
27
+ - Fix scripts, drop chromium as ext doesn't work there ([ 4a37fe2] ( https://github.com/nobkd/replace-maps/commit/4a37fe2 ) )
28
+ - Fix script ([ b5f9b82] ( https://github.com/nobkd/replace-maps/commit/b5f9b82 ) )
29
+ - Release script fixes ([ 4ab1f41] ( https://github.com/nobkd/replace-maps/commit/4ab1f41 ) )
30
+
31
+ ### ❤️ Contributors
32
+
33
+ - Nobkd ([ @nobkd ] ( http://github.com/nobkd ) )
34
+
3
35
## v0.0.6
4
36
5
37
[ compare changes] ( https://github.com/nobkd/replace-maps/compare/v0.0.5...v0.0.6 )
Original file line number Diff line number Diff line change 3
3
"description" : " Replace Google Maps iFrames with OSM" ,
4
4
"author" : " nobkd" ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.0.6 " ,
6
+ "version" : " 0.0.7 " ,
7
7
"type" : " module" ,
8
8
"private" : true ,
9
9
"homepage" : " https://github.com/nobkd/replace-maps#readme" ,
Original file line number Diff line number Diff line change 2
2
"description" : " Replace Google Maps iFrames with OpenStreetMap" ,
3
3
"manifest_version" : 2 ,
4
4
"name" : " Replace Maps" ,
5
- "version" : " 0.0.6 " ,
5
+ "version" : " 0.0.7 " ,
6
6
"homepage_url" : " https://github.com/nobkd/replace-maps" ,
7
7
"icons" : {
8
8
"48" : " icons/48-icon.png" ,
You can’t perform that action at this time.
0 commit comments