Skip to content

Commit

Permalink
Update CHANGELOG.md and README.md for new version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacog committed Jun 3, 2024
1 parent 991a2f6 commit 72400e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.0] - 2024-06-04

### 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. This is at the same time a Fix because I though I had implemented already.
- 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
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ I am now using Linux and Windows at work, and just got an Android Phone and I th

## Features

- **Parse YAML Files:** Reads `.yml` files from the `Documents/espanso/match` directory to load text expansion triggers and values.
(1.1.0 - 2024-06-04)
- **Supports multiple triggers** as documented in https://espanso.org/docs/matches/basics/#multiple-triggers
- Traverses `match` folder and all its **subdirectories**, including package, in search of YAML files.

(1.0 - 2024-06-02)
- **Parse YAML Files:** Reads `.yml` files from the `espanso/match` directory (when `espanso` is selected as folder) to load text expansion triggers and values.
- **List Files and Triggers:** Displays the list of YAML files and their triggers and values.
- **Search Functionality:** Provides a search bar to filter triggers and values.
- **Search Functionality:** Provides a (fuzzy) search bar to filter triggers and values.
- **Clipboard Copy:** Copies the value of a trigger to the clipboard when a trigger-value pair is clicked.
- **Text Expansion:** Expands text shortcuts into longer predefined phrases in any app using an Accessibility Service.

Expand Down

0 comments on commit 72400e9

Please sign in to comment.