Releases: darrell-roberts/1password-diagnostic-tools
Releases · darrell-roberts/1password-diagnostic-tools
v0.1.11
What's Changed
- cleanup by @darrell-roberts in #31
- allow case insestive uuid normalization by @darrell-roberts in #32
- cleanup by @darrell-roberts in #33
- don't double buffer on file parsing by @darrell-roberts in #34
- rename StringCache by @darrell-roberts in #35
- Rename LogEntry by @darrell-roberts in #36
- move impls for test behind cfg(test) by @darrell-roberts in #37
- from_reader() is not buffered. Use read into bytes first by @darrell-roberts in #38
- use mmap by @darrell-roberts in #39
- reduce binary size by @darrell-roberts in #40
- rename parse_log_entries by @darrell-roberts in #41
- fixup doc by @darrell-roberts in #42
- Add just build file by @darrell-roberts in #43
- update .justfile by @darrell-roberts in #44
- Push zzpxwwouwlrm by @darrell-roberts in #45
- add missing state / types by @darrell-roberts in #46
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Use references for analysis state by @darrell-roberts in #29
- Add normalization for error messsage uuids in analysis top errors by @darrell-roberts in #30
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- use LogEntryRef<'_> by @darrell-roberts in #25
- Optimize search by @darrell-roberts in #26
- use a ref vs Arc for log filter by @darrell-roberts in #27
- add analysis tab by @darrell-roberts in #28
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- reduce unecessary String allocations by @darrell-roberts in #22
- reduce unecessary String allocations by @darrell-roberts in #23
- reduce unecessary String allocations by @darrell-roberts in #24
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- feat: render vault overview as Table with header using Table/Row/Cell… by @darrell-roberts in #21
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Full Changelog: v0.1.5...v0.1.6
What's Changed
- use Table widget over List by @darrell-roberts in #16
- add scrollbar for log list by @darrell-roberts in #17
- Refactor/optimize by @darrell-roberts in #18
- refactor: decompose monolithic App into per-view state types with StatefulWidget by @darrell-roberts in #19
- update popup styling by @darrell-roberts in #20
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Change log search from filtering to highlighting by @darrell-roberts in #15
Full Changelog: v0.1.4...v0.1.5
What's Changed
- Change log search from filtering to highlighting by @darrell-roberts in #15
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Update log view, sort combined by timestamp. View local time. Fix level padding. by @darrell-roberts in #14
Full Changelog: v0.1.3...v0.1.4
What's Changed
- Update log view, sort combined by timestamp. View local time. Fix level padding. by @darrell-roberts in #14
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- add ability to select and copy from log detail view by @darrell-roberts in #11
- refactor into smaller modules by @darrell-roberts in #12
- support alternate feature parsing for linux diagnostics by @darrell-roberts in #13
Full Changelog: v0.1.2...v0.1.3
What's Changed
- add ability to select and copy from log detail view by @darrell-roberts in #11
- refactor into smaller modules by @darrell-roberts in #12
- support alternate feature parsing for linux diagnostics by @darrell-roberts in #13
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- improve search behaviour by @darrell-roberts in #4
- ctrl u/f for pageup/pagedown. Increase help popup min width by @darrell-roberts in #5
- Update README.md by @darrell-roberts in #6
- remove bench.rs from examples in parser by @darrell-roberts in #7
- allow selecting and copy into clipboard from overview by @darrell-roberts in #8
- add ctrl-u to kill line in search input by @darrell-roberts in #9
- add vi style zz, zt, zb for log view by @darrell-roberts in #10
Full Changelog: v0.1.1...v0.1.2
What's Changed
- improve search behaviour by @darrell-roberts in #4
- ctrl u/f for pageup/pagedown. Increase help popup min width by @darrell-roberts in #5
- Update README.md by @darrell-roberts in #6
- remove bench.rs from examples in parser by @darrell-roberts in #7
- allow selecting and copy into clipboard from overview by @darrell-roberts in #8
- add ctrl-u to kill line in search input by @darrell-roberts in #9
- add vi style zz, zt, zb for log view by @darrell-roberts in #10
Full Changelog: v0.1.1...v0.1.2