Releases: carsonip/Penguin-Subtitle-Player
Releases · carsonip/Penguin-Subtitle-Player
v1.6.0
v1.6.0 (2021-11-25)
Features
- Next Click Counts for Play and Pause (#76)
Bug Fixes
- Change default speed factor step to 0.001 (#86)
- Cosmetic changes
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
- macOS: Clang11, Qt5.9.9
v1.5.0
v1.5.0 (2021-05-31)
Features
- Migrate to uchardet for better encoding detection
Bug Fixes
- Fix program crash on invalid SSA input (#84)
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
- macOS: Clang11, Qt5.9.9
v1.4.0
v1.4.0 (2021-04-05)
Features
- Add support for WebVTT (.vtt) format
Bug Fixes
- Fix unformatted html tags in some cases with .srt (#78)
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
- OSX: Clang11, Qt5.9.9
v1.3.1
v1.3.1 (2020-06-22)
Bug Fixes
- Fix IO error on loading a non-ASCII file path in Windows (#73)
- Fix Linux binary dynamic link to libpng12-0 by updating build environment (#71)
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
- OSX: Clang11, Qt5.9.9
v1.3.0
v1.3.0 (2020-04-23)
Bug Fixes
- Fix prev and next buttons skip to beginning on gaps between subtitles (#68)
Enhancements
- Reset to beginning after reaching the end
- Minor optimization to UI and preferences wordings
- Support command line arguments
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
- OSX: Clang11, Qt5.9.9
v1.2.1
v1.2.1 (2019-01-13)
Bug Fixes
- Fix widgets (buttons) not showing up on mouse enter (#57)
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
v1.2.0
v1.2.0 (2019-01-12)
Features
- Skip to specified time (by clicking on the time display) (#56)
Compilation (of prebuilt binaries)
- Windows x64: MSVC14.0, Qt5.9.7
- Windows x86: MSVC14.0, Qt5.9.1
- Linux: G++, Qt5.9.1
v1.1.0
v1.1.0 (2017-10-05)
Features
- Add speed factor (playback speed/multiplier) (#16)
Bug Fixes
- Fix charset detection returning non-existent charset causing failure (#50)
Compilation (of prebuilt binaries)
- Windows: MSVC14.0, Qt5.9.1
- macOS: Xcode 7.3.1, G++, Qt5.9.1
- Linux: G++, Qt5.9.1
v1.0.1
v1.0.1 (2017-05-25)
Features
- Add about page in config dialog
- Default use detected encoding (#39)
- Improve default appearance settings (Font size, opacity)
Bug Fixes
- Fix subtitle not updating after skipping during pause (#40)
- macOS: compile using Qt5.9 to fix HiDPI pixelation (#42)
Compilation (of prebuilt binaries)
- Windows: MSVC2012 + Qt5.4
- macOS: G++ + Qt5.9.0
- Linux: G++ + Qt5.8.0
v1.0.0
v1.0.0 (2017-02-13)
Features
- Multiple subtitle formats supported (
.srt
, .ssa
, .ass
)
- Skip to previous / next subtitle
- Changes in UI
Bug Fixes
- Fix startup position problem