2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-03-18 09:39:53 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.11.0
[0.11.0] - 2024-03-17
Added
Add log view pane to the TUI (#201)
Changed
Simplify cargo-tarpaulin installation in CI
Set up mergify
Switch to ratatui-splash-screen
Fixed
Show all the algorithm names (#154)
Apply clippy suggestions
|
2023-09-10 20:32:22 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.10.0
[0.10.0] - 2023-09-10
Added
- Add panic hook for resetting the terminal (#106)
- Add test for argument tilde expansion
- Add instructions for installing on Alpine Linux
Changed
- Allow partial configuration file (#116)
- Set MSRV to 1.70.0
- Enable colors as default
- Integrate better panic handling
- Skip dependency bumps in changelog
- Restore the cursor on panic
Fixed
- Update tests for the latest version of ratatui
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-25 20:53:17 by pin | Files touched by this commit (1) |
Log message:
security/gpg-tui: clean-up Makefile
|
2023-05-25 20:52:07 by pin | Files touched by this commit (4) | |
Log message:
ecurity/gpg-tui: update to 0.9.6
[0.9.6] - 2023-05-25
Changed
- Upgrade clap from v3 to v4 (#56)
- Update funding options
Buy me a coffee! ☕
- Integrate dependabot
- Bump dependencies
- Bump the Rust version in Dockerfile
|
2023-03-30 22:16:56 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.9.5
[0.9.5] - 2023-03-30
Changed
- Switch to ratatui
- Bump dependencies
- Bump transitive dependencies
- Bump the Rust version in Dockerfile
- Switch to dtolnay/rust-toolchain action
|
2023-02-12 15:59:04 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.9.4
[0.9.4] - 2023-02-11
Changed
- Bump dependencies
- Bump the Rust version in Dockerfile
Fixed
- Update cargo-tarpaulin installation command
- Make detail level optional in config (#53)
|
2023-01-21 12:28:42 by pin | Files touched by this commit (3) | |
Log message:
security/gpg-tui: update to 0.9.3
[0.9.3] - 2023-01-13
Changed
- Update license copyright years
- Bump dependencies
- Bump the Rust version in Dockerfile
- Fix badges in README.md
- Apply formatting via rustfmt
Fixed
- Do not reset the color on state refresh (#51)
- Apply clippy lints
|