File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.0] ( https://github.com/C4illin/ConvertX/compare/v0.6.0...v0.7.0 ) (2024-09-26)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add support for 3d assets through assimp converter ([ 63a4328] ( https://github.com/C4illin/ConvertX/commit/63a4328d4a1e01df3e0ec4a877bad8c8ffe71129 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * wrong layout on search with few options ([ 8817389] ( https://github.com/C4illin/ConvertX/commit/88173891ba2d69da46eda46f3f598a9b54f26f96 ) )
14
+
3
15
## [ 0.6.0] ( https://github.com/C4illin/ConvertX/compare/v0.5.0...v0.6.0 ) (2024-09-25)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " convertx-frontend" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .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