New
v2.3.0
Automatically released by CI
espanso v2.3.0
✨ New Features
-
Timezone Selection in
{date}Extension- You can now generate dates and times in any timezone using the new
tzparameter. For example:- trigger: ":today" replace: "{{mytime}}" vars: - name: mytime type: date params: format: "%H:%M" locale: en-AG tz: America/Los_Angeles - Choose from the database of IANA timezones such as
"UTC","Europe/Paris","Asia/Tokyo", etc.
- You can now generate dates and times in any timezone using the new
-
Configurable Regex Buffer Size
- Advanced users can now adjust the maximum number of characters stored for regex-based triggers. The default (previously not editable) is 50. We recommend to set a reasonable low number.
- Add
max_regex_buffer_size: <number>to yourdefault.yml
-
Empty Triggers are Safely Ignored