File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.11.0] ( https://github.com/C4illin/ConvertX/compare/v0.10.1...v0.11.0 ) (2025-02-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * add deps for vaapi ([ 2bbbd03] ( https://github.com/C4illin/ConvertX/commit/2bbbd03554d384a4488143f29e5fc863cfdf333b ) ), closes [ #192 ] ( https://github.com/C4illin/ConvertX/issues/192 )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * don't crash if file is not found ([ 16f27c1] ( https://github.com/C4illin/ConvertX/commit/16f27c13bbc1c0e5fa2316f3db11d0918524053b ) )
14
+ * install numpy for inkscape ([ 0e61051] ( https://github.com/C4illin/ConvertX/commit/0e61051fc6be188164c3865b4fb579c140859fdc ) )
15
+
3
16
## [ 0.10.1] ( https://github.com/C4illin/ConvertX/compare/v0.10.0...v0.10.1 ) (2025-01-21)
4
17
5
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " convertx-frontend" ,
3
- "version" : " 0.10.1 " ,
3
+ "version" : " 0.11.0 " ,
4
4
"scripts" : {
5
5
"dev" : " bun run --watch src/index.tsx" ,
6
6
"hot" : " bun run --hot src/index.tsx" ,
You can’t perform that action at this time.
0 commit comments