Releases: jbwong05/obs-text-slideshow
Releases · jbwong05/obs-text-slideshow
v2.0.0-alpha
What's Changed
- Sync back main branch with dev by @jbwong05 in #48
- OBS v28/29 compatibility by @jbwong05 in #53
- Release v2.0.0 alpha by @jbwong05 in #54
Full Changelog: v1.5.2...v2.0.0-alpha
Note
This is an alpha release that has not been thoroughly tested but I thought it was better to try and release something somewhat functional rather than nothing. Bugs are expected
Installation
Unfortunately installers are not yet functional so installation is manual. However, I thought it was better to try and release something rather than nothing
Windows
- Copy the plugin libraries to the folder where the rest of the plugins are installed (for me this is
C:\Program Files\obs-studio\obs-plugins\64bit
) - Copy the locale files to where the folder where the rest of the plugin locale files are installed (for me this is
C:\Program Files\obs-studio\data\obs-plugins\obs-text-slideshow\locale
)
Linux
- Copy the
.so
to the location where the rest of the plugin.so
files are located (for me on Kubuntu 22.04.2 this is/usr/lib/x86_64-linux-gnu/obs-plugins
) - Copy the locale files to the location where the rest of the plugin locale files are located (for me this is at
/usr/share/obs/obs-plugins/obs-text-slideshow/locale
)
v1.5.2
v1.5.1
v1.5.0
v1.4.0
v1.3.0
Changes and Fixes
- Added UTF-8 file reading as requested by #1
- Possible chance to support UTF-16, however there is limited support for UTF-16 by the existing FreeType2 and GDI+ text plugins which are used behind the scenes
- Expected file format:
text for first
text source
text for second text source
text for third text
source
single line is supported
multiline is
supported
etc.
v1.2.0
Changes and Fixes
- Fixed the dock source order not matching the source list
- Fixed desyncing issue where toggling between manual/auto mode using the play/pause button would not be reflected in the source's settings
- Updated the windows installer url
- Fixed #2 where GDI+ text sources always appeared centered
- Allowed already selected sources in the dock to still be transitioned to
- Fixed race condition where the dock would appear empty because texts were being retrieved before available
- Janky fix for #3. Will be looking for more proper solution in the future
v1.1.1
v1.1.0
Changes and Fixes
- Added text slide show dock to make manually jumping and transitioning to different text sources easier
- Currently a refresh button is required to refresh the dock because there is no source add/edit event in the obs-frontend-api; possible workarounds being investigated
- Fixed missing locales for some of the Free Type 2 settings
- Added some missing licenses
- Fixed issue with macOS packaging where the incorrect dependency paths were being updated