Commit Graph

702 Commits

Author SHA1 Message Date
Xithrius
aa48ea2eba
No more leaking token on config errors 2023-04-21 23:31:06 -07:00
Xithrius
7f8d58d322
Corrected general highlighting indices 2023-04-21 22:45:50 -07:00
Xithrius
533b4496fe
2.2.1 -> 2.3.0 2023-04-21 22:12:58 -07:00
Xithrius
a19dee51bb
Reverted image-rs to 0.24.6 for now 2023-04-21 22:09:55 -07:00
Xithrius
30e533e371
Merge pull request #335 from Nogesma/main 2023-04-19 20:00:17 -07:00
Mano Ségransan
8e2c44b39f
Add support for 7tv "zero-width" emotes, enable webp decoding, switch to serde_json 2023-04-18 13:00:28 +02:00
Xithrius
0e9c5697ad
Channel switcher is now available in start screen 2023-04-15 21:17:09 -07:00
Xithrius
e727a2008a
Merge pull request #339 from Xithrius/configurable-channels-startscreen
Configure default channels in start screen.
2023-04-14 23:15:30 -07:00
Xithrius
fa1f8ced6b
Only clear chat from start screen if new channel is different 2023-04-14 23:04:20 -07:00
Xithrius
8458da1835
Hit branch where no items exist in channel lists 2023-04-14 22:43:38 -07:00
Xithrius
4ade53d1b6
Keybinds added to start screen default channels 2023-04-14 22:25:38 -07:00
Xithrius
d10268b172
Config for default channels, viewable 2023-04-14 22:13:57 -07:00
Xithrius
65ffca269f
2.2.0 -> 2.2.1 2023-04-14 18:06:21 -07:00
Xithrius
9cbd7c4614
Reconnect attempting will actually re-attempt. 2023-04-14 18:05:07 -07:00
Xithrius
54015209ac
Merge pull request #337 from Xithrius/dependabot/cargo/h2-0.3.17
Bump h2 from 0.3.16 to 0.3.17
2023-04-13 12:52:41 -07:00
dependabot[bot]
2bfd9db3f0
Bump h2 from 0.3.16 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.16...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 17:09:41 +00:00
Xithrius
865e8a76af
2.1.0 -> 2.2.0 2023-04-12 17:35:18 -07:00
Xithrius
74d4240011
Fixing duplicate keypresses on Windows 2023-04-12 17:03:16 -07:00
Xithrius
b6336b8894
Removed Apache appendix, bumped MIT year 2023-04-12 03:28:53 -07:00
Xithrius
a0918ee8ca
Storage::get_last_n. Storage:add pushes back if item already exists 2023-04-11 21:08:38 -07:00
Xithrius
1a3cc339ef
Spacing corrected, config channel is now ENTER 2023-04-11 20:06:55 -07:00
Xithrius
53c46aaab4
Styled channel selector 2023-04-11 17:47:39 -07:00
Xithrius
72696ac322
A little scuffed, but dashboard channel selection works 2023-04-11 04:49:25 -07:00
Xithrius
5a8845535f
Merge pull request #319 from Xithrius/dashboard
Start screen
2023-04-10 22:52:26 -07:00
Xithrius
90648bb8f4
Almost got channel selection working 2023-04-10 21:15:56 -07:00
Xithrius
aff46c3f9e
Formatted imports 2023-04-10 20:08:01 -07:00
Xithrius
e6b344c356
Previous state is now saved, so that you can go back to it after going to help screen 2023-04-10 19:50:02 -07:00
Xithrius
d68b492a4b
Merge branch 'main' into dashboard 2023-04-10 18:47:49 -07:00
Xithrius
ff2c6cac2f
Bumped version from 2.0.2 to 2.1.0 2023-04-09 19:27:59 -07:00
Xithrius
b4cce746bc
Merge pull request #330 from Xithrius/dependabot/cargo/spin-0.9.8 2023-04-09 18:00:37 -07:00
dependabot[bot]
aa6eaaf1a9
Bump spin from 0.9.7 to 0.9.8
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.7 to 0.9.8.
- [Release notes](https://github.com/mvdnes/spin-rs/releases)
- [Changelog](https://github.com/mvdnes/spin-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mvdnes/spin-rs/commits)

---
updated-dependencies:
- dependency-name: spin
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 00:46:06 +00:00
Xithrius
abd1200e26
Merge pull request #317 from Nogesma/main 2023-04-09 17:45:45 -07:00
Mano Segransan
8a53dba19f
Remove api/id from config, use token instead. Add some documentation. 2023-04-09 20:18:19 +02:00
Mano Ségransan
b7fe90cc55
Hide emotes behind channel switcher, hide all emotes when help menu is shown 2023-04-07 15:51:41 +02:00
Mano Ségransan
bba21f5083
Add support for switching channels 2023-04-07 00:53:46 +02:00
Mano Ségransan
aca81bedea
Refactor graphics protocol, only reload emotes when needed 2023-04-06 23:12:47 +02:00
Xithrius
7b2209a73b
Default start state swapped to State::Start 2023-04-05 17:08:05 -07:00
Mano Ségransan
09a282cdaa
Switch to using anyhow for error handling, cleanup code in downloader.rs 2023-04-04 16:17:02 +02:00
Xithrius
d276408bf8
Corrected imports to tui 2023-04-02 18:29:58 -07:00
Xithrius
c2b7defacb
Merge branch 'main' into dashboard 2023-04-02 18:23:28 -07:00
Mano Ségransan
127a7be342
Add support for displaying emotes using the terminal graphics protocol 2023-04-02 20:03:21 +02:00
Xithrius
9c09b1ce4e
Migrated to ratatui (#324) 2023-04-01 20:55:15 -07:00
Xithrius
ec45b27833
tui -> ratatui 2023-03-26 01:54:00 -07:00
Xithrius
0da4b09fd4
Added the base of the dashboard 2023-03-25 00:29:46 -07:00
Xithrius
bd00610f29
Merge pull request #318 from Xithrius/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.45 to 0.10.48
2023-03-24 21:19:06 -07:00
dependabot[bot]
b1331fd23a
Bump openssl from 0.10.45 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 01:24:46 +00:00
Xithrius
f2e5465c8e
Removed extra space before message 2023-03-22 17:43:35 -07:00
Xithrius
d9e33c742b
Merge pull request #313 from Xithrius/refactory 2023-03-22 17:24:39 -07:00
Xithrius
cd2f193baf
Merge branch 'main' into refactory 2023-03-22 17:15:31 -07:00
kosayoda
3900e2d176
Make to_spans zero-ish copy. 2023-03-18 20:49:58 -04:00