Releases: outlander-app/outlander
Releases · outlander-app/outlander
2.0 Beta
Fixes
- Allow empty #var values
- Set theme of AutoMapper Window based on macOS theme
Features
- Add
capitalizeandtitlecasefunctions - Add character name to AutoMapper window
2.0 Beta
Fixes
- fix
$lastcommandreplacement - fix send each line to triggers vs. blocks of text
- fix format numbers to 2 decimals
- several fixes and scenario handling in automapper
Features
- add drop down for map selection in map window
- add map window scrolling to current room
- add save display learned toggle to
exptracker:displaylearned - add
#evaland#evalmathcommands - add
#triggerand#highlightsettings commands - add empty
$0ingosubarguments if no arguments provided - add
paddingproperty to window settings,width,height
2.0 Beta
Fixes
- Regex variables will now take precedence over label variables, since both use the
$prefix - Any existing regex variables will be cleared when navigating to a label
- Fix issue with removing scripts that started from sub directories
- Fixed a few potential issues with gosub/goto label variables not properly getting parsed into arguments
- Script variables will now properly display in a "natural sort" vs. "lexical sort". (
Foo2will display beforeFoo12).
Features
&variable prefix is now support for label variables.#plugincommand added, and external plugins are now supported! A newPluginsfolder has been added and any.bundlefiles in that folder will be loaded.- This is accomplished by creating a
bundleinXcodeand importing this compiled shared framework. - Example plugin code + repo: https://github.com/outlander-app/example-plugin/blob/main/Plugin.swift
- Note: Plugins may need to be signed with an Apple Developer's certificate. 😞
- This is accomplished by creating a
2.0 Beta
Fixes
- Fixed bug with stacked ifs
mathscript command will now treat empty or undefined variables as0- Fixed being able to use variables with
.in the name as indexers - Fixed a number of race conditions
- Fixed macro keys getting input into command prompt when command prompt not focused
- Fixed
Auto Scrolltoggling
Features
- Added
#subscommand - Added some additional keyboard handling to command prompt (left/right arrows, home/end)
- Added better
allsupport andhelpto#classcommand - Added basic
helpto#preset - Using
#sendwithout any input will now show any queued up commands.
2.0 Beta
Fixes
- Inline "short variables" that did not have leading/trailing
.or_should now be getting replaced. - Fix setting empty
gosublabel arguments - Fix trying to treat indexed variables as functions in expressions
Features
- A new
Iconsfolder has been added which will contain the icons for the application. These can be replaced with player's choice of icons. - Auto Scroll setting has been added to each window which can be toggled on/off. Not saved between sessions.
2.0 Beta
Fixes
- Update "display learned" flag in ExpTracker to display mind state changes vs. rank gains
- Fix issue where an "empty" echo to a specific window would instead echo to the main window
- Fixed issue where an empty monster highlight regex was attempted to be used
- Process highlights/gags/subs not on main thread
Features
- Support
ExpBrieftoggle - Add
exptracker:learned,exptracker:pulse,exptracker:textpresets - Add
#parsecommand, supportingclear,load/reload,save - Added support for using the math symbol (
+-/%) vs. just the text with themathcommand
2.0 Beta
Fixes
evalandevalmath- missing
math modulus
2.0 Beta
Fixed
- The default x,y on Primary is a little crazy. It spawned nearly off my screen.
- #log isn’t adding line breaks
- additional case where some functions may have not provided match groups
Added features
added statusbartext, roundtime, commandinput presets, and the window title will now be set with the font/fontcolor/backgroundcolor of the primary window in layout
Can I see set the color of the command prompt area?Can I set the RT countdown color? (edited)Can I control the window title color + left/right hands?
2.0 Beta
v2.0.4 bump version
2.0 Beta
v2.0.3 Fix var replacement with aliases