6
6
7
7
### Changed
8
8
9
- Release v2.2.1 by @Thavarshan in https://github.com/Thavarshan/comet/pull/41
9
+ Release v2.2.1 by @Thavarshan in < https://github.com/Thavarshan/comet/pull/41 >
10
10
11
11
* Upgraded dependencies
12
12
* Update ` namor ` ` generate ` method usage
13
13
* Update to eslint to ` v9.13 `
14
14
* Update eslint configs
15
15
16
- ** Full Changelog** : https://github.com/Thavarshan/comet/compare/v2.2.1...v2.2.2
16
+ ** Full Changelog** : < https://github.com/Thavarshan/comet/compare/v2.2.1...v2.2.2 >
17
17
18
18
## [ v2.2.1] ( https://github.com/Thavarshan/comet/compare/v2.1.2...v2.2.1 ) - 2024-09-27
19
19
20
20
### Changed
21
21
22
- - Update media assets
22
+ * Update media assets
23
23
24
24
### Fixed
25
25
26
- - Save directory path in Windows is not formatted properly
26
+ * Save directory path in Windows is not formatted properly
27
27
28
- ** Full Changelog** : https://github.com/Thavarshan/comet/compare/v2.1.2...v2.2.1
28
+ ** Full Changelog** : < https://github.com/Thavarshan/comet/compare/v2.1.2...v2.2.1 >
29
29
30
30
## [ v2.1.2] ( https://github.com/Thavarshan/comet/compare/v2.0.4...v2.1.2 ) - 2024-09-21
31
31
32
32
### Added
33
33
34
- - Image conversion support using Jimp, enabling conversion of image formats such as PNG, JPEG, and BMP.
34
+ * Image conversion support using Jimp, enabling conversion of image formats such as PNG, JPEG, and BMP.
35
35
36
36
### Changed
37
37
38
- - Improved UI design with a cleaner layout and enhanced user experience.
39
- - Enhanced conversion performance with optimized resource usage, making conversions faster and more efficient.
40
- - Upgraded conversion quality, particularly improving audio output and overall media fidelity.
38
+ * Improved UI design with a cleaner layout and enhanced user experience.
39
+ * Enhanced conversion performance with optimized resource usage, making conversions faster and more efficient.
40
+ * Upgraded conversion quality, particularly improving audio output and overall media fidelity.
41
41
42
42
### Fixed
43
43
44
- - Fixed a non-persistent state issue where some settings (e.g., ` convertTo ` format) were not saved correctly between tab switches.
45
- - Resolved conversion issues with certain video files that failed to process on specific platforms and architectures.
46
- - Addressed conversion quality problems affecting the output of certain video files.
47
- - Solved high resource usage during conversions, reducing CPU and memory consumption.
48
- - Fixed a bug where removed files were still being processed in the conversion queue.
44
+ * Fixed a non-persistent state issue where some settings (e.g., ` convertTo ` format) were not saved correctly between tab switches.
45
+ * Resolved conversion issues with certain video files that failed to process on specific platforms and architectures.
46
+ * Addressed conversion quality problems affecting the output of certain video files.
47
+ * Solved high resource usage during conversions, reducing CPU and memory consumption.
48
+ * Fixed a bug where removed files were still being processed in the conversion queue.
49
49
50
- ** Full Changelog** : https://github.com/Thavarshan/comet/compare/v2.0.4...v2.1.2
50
+ ** Full Changelog** : < https://github.com/Thavarshan/comet/compare/v2.0.4...v2.1.2 >
51
51
52
52
## [ v2.0.4] ( https://github.com/Thavarshan/comet/compare/v1.0.0...v2.0.4 ) - 2024-09-14
53
53
54
54
### Added
55
55
56
- - Dark mode
57
- - Multi-language support
58
- - Audio conversion support
56
+ * Dark mode
57
+ * Multi-language support
58
+ * Audio conversion support
59
59
60
60
### Changed
61
61
62
- - Improved UI design with better user experience
63
- - Improved conversion performance withy less resource usage
64
- - Improved conversion quality with better audio quality
62
+ * Improved UI design with better user experience
63
+ * Improved conversion performance withy less resource usage
64
+ * Improved conversion quality with better audio quality
65
65
66
66
### Fixed
67
67
68
- - Non-persistent state issue
69
- - Conversion issue with some video files on some platforms and architectures
70
- - Conversion quality issue with some video files
71
- - High resource usage issue
72
- - Removed files would still be included in conversion queue
68
+ * Non-persistent state issue
69
+ * Conversion issue with some video files on some platforms and architectures
70
+ * Conversion quality issue with some video files
71
+ * High resource usage issue
72
+ * Removed files would still be included in conversion queue
73
73
74
- ** Full Changelog** : https://github.com/Thavarshan/comet/compare/v1.0.0...v2.0.4
74
+ ** Full Changelog** : < https://github.com/Thavarshan/comet/compare/v1.0.0...v2.0.4 >
75
75
76
76
## [ v1.0.0] ( https://github.com/Thavarshan/comet/compare/v0.0.3...v1.0.0 ) - 2024-09-02
77
77
@@ -81,33 +81,33 @@ Initial stable release.
81
81
82
82
### Added
83
83
84
- - Realtime conversion progress and UI updates ([ #13 ] ( https://github.com/Thavarshan/comet/issues/13 ) )
85
- - Cancel conversion featrue
86
- - Already converted indication on UI
87
- - Tooltips to cancel and remove buttons
84
+ * Realtime conversion progress and UI updates ([ #13 ] ( https://github.com/Thavarshan/comet/issues/13 ) )
85
+ * Cancel conversion featrue
86
+ * Already converted indication on UI
87
+ * Tooltips to cancel and remove buttons
88
88
89
89
### Changed
90
90
91
- - Use ` lucide-vue-next ` icons instead of ` @heroicons/vue `
92
- - Window dimensions
93
- - Use of ` ffprobe ` for video conversion progress tracking
94
- - Title bar content
91
+ * Use ` lucide-vue-next ` icons instead of ` @heroicons/vue `
92
+ * Window dimensions
93
+ * Use of ` ffprobe ` for video conversion progress tracking
94
+ * Title bar content
95
95
96
96
### Fixed
97
97
98
- - Invalid executable name on ` MacOS `
98
+ * Invalid executable name on ` MacOS `
99
99
100
100
## [ v0.0.2] ( https://github.com/Thavarshan/comet/compare/v0.0.1...v0.0.2 ) - 2024-08-22
101
101
102
102
### Added
103
103
104
- - Overhauled UI and icons
105
- - Update media content
104
+ * Overhauled UI and icons
105
+ * Update media content
106
106
107
107
### Fixed
108
108
109
- - Published distributables are corrupt ([ #5 ] ( https://github.com/Thavarshan/comet/issues/5 ) )
110
- - Unknown system error -88 ([ #1 ] ( https://github.com/Thavarshan/comet/issues/1 ) )
109
+ * Published distributables are corrupt ([ #5 ] ( https://github.com/Thavarshan/comet/issues/5 ) )
110
+ * Unknown system error -88 ([ #1 ] ( https://github.com/Thavarshan/comet/issues/1 ) )
111
111
112
112
## [ v0.0.1] ( https://github.com/Thavarshan/comet/compare/v0.0.0...v0.0.1 ) - 2024-08-17
113
113
0 commit comments