All Your Onetastic Options in One Place
October 15, 2022
Onetastic update 5.4.0 brings various options and settings of Onetastic in one place, allowing you to easily manage them. The new Onetastic Options dialog can be accessed from Tools and Settings menu:
Here you can manage which features of Onetastic to be displayed in the ribbon. If you aren't using some of the Onetastic features, you can remove them from the ribbon by unchecking them here, saving space on your ribbon.
You can also manage your Macro Editor settings, your update notification settings and your license settings in this dialog, all of which were available previously but are now together in this dialog.
New Date/Time Functions
This update also adds new date/time functions that make it easy to create date/time values and perform arithmetic operations on them:
- DateTime: Create a date/time value from given year, month, day, hour, minute, and second values.
- TimeSpan: Create a time span value that can be added or subtracted from a date/time object using DateTime_Add and DateTime_Subtract functions.
- DateTime_ToString: Convert a date/time value to its string representation in local or UTC timezone
- DateTime_FromString: Create a date/time value by parsing a string representation of it.
- DateTime_Add: Create a date/time value by adding the given time span to the given date/time value.
- DateTime_Subtract: Create a new date/time value by subtracting the given time span from the given date/time value. It can also be used to subtract two date/time values to find the difference between them as a time span value.
Other Fixes and Improvements
In addition to new options dialog and date/time functions, this update contains a number of other improvements and fixes:
- If a macro in Macroland is replaced by a different macro, users who have the old macro installed will now have an option to upgrade to the new macro
- Macro dialogs now automatically resize to accommodate larger text
- Compact mode for Macros now take even less space in the ribbon
- If Onetastic crashes, you now have option to submit the current page content to help aid the diagnosis for the crash
Comments