Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 #83

Merged
merged 20 commits into from
Oct 13, 2024
Merged

2.0 #83

merged 20 commits into from
Oct 13, 2024

Conversation

veeso
Copy link
Owner

@veeso veeso commented Oct 13, 2024

  • feat: ratatui 0.28; dropped support for tui-rs
  • fix: ci
  • feat!: TerminalAdapter as a trait; draw as a method of TerminalAdapter
  • feat!: CmdResult::Custom(&'static str) changed to CmdResult::Custom(&'static str, State)
  • fix: docs
  • feat: Added new subclause_and!(Id::Foo, Id::Bar, Id::Baz) and subclause_or!(Id::Foo, Id::Bar, Id::Baz) macros.
  • fix: docs
  • fix: docs

veeso and others added 20 commits October 12, 2024 19:24
…lause_or!(Id::Foo, Id::Bar, Id::Baz)` macros.
* feat(terminal): dont enable "MouseCapture" by default

* feat(terminal): add function "enable_mouse_capture" and "disable_mouse_capture"

---------

Co-authored-by: veeso <[email protected]>
crossterm only, as termion does not support mouse events

fixes #64

Co-authored-by: veeso <[email protected]>
… returned "None" (#78)

* feat(listener): poll a port multiple times until either "max_poll" or returned "None"

fixes #71

* feat(EventListenerCfg): add function "port_1" to add a Port directly

to apply custom options to a port

---------

Co-authored-by: veeso <[email protected]>
@veeso veeso merged commit d09561b into main Oct 13, 2024
8 of 10 checks passed
@veeso veeso deleted the 2.0 branch October 13, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants