Commit Graph

652 Commits

Author SHA1 Message Date
Xithrius
80175c44c8
Ratatui 0.23.0 -> 0.23.1-alpha.6 2023-10-14 16:36:37 -07:00
Xithrius
3d8310b18a
Merge pull request #481 from Xithrius/pre-commit-ci-update-config 2023-10-12 17:23:49 -07:00
pre-commit-ci[bot]
0e1c50c891
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
2023-10-09 19:00:54 +00:00
Xithrius
75530e5f0e
Rust 1.72.0 -> 1.73.0 2023-10-05 21:23:55 -07:00
Xithrius
3f61121585
Merge pull request #476 from Xithrius/dependabot/cargo/regex-1.9.6 2023-10-02 18:35:51 -07:00
dependabot[bot]
1aab84bb65
Bump regex from 1.9.4 to 1.9.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.4 to 1.9.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.9.4...1.9.6)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 01:27:29 +00:00
Xithrius
17008bfa03
Merge pull request #478 from Xithrius/dependabot/cargo/clap-4.4.6 2023-10-02 18:26:30 -07:00
Xithrius
0767ea76be
Merge pull request #477 from Xithrius/dependabot/cargo/toml-0.8.1 2023-10-02 18:26:06 -07:00
dependabot[bot]
b34f59ba02
Bump clap from 4.4.1 to 4.4.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.1 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.1...v4.4.6)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:25:02 +00:00
dependabot[bot]
1a76c206e9
Bump toml from 0.7.6 to 0.8.1
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.1.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.8.1)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 07:24:42 +00:00
Xithrius
6b5e41c205
Merge pull request #473 from Xithrius/dependabot/cargo/unicode-width-0.1.11
Bump unicode-width from 0.1.10 to 0.1.11
2023-09-25 21:18:16 -07:00
dependabot[bot]
3186f2de19
Bump unicode-width from 0.1.10 to 0.1.11
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 07:47:13 +00:00
Xithrius
c68d8a038f
Merge pull request #464 from Xithrius/dependabot/github_actions/actions/checkout-4 2023-09-11 18:21:04 -07:00
dependabot[bot]
98d18341d4
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 07:13:10 +00:00
Xithrius
61e060d9a1
Unsupported screen size CLI arg 2023-08-29 21:03:00 -07:00
Xithrius
837815d372
ratatui 0.22.0 -> 0.23.0 2023-08-28 19:32:13 -07:00
Xithrius
089c3b2fed
Made the linter for 1.72.0 very happy 2023-08-24 18:23:04 -07:00
Xithrius
3c111e52b7
Default config generated with comments 2023-08-19 23:09:40 -07:00
Xithrius
142a0c2a80
Updated keybinds, config now generates after interactive prompts 2023-08-16 22:23:58 -07:00
Xithrius
1c5b4050b0
Re-added up/down keys to search widget, enter action 2023-08-16 22:06:28 -07:00
Xithrius
52d3b7d436
Merge pull request #430 from Xithrius/search-widget 2023-08-15 21:25:34 -07:00
Xithrius
9b5a546503
Errorless implementation of the search widget
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2023-08-15 21:14:24 -07:00
Xithrius
7ad0eafb8f
Closer to finishing the implementation 2023-08-15 21:14:22 -07:00
Xithrius
4cd1c8bd71
Merge branch 'main' into search-widget
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
2023-08-15 21:14:22 -07:00
Xithrius
93b7bfd771
Search results can now be scrolled through with up/down keys 2023-08-15 18:54:26 -07:00
Xithrius
ca163fdb18
Bumped all dependencies 2023-08-14 20:04:30 -07:00
Xithrius
4d1b5c0eaa
Merge pull request #442 from Xithrius/clear-user-on-ban-or-timeout 2023-08-13 23:02:20 -07:00
Xithrius
4d62d56c32
Different client-side messages sent based on timeout/ban 2023-08-13 23:01:51 -07:00
Xithrius
805a64a021
User messages removed on any punishment 2023-08-13 23:00:47 -07:00
Xithrius
e103e18ced
Acquired user IDs
Removed emotes unwrap
2023-08-13 22:58:54 -07:00
Xithrius
30f4fe45be
Merge pull request #440 from Nogesma/update/image-rs 2023-08-12 12:03:31 -07:00
Mano Ségransan
846c6973ad
Bump image-rs to 0.24.7 2023-08-12 20:53:21 +02:00
Xithrius
62cce17f04
2.5.0 -> 2.5.1 2023-08-11 20:11:10 -07:00
Xithrius
f54c12a71e
Error popup for incorrect follower scopes 2023-08-11 20:10:34 -07:00
Xithrius
4fe5e02c44
2.4.1 -> 2.5.0 2023-08-10 21:29:21 -07:00
Xithrius
b2f354b15f
Merge branch 'main' into search-widget 2023-08-10 21:09:46 -07:00
Xithrius
b54755d515
Removing the datetime if config specifies such 2023-08-10 21:03:41 -07:00
Xithrius
e54283343c
Merge branch 'main' into search-widget 2023-08-09 21:56:52 -07:00
Xithrius
75b4894959
Merge pull request #438 from Xithrius/deleting-messages 2023-08-08 21:21:52 -07:00
Xithrius
dde96619d3
Messages deleted on Twitch are deleted in client 2023-08-08 00:59:02 -07:00
Xithrius
320288230d
Added message IDs where applicable 2023-08-08 00:32:37 -07:00
Xithrius
ea53d10e21
Ctrl + d now properly deletes a recent channel 2023-08-08 00:12:33 -07:00
Xithrius
8a17daa985
Clearing chat on client sends CLEARCHAT to Twitch 2023-08-08 00:12:08 -07:00
pre-commit-ci[bot]
35dbb3735e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-08 06:41:57 +00:00
Xithrius
65389d35ad
Clearing messages from Twitch will clear on client 2023-08-07 23:41:08 -07:00
Xithrius
e0f6da3661
MessageData is now an internal of TwitchToTerminalAction enum 2023-08-07 23:22:30 -07:00
Xithrius
6d3eb7c5eb
Base for clearing the chat and deleting messages 2023-08-07 23:03:53 -07:00
pre-commit-ci[bot]
1bf874e680 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-08-07 04:46:12 +00:00
Xithrius
a35c507288
Decreased generic complexity 2023-08-06 21:46:02 -07:00
Xithrius
783f6c6151
Channels can be removed from channel switcher
Also made clippy happy
2023-08-06 21:05:38 -07:00