Skip to content

v1.8.3 - Images/Youtube Plugin Updates, PGUI Improvements, And More!

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 20 Apr 00:47
· 1431 commits to master since this release
9d09e17

Major Updates

For existing users, this update contains changes to your config.ini file. Please look at the sample_config.ini file in the template folder.
(Added 'Images_FrameColor=black' and 'Images_FrameSize' under 'Plugin_Settings' section)

Images Plugin

  • The images plugin now uses the PGUI system to push images to the mumble server.
  • Images posted in the mumble chat will have a frame added to it.
  • Added FrameColor support to PGUIs in the images plugin. The color is customizable in your config.ini file.
  • Added FrameSize support to PGUIs in the images plugin. The size is customizable in your config.ini file.

Example: Changing 'Images_FrameColor' value to 'blue' in the config (default=black):
This changes the frame around the image to the color blue.
image
Example: Changing 'Images_FrameSize' value to '0' in the config (default=5):
This changes the frame size around the image to 0 (no frame).
image

Image Source - Commons.wikimedia.org

Youtube Plugin

  • The youtube plugin frames thumbnail images from youtube videos better using the PGUI system.

All Updates

  • The image plugin now notifies users if they try to display an image that doesn't exist. (Works similarly to the sound_board plugin when trying to play a sound clip that doesn't exist)
  • Moved image handling code to a separate image_helper script
  • Added more helper methods to gui_helper script
  • Removed unused imports in various plugins
  • Fixed trailing whitespaces
  • Added italics method to gui_helper
  • Added underline method to gui_helper
  • Made caption text in quick_gui_img method optional
  • Updated pgui to allow pre-formatted image data
  • Updated images plugin to use pgui system
  • Updated youtube plugin to use refactored caption handling in pgui
  • Added container background color support to quick_gui_img method
  • Updated Travis CI
  • Updated unit tests
  • Updated image/youtube plugins to v1.8.3
  • Updated bot version to v1.8.3