Skip to content

Releases: dacog/textexpander_android

1.1.0

03 Jun 22:40
Compare
Choose a tag to compare

Added

  • Support for traversing directories within the match folder to search for YAML files. This allows the app to handle configurations organized in subdirectories, improving the manageability of larger sets of expansion rules.
  • Support for multiple triggers per single replacement as documented in https://espanso.org/docs/matches/basics/#multiple-triggers. Users can now specify multiple trigger phrases that result in the same output, enhancing flexibility in text expansions in the same way is in the desktop app.

Changed

  • Updated the file parsing logic to recursively search through directories and subdirectories for YAML files, ensuring that all potential configurations are loaded.
  • Enhanced the text expansion functionality to check each trigger against the current text input, allowing for multiple triggers to be efficiently recognized and processed. In the background this means duplicated data (the same value in many rows) but this approach makes it less complex and easier to maintain.

Full Changelog: 1.0...1.1.0

1.0

02 Jun 07:09
Compare
Choose a tag to compare
1.0

First working version of the app.

How to use

  • install the app
  • copy your espanso folder into Documents/espanso. Make sure there is a match folder inside.
  • open the app and select the folder you just added.

That's it. You can now see your triggers.

Check the README for more instructions on Installing the app.