Skip to content

Releases: kkartaltepe/obs-text-pango

v1.0 release

20 Apr 05:11
Compare
Choose a tag to compare

Not much has been changing so Im marking the current master as v1.0
Nothing has changed since v0.4.1 just some cmake changes and docs modified.

This release includes a compiled binary for ubuntu 19.10. It will probably work on other ubuntus, but you must still install all the dependencies listed in the README.

If you are using windows or mac, please use the v0.4.1 release binaries.

v0.4.1

31 May 21:53
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

This release simply changes the max texture limits to be more inline with the platforms OBS is targeting. Notably increasing them from the very conservative limits I chose earlier.

If you have issues with text being cut off try this release, otherwise its the same as v0.4

v0.4

15 May 00:20
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Lots of fixes this patch.

  • Update Mac libraries so loading as fast as Windows and Linux
  • This update also brings Emojis to Mac! 👍
  • Select a specific font file to use without needing to install it.
  • Default to system font configuration and fallback to config packaged with the plugin
  • Fix selection of the font backend (prevented compilation on Linux/Mac)
  • Prevent performance degradation for some very specific edge cases.
  • Way faster rendering of large amounts of text
  • Way less memory usage large amounts of text
  • Better error messages
  • Remove some debugging logging that was left in

v0.3.1-beta

19 Apr 02:33
Compare
Choose a tag to compare
v0.3.1-beta Pre-release
Pre-release

Fix chatlog mode always being on, can now read entire files.
Auto detect utf-8, utf-16, and system default encoding for text files. Allows overriding with nearly any encoding.
Fix drop shadows for bitmap characters like emojis.
Allow overriding system language to ensure proper glyph rendering.
Make gradients go from top to bottom of visible glyphs instead of font estimated rise and floor.

--0.3.1
Hotfix for crashes on empty files.

v0.3

20 Apr 03:07
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Fix chatlog mode always being on, can now read entire files.
Auto detect utf-8, utf-16, and system default encoding for text files. Allows overriding with nearly any encoding.
Fix drop shadows for bitmap characters like emojis.
Allow overriding system language to ensure proper glyph rendering.
Make gradients go from top to bottom of visible glyphs instead of font estimated rise and floor.

(These are the same binaries as 0.3.1 since the obs site refuses to point to the new release.)

v0.2-beta

27 Mar 04:23
Compare
Choose a tag to compare
v0.2-beta Pre-release
Pre-release

Beta release for users to try out.
Featuring:

  • Multi language support on all platforms: full support for Arabic, Hindi, Thai, CJK, Emoji, and more.
  • Proper Serif/Sans fallback fonts
  • Proper rendering for vertical scripts
  • Proper rendering for RTL scripts
  • Proper outlines (no bars over overlapping text like in arabic/hindi/emoji)
  • Per line gradients
  • Drop shadows