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
)