Loading...
- v2026.02iOS
Redesigned Connections Screen - New connection list with card layout, inline editing, and login script editor. GMCP Improvements - Expanded GMCP protocol support with per-connection toggle in connection settings. Faster Connections - Reduced connection time by ~100ms through deferred initialization. Faster Alias Processing - Alias regex patterns are now compiled once and cached, eliminating repeated compilation on every command. Bug Fixes: - Fixed text selection drifting when the terminal buffer recycles during scrolling. - Fixed Return key incorrectly inserting a newline into the command field. - Fixed trigger debug highlights drifting on scroll and text roll. - Fixed capture group highlight column offsets. - Fixed telnet command handling issues.
- v1.5.17Android
- added setTimeout function to script engine - fixed #colour0 - silently ignores VT100 cursor control codes - fixed OSC8 parsing bug - added new gyro trigger options: phone turned to landscape and portrait modes - user can now add up to 3 custom notification actions that can be interacted with via Fado notification - fixed command line inputs on connections to Elysium, Enarian and Prometheus muds/mushes
- v2024.38iOS
+ Application is now free. + Fixed an issue where reconnect may not always work. + Added a `shouldThrottle(timeoutName, timeoutInSeconds)` method to help with throttling triggers. Example: if(shouldThrottle("attack bob", 10)) { command("do something"); } Would cause `do something` to be sent no more than once every ten seconds. + Fixed an issue where connecting to alteraeon may end up looking 'frozen'. - v2024.10iOS
+ Fixed an issue idle connections could be disconnected due to heartbeat issues. + Added a connect preference to disable local echo. + Added a connect preference to clear input prompt when sending a command.
- v2023.11iOS
+ Main screen now shows the number of online players (if the mud supports it). + Added support for sending terminal type. + Added support for sending terminal size.
- v2023.10iOS
+ Added support for MCCP. + Fixed some issues with editing triggers, aliases and notes.
- v2023.07iOS
+ Fixed a crash that could occur when clearing the screen.
- v2023.06iOS
+ Code has been moved into a shared library for the upcoming iOS version. + Changes to how processed triggers are handled. + Improvements to subscription handling. + Fixed an issue where some users were not being prompted for subscription.
- v2023.02iOS
+ Added settings. You can now change the font, and enable/disable spellcheck and displaying whitespace. + Added a 'Help' -> 'Scripting' menu item. + Added a 'View' -> 'Logs' menu item. + 'Show in Finder' for a trigger no longer crashes the app. + Subscription names have been fixed. + Possible fixed an issue with subscriptions not being properly recognized.
- v2022.17iOS
+ Adding a new trigger, alias, note now focuses on the title field (rather than the search field). + Sorting triggers, aliases, notes now handles numbers in the title properly.