You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
1
# Changelog
2
2
**All dates are in YYYY/MM/DD (Year-Month-Day)**
3
3
4
+
## [1.4.2] - 2025-01-07
5
+
6
+
### Fixed
7
+
-**Dark Theme Display Issues**: Resolved multiple areas where light/white sections appeared incorrectly in dark mode
8
+
-**File Info Background**: Fixed green gradient background that remained light in dark mode - now uses proper dark theme variant with subtle green tinting
9
+
-**SRT Preview Panel**: Corrected light gray background that didn't respect dark theme - now uses dark slate backgrounds
10
+
-**Update Modal Info**: Fixed blue info sections that stayed light - now uses dark theme compatible blue tinting
11
+
-**Changelog Headers**: Fixed purple gradient headers that ignored dark theme - now uses dark variants with proper contrast
12
+
-**Danger Buttons**: Corrected red buttons that used hardcoded colors - now uses theme-aware red variants with better dark mode visibility
13
+
-**Theme Preview Components**: Fixed preview elements that showed incorrect colors - now properly reflects actual theme appearance
14
+
-**Scrollbars**: Updated gradient scrollbars to be theme-aware instead of always light
15
+
-**Form Controls**: Fixed checkboxes and other controls that didn't properly theme
16
+
17
+
### Enhanced
18
+
-**CSS Variables System**: Extended existing theme system with 20+ new CSS custom properties for comprehensive dark theme coverage
19
+
-**Color Consistency**: Replaced all remaining hardcoded color values with CSS variable references for complete theme integration
20
+
-**Dark Theme Coverage**: Achieved 100% dark theme compatibility across all UI components and sections
21
+
-**Theme Transitions**: Maintained smooth 0.3s transitions for all newly themed elements
22
+
23
+
### Technical
24
+
- Added new CSS variables for file info, SRT preview, update modal, changelog, and button components
25
+
- Converted 13 hardcoded gradients to use CSS variable system
26
+
- Extended both light and dark theme variable definitions with proper contrast ratios
27
+
- Maintained backward compatibility with existing theme switching functionality
28
+
- Enhanced theme preview accuracy to match actual application appearance
0 commit comments