Skip to content

Releases: outlander-app/outlander

2.0 Beta

09 Dec 09:22

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Allow empty #var values
  • Set theme of AutoMapper Window based on macOS theme

Features

  • Add capitalize and titlecase functions
  • Add character name to AutoMapper window

2.0 Beta

08 Dec 08:31

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • fix $lastcommand replacement
  • 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 #eval and #evalmath commands
  • add #trigger and #highlight settings commands
  • add empty $0 in gosub arguments if no arguments provided
  • add padding property to window settings, width,height

2.0 Beta

07 Dec 03:49

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

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". (Foo2 will display before Foo12).

Features

  • & variable prefix is now support for label variables.
  • #plugin command added, and external plugins are now supported! A new Plugins folder has been added and any .bundle files in that folder will be loaded.

2.0 Beta

04 Dec 10:13

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Fixed bug with stacked ifs
  • math script command will now treat empty or undefined variables as 0
  • 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 Scroll toggling

Features

  • Added #subs command
  • Added some additional keyboard handling to command prompt (left/right arrows, home/end)
  • Added better all support and help to #class command
  • Added basic help to #preset
  • Using #send without any input will now show any queued up commands.

2.0 Beta

03 Dec 06:36

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • Inline "short variables" that did not have leading/trailing . or _ should now be getting replaced.
  • Fix setting empty gosub label arguments
  • Fix trying to treat indexed variables as functions in expressions

Features

  • A new Icons folder 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

02 Dec 09:03

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

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 ExpBrief toggle
  • Add exptracker:learned, exptracker:pulse, exptracker:text presets
  • Add #parse command, supporting clear, load/reload, save
  • Added support for using the math symbol (+-/%) vs. just the text with the math command

2.0 Beta

01 Dec 23:40

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

Fixes

  • eval and evalmath
  • missing math modulus

2.0 Beta

01 Dec 07:39

Choose a tag to compare

2.0 Beta Pre-release
Pre-release

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

01 Dec 04:21

Choose a tag to compare

2.0 Beta Pre-release
Pre-release
v2.0.4

bump version

2.0 Beta

01 Dec 03:39

Choose a tag to compare

2.0 Beta Pre-release
Pre-release
v2.0.3

Fix var replacement with aliases