Skip to content

Tags: mthies-unibi/espanso

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#1790 from espanso/dev

Version 2.2.1

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.2.0 (espanso#1789)

* fix: clippy warnings (espanso#1426)

* fix: bad window style that caused Search bar to crash on macOS ventura espanso#1413 and missed initialization that caused segmentation fault on some cases (espanso#1424)

* fix(detect): update sctk version to fix espanso#1057 on wayland

Co-authored-by: Ricky Kresslein <rk@lakoliu.com>

* chore: bump version

* chore(deps): bump regex from 1.4.6 to 1.5.5 (espanso#1428)

Bumps [regex](https://github.com/rust-lang/regex) from 1.4.6 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.4.6...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: version bump

* fix: clippy warnings (espanso#1487)

* fix: clippy warnings

* fix: clippy warning

* fix: clippy warnings

* fix: clippy warnings

* fix: clippy warnings

* fix: clippy warnings

* fix: clippy warnings

* fix: clippy warnings

* fix: clippy warnings

* fix: clippy warnings

* fix: cleanup and crate updates (espanso#1602)

* update incompatible packages

* fix some clippy warnings

* fix clippy warnings

* update winrt-notification version

* fix formatting

* fix warning

* fix warning

* fix: upgrade Rust version in Linux release pipeline

* Minor improvements to README (espanso#1581)

- Remove trailing spaces
- Remove inline HTML

* fix: compilation issues and warnings (espanso#1770)

* fix some warnings

* fix issue

* fix: bump rust version on Linux pipelines

* chore: bump cargo-deb dependency

* chore: refactor CI deployment pipelines (espanso#1771)

* chore: refactor CI deployment pipelines

* rollback test change

* chore(deps): bump webpki from 0.22.0 to 0.22.2 (espanso#1772)

Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2.
- [Commits](https://github.com/briansmith/webpki/commits)

---
updated-dependencies:
- dependency-name: webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(core): enable alt-code emulation by default on Windows (espanso#1603)

* fix(config): fix warning

* fix(config): fix warning

* chore(deps): bump openssl from 0.10.36 to 0.10.61 (espanso#1773)

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.36 to 0.10.61.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.36...openssl-v0.10.61)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: update documentation (espanso#1774)

* fix(detect): update sctk dependency to fix crash (espanso#1769)

* bump sctk to 16.1

* Update seats type and match statements to match sctk v16

* Improve code quality opting-in some `clippy` pedantic lints (espanso#1775)

* 🚨 Change single points of failure for `assert!`

* 🐛 Fix a missing `;`

* 🚨 Add missing `;` for consistent formatting

* 🚨 Fix `{}` with `{variable}` lint

* 🚨 Remove redundant else blocks

* 🚨 Separate numbers with `_` inbetween

* 🚨 Fix unused `&self` argument

* 🚨 Fix arg passed by value but not consumed-part 1

* 🚧 Trying to compile linux build

* Revert "🚨 Fix arg passed by value but not consumed-part 1"

This reverts commit 7c54210.

* Revert ":construction: Trying to compile linux build"

This reverts commit 617361d.

* 🚨 Change redundant closures with std methods

* 🚨 Change `for_each()` for `for` cycles

* 🚨 Add 2 more of `panic` in `if` statements

* 🚨 Change negative if for positive if

* 🚨 Fix unnested `or` patterns

* 🚨 Add some more `;`

* 🚨 Rename `_var` to `var` when it's possible

* 🚨 Remove `iter()` in for cycles

* 🐛 Fix `keys()` bug

* 🚨 Fix `"".to_string()` into `String::new()`

* 🚨 Fix `""to_owned()` into `String::new()`

* 🚨 Fix clippy and derive `Default` trait

* 🚨 Rename `_var` for `var` some more

* 🚨 Another block of adding `;`

* 🐛 Fix `_` unused var that breaks clippy

* 🚨 Fix _some_ star imports

* 🚨 Remove unnecessary use of `vec![]`

* chore: 📝 Update the path for windows portable compilation (espanso#1782)

* feat(core): add label to espanso cli on match (espanso#1720)

* refactor(match_cli): update print_matches functions to include label and handle errors

* fix formatting

* fix types

* fix optionality

---------

Co-authored-by: Federico Terzi <federico-terzi@users.noreply.github.com>

* fix(core): update package dependencies for Debian 12+ and Ubuntu 22.10+ (espanso#1697)

Removes '$auto' keyword to support dependencies

Fixes espanso#1674

Fixes espanso#1662

* docs: improve description of compilation on Windows (espanso#1785)

* chore: 🚨 more `clippy` pedantic lints (espanso#1779)

* 🚨 Fix 1 case of 1 if for 1 panic (do `assert!`)

* 🚨 Remove unnecessary `mut`

* 🚨 Fix `{}` with `{variable}` lint

* 🚨 Fix redundant closure

* 🚨 Fix `map(<f>).unwrap_or_else(<g>)`

* 🚨 Rewrite to `let...else`

* 🚨 Remove unnecessary hashes `#` in raw strings

* 🚨 Remove useless `for_each`

* 🚨 De-reference double referenced values (`&&`)

* 🚨 Add ` to documentation

* 🚨 A couple of lints

* 🚨 Replace `match` with 1 arm for `if let`

* 🚨 Change `Default` for `Struct::default()`

* 🚨 Change `Ok(_)` with `Ok(())`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: lakoliu <99976966+lakoliu@users.noreply.github.com>
Co-authored-by: Ricky Kresslein <rk@lakoliu.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ashish Bhatia <ashishb@ashishb.net>
Co-authored-by: Morgan <morgan.k@skiff.com>
Co-authored-by: Auca Coyan <aucacoyan@gmail.com>
Co-authored-by: Erwann Mest <m+github@kud.io>
Co-authored-by: Rick Calixte <10281587+rcalixte@users.noreply.github.com>
Co-authored-by: Nai Hao Cheng <chengnaihao@gmail.com>

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 2.1.8 (espanso#1429)

* fix: clippy warnings (espanso#1426)

* fix: bad window style that caused Search bar to crash on macOS ventura espanso#1413 and missed initialization that caused segmentation fault on some cases (espanso#1424)

* fix(detect): update sctk version to fix espanso#1057 on wayland

Co-authored-by: Ricky Kresslein <rk@lakoliu.com>

* chore: bump version

* chore(deps): bump regex from 1.4.6 to 1.5.5 (espanso#1428)

Bumps [regex](https://github.com/rust-lang/regex) from 1.4.6 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.4.6...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: lakoliu <99976966+lakoliu@users.noreply.github.com>
Co-authored-by: Ricky Kresslein <rk@lakoliu.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.1.7-beta

Toggle v2.1.7-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#1373 from espanso/dev

Version 2.1.7-beta

v2.1.6-beta

Toggle v2.1.6-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#1284 from espanso/dev

v2.1.6-beta

v2.1.5-beta

Toggle v2.1.5-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#1053 from federico-terzi/dev

Version 2.1.5-beta

v2.1.4-beta

Toggle v2.1.4-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#1022 from federico-terzi/dev

Version 2.1.4-beta

v2.1.3-alpha

Toggle v2.1.3-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#949 from federico-terzi/dev

v2.1.3-alpha

v2.1.2-alpha

Toggle v2.1.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#917 from federico-terzi/dev

v2.1.2-alpha

v2.1.1-alpha

Toggle v2.1.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request espanso#886 from federico-terzi/dev

v2.1.1-alpha