Commit graph

906 commits

Author SHA1 Message Date
timvisee
46750793bf
Merge branch 'wilmardo-fix-windows-ci-build'
See pull request timvisee/ffsend#31
2019-03-26 12:59:46 +01:00
timvisee
a4f9a23975
Mention PKGBUILD source locations in a comment 2019-03-26 12:47:21 +01:00
wilmardo
74ca880f11 Fixes the powershell hack for Windows Github release creation 2019-03-26 12:41:14 +01:00
timvisee
8872f375ca
Update AUR package release pipeline: proper names, proper URLs, sha sums 2019-03-26 12:36:16 +01:00
murlakatamenka
387b018182 Restore trimmed trailing whitespaces in README 2019-03-26 11:30:13 +03:00
murlakatamenka
01f8b50d03 Fix AUR package URL; remove yaourt example 2019-03-26 10:27:50 +03:00
timvisee
8f0fdc9751
Force brew package release pull requests, disable errorous AppVeyor command again 2019-03-25 21:47:42 +01:00
timvisee
4e7cdde829
Bump version to 0.2.42 2019-03-25 21:01:52 +01:00
timvisee
dbbf8ac8af
Fix missing import on Windows and macOS 2019-03-25 21:01:05 +01:00
timvisee
7a5a2379e8
Bump version to 0.2.41 2019-03-25 20:35:38 +01:00
timvisee
f0cac5767f
Fix Windows and macOS builds, only use quale dependency on Linux 2019-03-25 20:34:54 +01:00
timvisee
df04b7ae29
Bump version to 0.2.40, update dependencies 2019-03-25 20:22:32 +01:00
timvisee
cc5ad4c9b6
Attemp to fix GitHub release creation on AppVeyor once again 2019-03-25 20:21:31 +01:00
timvisee
8d7bbce4d0
Mention Fedora package in README 2019-03-25 20:12:35 +01:00
timvisee
53e5843fed
Rebuild if XCLIP_PATH or XSEL_PATH environment variable is changed 2019-03-25 19:16:50 +01:00
timvisee
5702367b84
Update clipboard error messages, to reflect support for xclip and xsel 2019-03-25 19:09:43 +01:00
timvisee
982027f33c
Add support for xsel clipboard as well, dynamically select at runtime
Fixes timvisee/ffsend#76
2019-03-25 18:55:34 +01:00
timvisee
c2dfd3e174
Show clipboard information on Linux in debug command output
Fixes gitlab.com/timvisee/ffsend#80
2019-03-25 17:55:53 +01:00
timvisee
32e0e1c48f
Do not use empty binary names 2019-03-25 17:40:53 +01:00
timvisee
f6bf067ff3
Attempt to fix brew push issue, explicitly save Git credentials on host 2019-03-24 18:28:23 +01:00
timvisee
de7945645a
Remove completer property from snapcraft configuration, not supported 2019-03-24 18:22:35 +01:00
timvisee
f51bd673ff
Add nix package installation instructions in README 2019-03-23 19:08:07 +01:00
timvisee
e9d5bec4f5
Bump version to 0.2.39, update dependencies 2019-03-23 18:58:15 +01:00
timvisee
13edd30ff4
Add bash completions file to snap package 2019-03-23 18:56:59 +01:00
timvisee
9d98220083
Move contributing guidelines file to a path GitHub recognizes 2019-03-23 18:54:56 +01:00
timvisee
6158cf6d14
Some contributing guideline improvements 2019-03-23 18:50:32 +01:00
timvisee
a29f380dbe
Add contributing guideline stubs 2019-03-23 18:47:10 +01:00
timvisee
40504e0fd3
Fix homebrew package installation command 2019-03-23 18:00:29 +01:00
timvisee
dc62db19d9
Mention macOS homebrew installation instructions in README 2019-03-23 17:54:35 +01:00
timvisee
d1571ac57f
Automate homebrew package updates using Travis CI 2019-03-23 17:48:27 +01:00
timvisee
fdbdec0722
Update rpassword dependency to 3.0.0 2019-03-21 09:23:14 +01:00
timvisee
c8a854d492
Fix unused import on non-Linux systems
See issue github.com/timvisee/ffsend#29
2019-03-20 00:26:47 +01:00
timvisee
14dbfdfd79
Improve README 2019-03-20 00:23:15 +01:00
timvisee
1376218d30
Describe scriptability in README 2019-03-20 00:20:06 +01:00
timvisee
c2920b507b
Show crate version in debug output 2019-03-19 23:32:20 +01:00
timvisee
8744e05372
Mention previous releases in README for not yet available artifacts 2019-03-19 23:30:51 +01:00
timvisee
8a7703a2ac
Test more compiler feature flag combinations on CI 2019-03-19 23:28:38 +01:00
timvisee
c04ad07b05
Bump version to 0.2.38, update dependencies 2019-03-19 23:19:34 +01:00
Tim Visée
12e6606164 Merge branch 'configurable-client' into 'master'
Add basic HTTP authentication support, update ffsend API dependency

See merge request timvisee/ffsend!23
2019-03-19 22:18:25 +00:00
timvisee
4890b59bd7
Update ffsend-api to 0.3.0 for basic HTTP authentication support 2019-03-19 23:14:20 +01:00
timvisee
556eed4a71
Implement basic HTTP authentication argument and environment variable 2019-03-19 22:09:42 +01:00
timvisee
0052a60503
Implement configurable ffsend API client for new ffsend API update 2019-03-19 21:53:56 +01:00
Tim Visée
2f10b2f057 Merge branch 'xclip_path' into 'master'
Support XCLIP_PATH at compilation to control the path to xclip

Closes #71

See merge request timvisee/ffsend!22
2019-03-19 06:59:15 +00:00
Lily Ballard
8bcf0e4a0e Support XCLIP_PATH at compilation to control the path to xclip
If the `XCLIP_PATH` env var is set during compilation, it will be used
to determine what binary to invoke for copying to the clipboard on
Linux. Otherwise `xclip` will be looked up in the `PATH`.

Fixes #71.
2019-03-18 21:23:57 -07:00
timvisee
f9dcdb0531
Bump version to 0.2.37, update dependencies 2019-03-18 22:42:44 +01:00
timvisee
a86b416640
Merge branch 'nagyf-history_file_permissions' into 'master'
See pull request timvisee/ffsend#26
2019-03-18 22:37:19 +01:00
Ferenc Nagy
50f27189de Set history file permissions on UNIX based systems 2019-03-18 22:29:39 +01:00
timvisee
9b1cf9dab4
Minor README improvements [ci skip] 2019-03-18 21:29:12 +01:00
timvisee
47db4dc7e9
Mention Docker alias in README 2019-03-18 17:09:03 +01:00
timvisee
0f96e3fd2e
Mark generated completion files as vendored for Linguist 2019-03-18 16:54:51 +01:00