General Updates
Improvements
- Introduced a new
slideshow
accessory view. - Added a new
-disable_quit
argument to prevent the command cmd+q from closing the UI. Close #180 - Added support for displaying GIFs in the image accessory view. Close #165
- Introduced a new payload key for the
datepicker
accessory view to specify a limited range for selecting dates/times. Close #178
Bug Fixes
- Resolved an issue where incorrect behavior occurred when both
-unmovable
and -always_on_top
arguments were used simultaneously. Close #193
Pop-up
Improvements
- Added a new
-custom_width
argument to set a custom width for the pop-up UI. Close #133 - Introduced a new
-buttonless
argument for displaying a pop-up UI without any visible destructive CTA (Call to Action) buttons. Close #179
Bug Fixes
- Fixed a problem with custom icon sizing in the pop-up UI, which previously caused text to be cropped. Close #189