Commit graph

181 commits

Author SHA1 Message Date
timvisee
a261afe749
Update ffsend-api dependency to 0.5.0, change min Rust version to 1.39 2020-01-20 18:00:52 +01:00
timvisee
638b69325e
Bump version to 0.2.58 2019-12-29 16:12:51 +01:00
Kslr
18a578d7d8
Update README.md 2019-12-15 15:55:31 +08:00
timvisee
55e165f315
Bump version to 0.2.57 2019-12-05 14:38:33 +01:00
Bram Crielaard
43c6da8cda
Keep recommending ffsend-bin 2019-12-03 19:59:10 +01:00
Bram Crielaard
d2427d78a9
Remove reference to Aurget
Aurget has been deprecated: https://github.com/pbrisbin/aurget/issues/66
As such I would recommend removing it from the install instructions.
2019-12-03 19:59:10 +01:00
timvisee
34b829fca1
Bump version to 0.2.56 2019-12-03 13:48:19 +01:00
timvisee
1082df1d2c
Add Android Termux installation instructions 2019-12-01 12:16:18 +01:00
timvisee
bf36925786
Update minimum Rust requirement to 1.37, fixing CI build 2019-11-06 17:33:46 +01:00
timvisee
a4305e19da
Bump version to 0.2.55, fix history for uploads with custom expiry 2019-10-30 21:51:18 +01:00
timvisee
43c1480233
Fix typo introduced in last commit 2019-10-28 12:38:07 +01:00
timvisee
cc88186b0e
Mention that newer OpenSSL versions can be installed on Windows as well 2019-10-28 12:36:55 +01:00
timvisee
7729ee258d
Bump version to 0.2.54 2019-10-25 15:05:02 +02:00
Tim Visée
4a89cc3f82 Merge branch '85-make-upload-expiry-time-configurable' into 'master'
Resolve "Make upload expiry time configurable"

Closes #85

See merge request timvisee/ffsend!30
2019-10-25 13:03:48 +00:00
timvisee
5f21f49aec
Bump version to 0.2.53 2019-10-25 14:56:49 +02:00
timvisee
9a633d4941
Update README to reflect latest changes 2019-10-24 17:29:08 +02:00
timvisee
9076744ead
Add notice in README for snap package, it might be troublesome 2019-10-16 22:22:37 +02:00
timvisee
76a1328a77
Bump version to 0.2.52, update dependencies to fix nightly compilation 2019-09-29 22:24:18 +02:00
timvisee
29c5c8c975
Add contributed Alpine package to README, link some existing packages 2019-09-24 22:00:44 +02:00
timvisee
17c7f62787
Remove crate download count badge 2019-09-08 17:41:38 +02:00
timvisee
e98ddafda7
Bump version to 0.2.51, install shell completions and update dependencies 2019-08-29 22:07:02 +02:00
timvisee
0c9f0a01c3
Bump version to 0.2.50, update dependencies 2019-08-25 15:34:49 +02:00
timvisee
bfe30e1be3
Change minimum Rust version to 1.34 2019-08-04 23:17:12 +02:00
timvisee
c8f3275ed7
Bump version to 0.2.49, update dependencies 2019-06-29 16:14:12 +02:00
timvisee
0394579a2d
Update upload limit in README for Firefox Send service 2019-06-22 22:32:05 +02:00
timvisee
d81b7951ad
Bump version to 0.2.48 2019-06-21 00:20:37 +02:00
timvisee
7e27d7928a
Bump version to 0.2.47, update dependencies 2019-06-20 22:40:41 +02:00
timvisee
b228e41753
Update README to match changes in latest commit by @Gahr 2019-06-03 00:47:36 +02:00
timvisee
757d672df6
Add simple check for up-to-date Cargo.lock in CI, update dependencies 2019-05-10 15:51:35 +02:00
timvisee
7751898851
Bump version to 0.2.46, update dependencies 2019-05-04 14:44:32 +02:00
timvisee
0f4e841779
Merge remote-tracking branch 'origin/master' into fix-freebsd-clipboard 2019-05-04 14:33:30 +02:00
timvisee
4e9603702b
Indent README with spaces 2019-05-04 14:29:36 +02:00
timvisee
cce6218b11
Move FreeBSD items around, move behind Windows 2019-05-04 14:27:54 +02:00
Mateusz Piotrowski
3ae80cbe7b Fix Gentoo indentation 2019-05-02 18:31:12 +02:00
Mateusz Piotrowski
dda9f2c8a1 Add FreeBSD installation and building instructions 2019-05-02 18:30:44 +02:00
timvisee
307284e684
Update README for clipboard support changes 2019-05-02 17:27:55 +02:00
timvisee
d5bc5a4289
Change OpenSSL download to self hosted mirror due to host being down 2019-05-02 12:35:27 +02:00
timvisee
0a08718b2c
Bump version to 0.2.45, update dependencies 2019-04-18 21:17:22 +02:00
timvisee
1754bda00f
Bump version to 0.2.44 2019-04-05 17:02:42 +02:00
timvisee
3a59911965
Fix sed commands for AUR packages, escape variables 2019-04-04 10:48:48 +02:00
timvisee
5a7472cee0
Bump version to 0.2.43, update dependencies 2019-04-02 16:33:02 +02:00
timvisee
fbbc84db25
List ffsend-bin AUR package in README again 2019-03-29 18:09:00 +01:00
timvisee
8df3f5ecc7
Remove ffsend-bin AUR package from README for now, mention ffsend package 2019-03-27 19:17:13 +01:00
timvisee
100f955071
Fix AUR installer name, should be AUR helper as noted by @murlakatamenka
See merge request timvisee/ffsend!24

Co-authored-by: murlakatamenka <murlakatamenka@disroot.org>
2019-03-26 13:40:57 +01:00
Tim Visée
f8584df22b Merge branch 'master' into 'master'
Fix AUR package URL; remove yaourt example

See merge request timvisee/ffsend!24
2019-03-26 12:31:28 +00:00
murlakatamenka
88fa345a33 Replace ffsend with ffsend-bin in README 2019-03-26 15:27:56 +03:00
timvisee
9ea0d3ba89
Fix some issues as noted by @lilyball
Co-authored-by: Lily Ballard <lily@sb.org>
2019-03-26 13:05:55 +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
4e7cdde829
Bump version to 0.2.42 2019-03-25 21:01:52 +01:00