Commit Graph

508 Commits

Author SHA1 Message Date
Federico Terzi
c9a33bf356
Merge pull request #466 from federico-terzi/dev
Version 0.7.2
2020-09-24 17:35:07 +02:00
Federico Terzi
b23763d4de Change menu icon on macOS when disabled. Fix #432 2020-09-22 22:23:39 +02:00
Federico Terzi
ff13da9a85 Fix formatting 2020-09-22 21:46:39 +02:00
Federico Terzi
b13745ccd2 Fix modulo stub creation process 2020-09-16 20:02:02 +02:00
Federico Terzi
137eae322d Fix modulo stub creation process 2020-09-16 20:01:19 +02:00
Federico Terzi
d43f7ae205 Add icon to modulo stub app 2020-09-16 20:00:04 +02:00
Federico Terzi
8f8d5f2f1c Add proxy setting for install command. Fix #408 2020-09-16 19:49:12 +02:00
Federico Terzi
99f048fcd7 Wait until modifier keys are released after form on Windows. Fix #440 2020-09-09 19:55:05 +02:00
Freddy
fbfafe3564 Improve modulo app bundle generation. Fix #430 2020-09-08 22:00:24 +02:00
Federico Terzi
e94567b37b Add modulo app stub auto-generation draft. #430 2020-09-08 21:40:35 +02:00
Federico Terzi
66f4d0964b Version bump 2020-09-03 21:45:25 +02:00
Federico Terzi
0c59d79a0b Fix #422 2020-09-03 21:37:15 +02:00
Federico Terzi
fc4b375a3c
Merge pull request #427 from federico-terzi/dev
Fix clipboard bug on Windows. Fix #418
2020-08-26 21:24:57 +02:00
Federico Terzi
82caf06783 Fix clipboard bug on Windows. Fix #418 2020-08-26 21:12:59 +02:00
Federico Terzi
e2606938f3
Merge pull request #425 from federico-terzi/dev
Version 0.7.1
2020-08-26 20:03:11 +02:00
Federico Terzi
270b603e8f Fix #418 2020-08-26 19:29:45 +02:00
Federico Terzi
56f1d02d23 Version bump 0.7.1 2020-08-26 18:54:51 +02:00
Federico Terzi
aee239dfef
Merge pull request #414 from idcrook/issue413_homebrew_download
fix espanso versioned release download URL for Homebrew recipe
2020-08-23 00:44:44 +02:00
David Crook
c021fbd01a fix espanso versioned release download URL for Homebrew recipe 2020-08-22 15:35:14 -06:00
Federico Terzi
0d60a40aae
Merge pull request #404 from federico-terzi/dev
Version 0.7.0
2020-08-22 20:46:00 +02:00
Federico Terzi
574759cc7f Merge branch 'dev' of https://github.com/federico-terzi/espanso into dev 2020-08-16 20:23:29 +02:00
Federico Terzi
695c44c691 Add icon and title to modulo forms 2020-08-16 20:22:58 +02:00
Federico Terzi
2d44c51dad Merge branch 'dev' of github.com:federico-terzi/espanso into dev 2020-08-16 19:06:23 +02:00
Federico Terzi
b2bfb9737f Include modulo in macOS packaging 2020-08-16 19:06:19 +02:00
Federico Terzi
510a886b08 Fix console showing on Windows when using Form extension 2020-08-16 18:56:07 +02:00
Federico Terzi
4ad96eb2f3 Update packager to include modulo on Windows 2020-08-16 17:25:48 +02:00
Federico Terzi
b9fad30878 Make tray icon red on Windows when disabled. Fix #293 2020-08-15 21:07:41 +02:00
Federico Terzi
411078a503 Fix formatting 2020-08-15 19:35:14 +02:00
Federico Terzi
161017f024 Fix bug that prevented test runs on Windows 2020-08-15 19:34:30 +02:00
Federico Terzi
fbb2eb663b Avoid showing shell window on Windows. Fix #249. Improve cross-platform script paths. Fix #380 2020-08-15 19:02:32 +02:00
Federico Terzi
537e1360bb Add offset parameter to date extension. Fix #311 2020-08-15 18:11:23 +02:00
Federico Terzi
a2a73efe74
Merge pull request #373 from AndydeCleyre/bugfix/372
Tighten passive expansion process
2020-08-13 19:18:18 +02:00
Federico Terzi
67bd2fefe3 Avoid reloading espanso with hidden files. Fix #393 2020-08-13 19:16:09 +02:00
Federico Terzi
9383264952 Update gitignore 2020-08-13 19:02:35 +02:00
Federico Terzi
97d11fd34e Improve macOS form handling 2020-08-12 22:04:02 +02:00
Federico Terzi
f17898bfd7 Merge branch 'undo-backspace' into dev 2020-08-12 20:38:36 +02:00
Federico Terzi
64dd7b9074 Fix undo backspace on macOS 2020-08-12 20:37:15 +02:00
Federico Terzi
34e08e6ec8 Add form translation 2020-08-11 22:04:44 +02:00
Federico Terzi
316ebbb502 Inject Env Variables in WSL shell command 2020-08-09 19:20:33 +02:00
Federico Terzi
45f90c87ed Add form extension 2020-08-09 11:48:23 +02:00
Federico Terzi
400d8cf9d8 Disallow backspace undo if cursor hints are used 2020-08-08 22:47:11 +02:00
Federico Terzi
61c17b26a4 Add experimental backspace undo feature 2020-08-08 22:25:13 +02:00
Federico Terzi
a6b78e7142 Refactor variable system 2020-08-03 22:03:39 +02:00
Federico Terzi
2a49231fbf Version bump 0.7.0 2020-08-02 18:31:24 +02:00
Andy Kluger
8428457be1 Restore original clipboard before render, in case it's used during render 2020-07-15 16:47:18 -04:00
Federico Terzi
a4e30fdc64 Add delay and remove hardcoded amount 2020-07-15 16:45:37 -04:00
Andy Kluger
e784b94792 Tighten passive expansion process:
- Don't abort if original clipboard is None (why should we?)
- Don't abort if original clipboard has the same text as that selected
- If original clipboard has text, restore that text before render
- If original clipboard has text, restore that text in case of aborted expansion

Note: will unfortunately remove non-text data (image) from clipboard if no text
is selected when passive expansion is triggered

Fixes #372

Fixes #365 (supersedes #368)
2020-07-15 16:45:37 -04:00
Federico Terzi
44322a74a7 Merge branch 'pr-359' into dev 2020-07-14 18:44:22 +02:00
Federico Terzi
29644ac97d Version bump 0.6.4 2020-07-14 18:44:12 +02:00
Ralph Caraveo
239461e520 just render the original command 2020-07-10 21:47:10 -07:00