Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to v0.1.9HEADv0.1.9master | 2024-04-30 | 3 | -2/+11 | |
| | |||||
* | Add note about using ntfy acess tokens | 2024-04-30 | 2 | -0/+2 | |
| | |||||
* | Regenerate man file | 2024-04-30 | 1 | -20/+46 | |
| | |||||
* | Enable ntfy action in sample configuration | 2024-04-30 | 1 | -1/+4 | |
| | |||||
* | Improve default ntfy configuration | 2024-04-30 | 2 | -18/+96 | |
| | |||||
* | Add rand dependency | 2024-04-30 | 2 | -0/+2 | |
| | |||||
* | Use serde_json directly | 2024-04-30 | 3 | -10/+14 | |
| | | | | Instead of relying on nostr_sdk reexport | ||||
* | Add descriptor wallet example to config sample | 2024-04-30 | 1 | -0/+5 | |
| | |||||
* | Improve wallet descriptor support | 2024-04-30 | 2 | -12/+50 | |
| | |||||
* | Add regex dependency | 2024-04-30 | 2 | -0/+2 | |
| | |||||
* | Lock vendored openssl version | 2024-04-30 | 1 | -1/+1 | |
| | | | | crates.io is not happy with version wildcards | ||||
* | Do not publish GH releases as drafts | 2024-04-30 | 1 | -1/+0 | |
| | | | | We are old enough now. | ||||
* | Change indent to 4 in editorconfig | 2024-04-30 | 1 | -1/+1 | |
| | |||||
* | Bump to v0.1.8v0.1.8 | 2024-04-25 | 3 | -2/+6 | |
| | |||||
* | Reword README | 2024-04-25 | 1 | -3/+2 | |
| | |||||
* | Release aarch64 build | 2024-04-25 | 4 | -17/+40 | |
| | |||||
* | Fix ntfy and other HTTPS-reliant actions | 2024-04-24 | 1 | -0/+1 | |
| | |||||
* | Bump to v0.1.7v0.1.7 | 2024-04-24 | 3 | -2/+6 | |
| | |||||
* | Add version bumping script | 2024-04-24 | 1 | -0/+23 | |
| | |||||
* | Add script to create and sign release manifests | 2024-04-24 | 1 | -0/+26 | |
| | |||||
* | Make generate-changelog.sh more robust | 2024-04-24 | 2 | -7/+19 | |
| | |||||
* | Move man to root directory | 2024-04-24 | 2 | -0/+1 | |
| | | | | | Otherwise Github Linguist does not pick it up as docs and the project looks like a Roff project ;) | ||||
* | Bump to v0.1.6v0.1.6 | 2024-04-24 | 3 | -2/+7 | |
| | |||||
* | Correct previous CHANGELOG | 2024-04-24 | 1 | -2/+1 | |
| | |||||
* | Add screenshot to README | 2024-04-24 | 2 | -1/+15 | |
| | |||||
* | Mention sentrum-bin AUR package | 2024-04-24 | 1 | -1/+3 | |
| | |||||
* | Add license to release tarballs | 2024-04-24 | 1 | -0/+1 | |
| | |||||
* | Add man file | 2024-04-24 | 1 | -0/+543 | |
| | |||||
* | Rewrite systemd instructions | 2024-04-24 | 1 | -13/+18 | |
| | |||||
* | Add sysusers and tmpfiles conf files | 2024-04-24 | 2 | -0/+3 | |
| | |||||
* | Move service file to contrib/systemd | 2024-04-24 | 2 | -1/+1 | |
| | |||||
* | Run release job on v* test branches | 2024-04-24 | 1 | -0/+2 | |
| | |||||
* | Bump to v0.1.5v0.1.5 | 2024-04-24 | 3 | -2/+7 | |
| | |||||
* | Change tarball inner structure | 2024-04-24 | 1 | -6/+10 | |
| | |||||
* | Fix macos package naming | 2024-04-24 | 1 | -1/+1 | |
| | |||||
* | Automatically generate changelog on release | 2024-04-24 | 2 | -1/+29 | |
| | |||||
* | Log errors occuring during action::run | 2024-04-24 | 1 | -2/+12 | |
| | |||||
* | Improve log format consistency | 2024-04-24 | 2 | -5/+19 | |
| | |||||
* | Add MessageParams::wallet() getter | 2024-04-24 | 1 | -0/+4 | |
| | |||||
* | Use alt selector for displaying anyhow::Error | 2024-04-24 | 5 | -7/+7 | |
| | |||||
* | Simplify function return type | 2024-04-24 | 1 | -11/+4 | |
| | | | | It does not need to return a Result. | ||||
* | Bump to v0.1.4v0.1.4 | 2024-04-23 | 3 | -7/+3 | |
| | |||||
* | Fix release job (again) | 2024-04-23 | 1 | -3/+5 | |
| | |||||
* | Bump to v0.1.3v0.1.3 | 2024-04-23 | 3 | -2/+6 | |
| | |||||
* | Fix release job | 2024-04-23 | 1 | -4/+2 | |
| | |||||
* | Release v0.1.2v0.1.2 | 2024-04-23 | 3 | -3/+16 | |
| | |||||
* | Add more debug logging | 2024-04-23 | 2 | -0/+3 | |
| | |||||
* | Add name() to Action trait | 2024-04-23 | 8 | -0/+28 | |
| | |||||
* | Allow RUST_LOG to correctly override default | 2024-04-23 | 1 | -4/+6 | |
| | |||||
* | Deprivatize MessageParams getters | 2024-04-23 | 1 | -6/+6 | |
| |