Commit graph

205 commits

Author SHA1 Message Date
timvisee 238f1f54d7
Bump MSRV to 1.63.0 2023-08-20 17:48:39 +02:00
timvisee 8d8ad7fdb3
Revert "Upgrade to libssl3/openssl3."
This reverts commit 5fd2eac6eb.
2023-05-18 23:12:06 +02:00
Christian Sarre 5fd2eac6eb Upgrade to libssl3/openssl3. 2023-04-12 13:59:56 +03:00
Aaron Lichtman 3c1c2dc28c
Fix segfault
close  #153
2023-04-06 23:14:09 -07:00
Jakub Jirutka 9b8dee12ea Disable unused features in prettytable-rs crate
ffsend doesn't use csv.
2022-10-09 21:57:19 +02:00
timvisee 3e9a4d67f2
Bump version to 0.2.76 2022-06-20 10:09:01 +02:00
timvisee 7598063e36
Bump version to 0.2.75 2022-06-19 02:01:33 +02:00
dependabot[bot] 1a5ec2de79
Bump regex from 1.5.4 to 1.5.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 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](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 21:18:06 +00:00
timvisee 216772361a
Remove deprecated badges from Cargo.toml 2021-10-15 12:36:05 +02:00
timvisee 55c243a007
Update dependencies 2021-10-14 22:52:02 +02:00
timvisee ccd489ce2e
Bump version to 0.2.74 2021-10-07 13:32:06 +02:00
timvisee 178b73f210
Update dependencies 2021-10-06 13:51:38 +02:00
timvisee e2f9b75844
Bump version to 0.2.73 2021-08-30 14:19:44 +02:00
timvisee e5fd4c237b
Update dependencies 2021-08-30 14:18:58 +02:00
timvisee 4593ece50f
Update dependencies 2021-08-26 20:37:43 +02:00
timvisee e440f4b68a
Bump version to 0.2.72 2021-05-08 00:12:02 +02:00
timvisee 4ced2ea4d0
Change Firefox Send branding to Send 2021-05-05 22:33:41 +02:00
timvisee 68a57b5ccc
Bump version to 0.2.71 2021-04-09 16:21:17 +02:00
timvisee 9908084745
Bump version to 0.2.70 2021-04-09 14:48:51 +02:00
timvisee f418bc47ab
Bump version to 0.2.69 2021-04-09 14:41:29 +02:00
timvisee 29069012f7
Update dependencies 2021-04-09 14:36:06 +02:00
timvisee ba865715d7
Update dependencies 2021-01-04 11:44:33 +01:00
timvisee 1664c48d7d
Bump version to 0.2.68 2020-10-16 14:36:51 +02:00
timvisee 8524993e89
Update dependencies 2020-10-16 14:36:34 +02:00
timvisee 87816a58e2
Update ffsend-api to 0.6.3 for increased limits 2020-10-16 14:33:46 +02:00
timvisee ed34588184
Bump version to 0.2.67 2020-09-27 15:33:47 +02:00
timvisee 3a90b0b0b1
Bump version to 0.2.66 2020-09-21 12:24:16 +02:00
timvisee 70710c14ed
Update dependencies 2020-09-21 12:23:45 +02:00
timvisee 4de467a86f
Bump version to 0.2.65 2020-07-09 12:50:56 +02:00
timvisee 48c2804885
Update dependencies 2020-05-30 16:17:38 +02:00
timvisee 6a94ea759d
Bump version to 0.2.64 2020-05-17 18:14:06 +02:00
timvisee fe0ba4d77b
Bump version to 0.2.63
- OpenSSL is still required on Linux/FreeBSD, update packages
2020-05-17 17:20:04 +02:00
timvisee c670947375
Bump version to 0.2.62
- Implement ring as new crypto backend, used by default
- Disable Send v2 support by default
- Added various new compiler feature flags
- Update dependencies
2020-05-17 15:27:29 +02:00
timvisee da21dd894b
Update ffsend to 0.6.0, set up new compiler features 2020-05-17 13:41:04 +02:00
timvisee 1ca7720d07
Bump version to 0.2.61 2020-05-11 22:18:01 +02:00
timvisee 3410340c2d
Bump version to 0.2.60 2020-05-11 21:04:30 +02:00
timvisee e1b1be6754
Update dependencies 2020-05-11 21:03:00 +02:00
timvisee fba2cad1b6
Update qr2term to v0.2.0 2020-04-19 14:42:34 +02:00
timvisee 6ba3c34362
Bump version to 0.2.59 2020-03-31 02:13:37 +02:00
timvisee a565453949
Generate random name when uploading unnamed archives
Fixes https://github.com/timvisee/ffsend/issues/109
2020-03-31 02:12:13 +02:00
timvisee 5e2b5eb1c2
Merge branch 'master' of gitlab.com:timvisee/ffsend 2020-03-18 19:48:30 +01:00
timvisee 2b34398fbe
Only build docs.rs documentation for GNU Linux 2020-03-18 19:48:13 +01:00
Josh Stone 37963f94e7 Update to urlshortener 3 2020-03-06 19:16:29 -08:00
timvisee 5f21b87937
Revert "Remove our complex clipboard logic, use clipboard-ext crate instead"
This reverts commit 8bfe173a18.
2020-02-14 00:24:14 +01:00
timvisee 8bfe173a18
Remove our complex clipboard logic, use clipboard-ext crate instead 2020-02-13 20:21:07 +01:00
timvisee b780236fa2
Fix duplicate entry in GitLab CI configuration, minor other improvements 2020-02-11 18:24:54 +01:00
timvisee 9299ec04eb
Update Cargo.toml version number constraints and Cargo.lock 2020-01-20 18:06:58 +01:00
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
timvisee 4c16e38d0d
Update dependencies, add urlshortener compiler feature, fix compilation 2019-12-29 16:11:52 +01:00