Added new "New Notecard" button to the Build Window's Content tab.
Creates a new notecard directly in the objects content inventory.
New scripts and notecards automatically appear at the top of the content inventory with the new object having renamed automatically enabled.
Added flag to settings to store a backup of inventory flags, which is used to disable popup of new objects appearing in the main inventory as new notecards need to appear in the user inventory before being moved over to the object's content inventory.
The aws/tap that ius preinstalled on the macos runner seems to be conflicting... let's ignore it. Here is the warning we're hoping to remove.
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
Added a searchString method, which uses the regex::string as regex::match requires the entire string to match and does not support multiline content like search does.
Also changed the regex::match to use ll_regex_match and used ll_regex_search for searchString method to match the rest of the codebase.
Prevous code would miss all lines before the ! but would work for any after. With the search only on the content, rules that use regex now work correctly.
Also, was unable to reproduce the crash. Tried to reproduce the conditions, but could not trigger.
Increased the API key length up to 90 characters on the input field.
Looked up the limits on MS API key, for AI it supports 80+ characters.
It seems the limit changed from 32 characters to 84+ for added security.
I setup an account and was able to paste in my long API key and was able to test out the translation service and it worked.
- Added new reply_delay value to all rules. Each rule can now specify from 0.0 to 3.0 seconds of delay.
- 0.0 does not delay and sends the response right away.
- Added new spinner to the floater_omnifiler.xml to allow the user to.
- Fixed warnings from uninitialized class member variables.
- Updated file version to 4 as the structure of the XML has changed.
- Import/Export code updated to support new value.
-