- Hotfix for poll rate constantly printed to command line
0.9.1
- Root folder moved from `~/logria/` to `~/.logria/` - Support resizing terminal window - Support searching history tape - Handle choosing startup stream automatically - Implement smart speed for polling queues
Folder migration steps: zsh ~ % mkdir .logria ~ % mv logria/* .logria ~ ls -R .logria (ensure all the folders and contents are printed) ~ % rm -rf logria
0.9
- Broke the build, no new features
0.8
- Implement command history tape, similar to bash command history with `key_up` and `key_down` - Fix crash when PATH variable lists items that are programs and not folders - Fix CPU leak when waiting for result from `Textbox.gather()` - mypy linting
0.7.1
- Fix user home directory PATH resolution bug - Properly kill opened subprocesses
0.7
- Simplify wording in docs and in-app text - Add `version` launch argument - Support arbitrary n for top n analytics method - Better typing