Releases: Jmgr/actiona
Releases · Jmgr/actiona
3.11.1
Global
- Added support for "make install"
- Windows: fixed stdout and stderr not being printed in the command prompt
- Linux: added metainfo, fixed installation of file in standard places
Interface
- Fixed issue in the code editor where validation would fail without reason - @deoxify
Code
- Fixed Console not being available when using actexec
- Fixed missing constructor for File
- Fixed inability to call static methods in Process
Contributors
Thank you very much to all the beta testers: IceLab, MDLE46, The Poupouillou, Fredy123, J_Game, Pixfus and potdemiel2303.
Thanks to @deoxify for contributing to this release!
3.11.0
Global
- Improved loading times (migrated actions from plugins to libraries)
- Added a Random action
- Upgraded to Qt6
- Now hiding Actiona when a screenshot is taken
- Windows: improved screenshooter
- Added procedure jump checks
- Linux: fixed a crash when X11 is not available (display an error message and close instead)
- Fixed a crash in the FindImage action when the image could not be found and the "if not found" action was a goto
- Fixed a potential memory corruption in the FindImage action and Image code
- Fixed a bug when writing a script where a "version" property was missing, prevent the script from being open with older versions of Actiona
- Fixed a crash in the FindImage action when the input image was using indexed colors
- Fixed code action being blocking if no code was entered
- Linux: fixed pixel color
- Linux: fixed percentage position calculation
- Fixed a crash when reducing the number of recently opened files
- Fixed actions not starting if a short pre-pause is used
- Removed script format validation
Interface
- Added support for dark and light themes
- Added "stop execution" to if actions
- Added a max entries to the console window
- Added current line in execution window
- Settings UI: fixed not being able to specify a key and a modifier
- Fixed a bug in the text evaluation where multiple variables would not be correctly detected
- Code editor: highlighting: updated used and reserved JS keywords
- Code editor: fixed line number display - @deoxify
- Code editor: removed current line highlight
- Code editor: made the code editor use a monospace font
- Code editor: updated colors to be compatible with dark and light themes - @deoxify
- Fixed console window glitch when running a small script
- Linux: fixed screenshot wizard
- Linux: fixed window selection
Code
- Added an option to the Web class to send raw POST data
- Fixed an issue with some code classes that could not be created by an existing instance of that class
- Fixed an issue with code classes where parameters containing other code classes could not be used
- Fixed an issue when code classes triggered an error in their constructors
- Fixed a bug when searching through windows using Code, where all windows would be selected every time
- Linux: fixed screen capture in Image
Contributors
Thank you very much to all the beta testers: IceLab, MDLE46, The Poupouillou, Fredy123, J_Game, Pixfus and potdemiel2303.
Thanks to @deoxify for contributing to this release!