Releases: lpenz/ogle
Releases · lpenz/ogle
v2.3.8
Chores
- rm cargo-run-console.sh (Leandro Lisboa Penz)
- migrate man page generation to clap2man (Leandro Lisboa Penz)
- update dependencies, increment version to 2.3.8 (Leandro Lisboa Penz)
v2.3.7
Bug Fixes
- immediately exit if we get an error in the engine's Start state (Leandro Lisboa Penz)
Chores
- increment version to 2.3.7 (Leandro Lisboa Penz)
v2.3.6
Features
- completion: fish completion works with "command" (Leandro Lisboa Penz)
Documentation
- remove unmaintained CHANGELOG.md file (Leandro Lisboa Penz)
Tests
- make test_kill sleep 60 intead of inf (Leandro Lisboa Penz)
Continuous Integration
- add commit-check job (Leandro Lisboa Penz)
Chores
- increment version to 2.3.6 (Leandro Lisboa Penz)
v2.3.5
v2.3.4
Commits
- 4cbeccb: yamlfix (Leandro Lisboa Penz)
- 6402719: Use rust worflow 0.27.0 that supports arm64 (Leandro Lisboa Penz)
- 6f8542b: Use rust worflow 0.28.0 (Leandro Lisboa Penz)
- b8b5634: Generate shell completions from clap automatically (Leandro Lisboa Penz)
- a6c4428: Cargo.*: upgrade dependencies, increment version to 2.3.4 (Leandro Lisboa Penz)
v2.3.3
Commits
- improve test coverage (Leandro Lisboa Penz)
- afa5b10: Improve ergonomics of user exit (Leandro Lisboa Penz)
- a3116c0: Cargo.*: increment version to 2.3.3 (Leandro Lisboa Penz)
v2.3.2
Commits
- f445783: Use implicit feature name "console-subscriber" for tokio-console (Leandro Lisboa Penz)
- e8f6d14: Support CTRL+C/D; abstract UserEvents (Leandro Lisboa Penz)
- df9898d: Use crossterm::EventStream instead of a tokio thread (Leandro Lisboa Penz)
- 70c6f5f: Cargo.*: upgrade bytes (security fix) and clap (Leandro Lisboa Penz)
- fab7211: Show exit reason when required by user (Leandro Lisboa Penz)
- 8b2b859: Show subprocess signal name (Leandro Lisboa Penz)
- e2927d2: Cargo*: increment version to 2.3.2 (Leandro Lisboa Penz)
v2.3.1
Commits
- 756db63: Drop "console" dependency (Leandro Lisboa Penz)
- ignore errors while sending key thorugh the channel (Leandro Lisboa Penz)
- simplify, we don't need to pin any fields (Leandro Lisboa Penz)
- 7f69d7e: Use raw mode in terminal to get keys immediately and avoid echo (Leandro Lisboa Penz)
- simplify as we don't need pinned fields (Leandro Lisboa Penz)
- d58ca7f: Cargo.*: increment version to 2.3.1 (Leandro Lisboa Penz)
v2.3.0
Commits
- upgrade ghworkflow-rust to 0.26.4 (Leandro Lisboa Penz)
- 418cbe7: Add demos/exitrand.sh for manual testing (Leandro Lisboa Penz)
- 4458e07: Cargo.*: enable tokio tracing for use with console (Leandro Lisboa Penz)
- bfe32a9: cargo-run-console.sh: run with tokio-console via a feature (Leandro Lisboa Penz)
- 542cc8b: Migrate to crossterm with a tokio thread that pools the keyboard (Leandro Lisboa Penz)
- fc79737: Cargo.*: upgrade dependencies, increment version to 2.3.0 (Leandro Lisboa Penz)