Jack Grigg
f1c7af6d9a
[WIP] age: Migrate to aead crate's STREAM implementation
2020-12-28 18:17:20 +00:00
str4d
c5c23d67bb
Merge pull request #157 from str4d/156-disable-logging-by-default
...
rage: Disable log output by default
2020-12-04 00:35:53 +00:00
str4d
50e812161c
Merge pull request #158 from woodruffw-forks/ww/impl-std-error-encrypterror
...
feat(error): implement std error for EncryptError
2020-11-26 01:15:30 +00:00
William Woodruff
bd7bac60bb
feat(error): implement std error for EncryptError
...
This makes EncryptError slightly easier to use with anyhow and
other libraries that leverage `std::error::Error`.
2020-11-25 18:07:26 -05:00
Jack Grigg
a47f06325d
rage: Disable log output by default
...
Log output can be enabled with the `RUST_LOG` environment variable.
Closes str4d/rage#156
2020-11-25 02:49:45 +00:00
str4d
48f5382c80
Merge pull request #155 from str4d/release-0.5.0
...
Release 0.5.0
2020-11-22 19:42:39 +00:00
Jack Grigg
403d0ee9a7
age: Don't document macros that are only for internal use
2020-11-22 18:57:23 +00:00
Jack Grigg
77273e0378
v0.5.0
2020-11-22 18:51:27 +00:00
Jack Grigg
5398ddaede
cargo update
2020-11-22 18:47:56 +00:00
Jack Grigg
be169a30ca
Update changelogs
2020-11-22 18:45:02 +00:00
Jack Grigg
06b627ef6c
age-core: Fix comment
2020-11-22 18:44:47 +00:00
str4d
51b6a72454
Merge pull request #154 from str4d/release-workflow-fixes
...
Release workflow fixes
2020-11-22 15:00:04 +00:00
Jack Grigg
af147df990
Actions: Re-enable uploading with latest upload-release-action
2020-11-22 13:55:47 +00:00
Jack Grigg
532cc3f26a
Actions: Get the release version using bash
...
This avoids issues on Windows.
2020-11-22 13:47:39 +00:00
Jack Grigg
3eaca26616
Actions: actions-rs/cargo doesn't support working-directory
2020-11-22 13:34:18 +00:00
Jack Grigg
06f73470f2
Actions: Workflow inputs are strings
2020-11-22 13:31:09 +00:00
Jack Grigg
0f9b61fb8f
Actions: Build release binaries in rage subdirectory
...
Required for --features configuration to work.
2020-11-22 13:30:04 +00:00
str4d
8e1a8c6e96
Merge pull request #153 from str4d/test-release-workflow
...
Actions: Enable manually testing the release workflow
2020-11-22 13:19:40 +00:00
Jack Grigg
584bc71528
Actions: Enable manually testing the release workflow
2020-11-22 13:14:43 +00:00
str4d
19749bd112
Merge pull request #152 from str4d/remove-default-path
...
Remove support for a default identity (or alias) path
2020-11-21 21:43:49 +00:00
Jack Grigg
3bacabcb53
Fix clippy lints
2020-11-21 21:04:29 +00:00
Jack Grigg
08fa76525a
age: Remove dirs dependency
...
Closes str4d/rage#136 .
2020-11-21 20:54:58 +00:00
Jack Grigg
bf4fb01fe8
Remove support for a default identity (or alias) path
...
Instead of configuring defaults, users should specify identity files
directly.
2020-11-21 20:53:13 +00:00
str4d
52e5377b44
Merge pull request #151 from str4d/actions-updates
...
Actions updates
2020-11-21 16:35:00 +00:00
Jack Grigg
32e9129648
Actions: actions/checkout@v2
2020-11-21 16:18:20 +00:00
Jack Grigg
efa8d06e8b
Actions: Use env file instead of (deprecated) set-env
2020-11-21 16:05:39 +00:00
Jack Grigg
ccc4286221
Actions: Update interop script
...
- Bump versions of checkout and setup-go actions
- Use Go 1.15
2020-11-18 00:26:24 +00:00
Jack Grigg
ae66f15fb8
cargo update
2020-11-18 00:23:10 +00:00
Jack Grigg
4b7e71685a
env_logger 0.8
2020-11-18 00:22:32 +00:00
Jack Grigg
da1649a2e3
rage: Fix issue reporting message alignment in Chinese
2020-11-14 20:46:09 +00:00
str4d
edfdc74e3d
Merge pull request #150 from therealyingtong/zh-localisation
...
Add Chinese localisation
2020-11-14 20:43:06 +00:00
therealyingtong
d0bc38874e
Add traditional Chinese localisation
2020-11-14 22:08:26 +08:00
therealyingtong
59749045ff
Add simplified Chinese localisation
2020-11-14 22:07:50 +08:00
Francisco Gindre
63f6773475
Spanish localization ( #149 )
...
- Spanish translation for age.ftl
- Spanish translation for rage.ftl
2020-11-13 18:07:02 +00:00
str4d
cb37391b81
Merge pull request #146 from BuriedInTheGround/master
...
Add Italian localization
2020-11-04 17:31:22 +00:00
str4d
252a4f3a5c
age: Fix underline in it-IT strings
2020-11-04 17:31:03 +00:00
str4d
9998f23160
Merge pull request #147 from str4d/rework-benchmarks
...
age: Rework throughput benchmarks
2020-11-04 17:28:59 +00:00
Jack Grigg
83a78baa89
age: Rework throughput benchmarks
...
- Add Decryptor benchmarks.
- Include the header-handling time within the benchmarks.
2020-11-04 15:13:27 +00:00
BuriedInTheGround
05a757d979
Minor changes to Italian translations
...
See https://github.com/str4d/rage/pull/146#pullrequestreview-523322546 .
2020-11-04 16:12:58 +01:00
Jack Grigg
8f1bd46359
cargo fmt
2020-11-04 14:37:55 +00:00
Jack Grigg
9ed7bf22a4
age: Use a wider range of data sizes for throughput benchmarks
2020-11-04 14:21:39 +00:00
Jack Grigg
e1c4032cae
age: Use std::cmp::min to simplify some STREAM logic
2020-11-04 13:51:39 +00:00
BuriedInTheGround
f236fa8b33
age: Update Italian missing translations
2020-11-04 09:58:25 +01:00
Jack Grigg
1e202ef044
age: Return DecryptError::InvalidHeader if header parsing fails
2020-11-03 23:52:12 +00:00
Jack Grigg
081488ada7
age: Tag strings in age::cli_common for translation
2020-11-03 23:44:52 +00:00
Jack Grigg
1a553b1fe5
age: Move wfl and wlnfl macros into i18n module
2020-11-03 23:44:52 +00:00
BuriedInTheGround
684b3078a5
Add Italian localization
2020-11-03 22:59:56 +01:00
str4d
7e8b03eac7
Merge pull request #145 from str4d/age-translations
...
Add localization to the age library crate
2020-11-03 16:55:43 +00:00
Jack Grigg
4623a163e5
age: Fix crate description
...
It's a library :)
2020-11-03 16:09:41 +00:00
Jack Grigg
44263a5de5
Bump MSRV for age crate to 1.45
...
Required for i18n-embed, which we now depend on in the age crate as well
as the rage crate. age-core is technically still 1.41, but we won't make
that particularly stringent.
2020-11-03 16:08:31 +00:00