Skip to content

v0.6.1 release (VideoTile rework)

Compare
Choose a tag to compare
@BluABK BluABK released this 05 Apr 23:15
· 147 commits to master since this release

Bumping to v0.6.1 already due to v0.6.0 having a pretty bad bug with font sizing/ellisson and this VideoTile rework is far better than what was previously. Elements should behave sanely now and there's no longer any need for setting pixel size and other hacks of that nature.

v0.6.1 Changelog

  • Removed no longer necessary pixel size hacks from config.
  • Made VideoTile element line height configurable.
  • Reworked VideoTile element QLabel ellison logic; QLabel width * modifier (0.28) * lines.
  • Reworked VideoTile element QLabel height logic; Set height equal to line amount and add some newline
    spacing for unicode.
  • Changed VideoTile layout from VBox to Grid, because grid is not plagued by forced padding between all items.
  • Changed broken update_font to an elide_text function and made VideoTile classes override setText to make ellison
    default.