-
Notifications
You must be signed in to change notification settings - Fork 8
/
changelog.txt
33 lines (30 loc) · 1.29 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
v0.4
- add: System tray icon
- add: Selection of external subtitles in context menu of tray icon
- add: Open settings by left click on the tray icon
- add: Use of fonts in External Subs Fonts folder for SRT subtitles
- add: Libass is built with harfbuzz support
- add: Support of font ligatures
- add: Option to disable auto-load of external subtitles
- fix: Auto-load of subtitles with unicode characters
- fix: Auto-load of SRT subtitles on a different codepage than en_us
- Settings page is now split in two: General Settings and SRT Settings
- Add support for Visual Studio 2017
- Use my fork of libass
- Update libass asm building tools : Now use nasm instead of yasm
v0.3
- add: Reset Settings button
- add: Auto-load of external subtitles
- add: Better SRT subtitles parser
- fix: Blur setting not working
- Values in the settings are now more in line with thoses of VSFilter
- Update to Visual Studio Update 3
v0.2
- add: Support(incomplete) for movable subtitles (SRT)
- add: Support for drawing subtitles at custom resolution
- fix: The Apply button now activate when a change is made in Custom Tags
- fix: Random crash when the media player open a file
- fix: "Please update your subtitle renderer" message on madVR
- fix: Badly displayed subtitles with mpc-be internal mkv splitter
v0.1
- Initial Release