Alexandre Pasmantier
480059eaae
chore(rustfmt): update rustfmt.toml ( #42 )
2024-11-19 00:11:50 +01:00
Alexandre Pasmantier
40d5b20c7d
feat(ui): make the top UI help bar toggleable ( #41 )
2024-11-19 00:07:53 +01:00
Alexandre Pasmantier
75d0bf7b6b
refactor(config)!: make action names snake case in keybinding configuration ( #40 )
2024-11-18 23:58:02 +01:00
Alexandre Pasmantier
5807cda45d
feat(cli): allow passing passthrough keybindings via stdout for the parent process to deal with ( #39 )
2024-11-18 23:48:48 +01:00
alexpasmantier
cb7a24537c
docs: update README television version specifier
2024-11-18 11:08:32 +01:00
Alexandre Pasmantier
da5c903177
docs: update README television version
2024-11-16 20:37:07 +01:00
Alexandre Pasmantier
512afa2fda
feat(ui): make help bar display optional ( #35 )
0.4.23
2024-11-16 20:32:40 +01:00
Alexandre Pasmantier
7277a3f3ab
docs(config): update docs default configuration ( #34 )
...
* docs(config): update docs default configuration
* docs: update installation documentation
2024-11-16 20:06:58 +01:00
Alexandre Pasmantier
45e14d3fa2
docs(debian): add installation docs for debian-based systems ( #33 )
2024-11-16 19:55:23 +01:00
Alexandre Pasmantier
aa2f2609a4
refactor(configuration): modularize code and better handling of default options ( #32 )
...
* fix(config): set ui default configuration values
* refactor(configuration): modularize code and better handling of default options
2024-11-16 19:48:46 +01:00
Alexandre Pasmantier
d0f023cf18
chore(versions): bump workspace crates versions
0.4.22
2024-11-16 18:01:25 +01:00
Alexandre Pasmantier
dcf9f6a621
chore(cd): fix cd configuration for deb packages
2024-11-16 17:42:49 +01:00
Alexandre Pasmantier
e9dde70ecf
chore(cd): fix cd configuration for deb packages
2024-11-16 17:14:02 +01:00
Alexandre Pasmantier
d50337b5c5
chore: update CD workflow
2024-11-16 16:50:36 +01:00
Alexandre Pasmantier
900bfa50b9
chore(deb): release deb package for television ( #31 )
...
* chore(deb): release deb package for television
* manually trigger cd workflow
2024-11-16 16:42:07 +01:00
Alexandre Pasmantier
06a4feb9f2
fix(config): swap out default keymaps with user defined ones instead of stacking ( #26 )
...
* fix(config): swap out default keymaps with user defined ones instead of stacking
* fix default configuration fallback
2024-11-15 15:16:00 +01:00
Alexandre Pasmantier
4f0daec63d
refactor(channels): converting between entries and channels is now generic over channels ( #25 )
2024-11-15 00:05:52 +01:00
Alexandre Pasmantier
f47b8be9de
fix(ghactions): only trigger cd workflow on new tags ( #22 )
2024-11-14 00:23:24 +01:00
Alexandre Pasmantier
ff25fb2dde
fix(windows): #20 respect TELEVISION_CONFIG
env var on windows ( #21 )
...
* fix: remove org name from default platform config and data dirs
* fix: adjust config and data dirs fallback logic
* patch
* update README
v0.4.21
2024-11-14 00:08:19 +01:00
Vitalii Lukyanov
65bb26ec84
chore(nix): nix flake shell + rust-toolchain.toml setup ( #14 )
...
* nix flake shell + rust-toolchain.toml setup
* migrated to naersk + nixpkgs-mozilla, it works for this workspace setup, updated Cargo.toml by autoformatting with taplo and adding reame to workspace.package to make `nix build` work
2024-11-11 22:37:21 +01:00
Alexandre Pasmantier
b1fe0182f8
fix(cargo workspace): fix cargo workspace structure and dependencies ( #15 )
...
* fix(cargo workspace): fix cargo workspace dependencies
* add bump and publish scripts
* more version automation scripts
v0.4.20
2024-11-11 20:31:22 +01:00
Alexandre Pasmantier
d2e7789612
fix(workspace): fix cargo workspace dependencies
2024-11-11 15:21:19 +01:00
Alexandre Pasmantier
5611ee8b2d
refactor(workspace): reorganize cargo workspace ( #12 )
2024-11-11 15:15:24 +01:00
Alexandre Pasmantier
7bc6f29c30
chore(crate): add include directives to Cargo.toml to make the crate leaner ( #11 )
2024-11-11 13:52:20 +01:00
Alexandre Pasmantier
62073d69cc
perf(preview): remove temporary plaintext previews in favor of loading message preview ( #10 )
...
* perf(preview): remove temporary plaintext previews in favor of a loading message
* linting
* dead code
2024-11-11 13:49:46 +01:00
Alexandre Pasmantier
81cf17bd5d
fix(config): more consistent configuration file location for linux and macos ( #9 )
2024-11-11 12:06:46 +01:00
Alexandre Pasmantier
3a9ff067af
chore(coc): create CODE_OF_CONDUCT.md ( #7 )
2024-11-11 11:39:17 +01:00
Alexandre Pasmantier
cc9924dd61
docs(readme): update terminal emulators compatibility list ( #6 )
...
* docs(readme): update terminal emulators compatibility list
* add tested platforms
2024-11-11 11:30:59 +01:00
tranzystorekk
097c657b55
chore(deps): disable bat dependency application features ( #5 )
2024-11-11 11:17:49 +01:00
Alexandre Pasmantier
b3760d2259
fix(windows): bump television_utils to v0.0.1 ( #4 )
...
* fix: bump television_utils
* bump television to 0.4.19
2024-11-11 01:36:55 +01:00
Erich Gubler
e475523c79
fix(windows): ignore KeyEventKind::Release
events ( #3 )
2024-11-11 00:55:39 +01:00
Alexandre Pasmantier
0c13626d4c
docs: fix table alignments
2024-11-10 22:28:06 +01:00
Alexandre Pasmantier
6b0a038738
docs: add terminal emulators compatibility status
2024-11-10 22:25:34 +01:00
Alexandre Pasmantier
b8ad34060d
chore: update README.md install section
2024-11-10 21:45:43 +01:00
Alexandre Pasmantier
c70e675655
fix: add winapi-util
dependency for windows builds
latest
v0.4.18
2024-11-10 21:18:24 +01:00
Alexandre Pasmantier
df7020a7a8
fix: add the correct permissions to release binaries
2024-11-10 20:56:45 +01:00
Alexandre Pasmantier
2f5640f4cd
chore: testing out the CD pipeline
v0.4.17
2024-11-10 20:43:26 +01:00
Alexandre Pasmantier
2e49862a7e
chore: update Makefile and CONTRIBUTING.md
2024-11-10 20:33:03 +01:00
Alexandre Pasmantier
6eafb7bfe8
chore: udate documentation and dependencies
2024-11-10 20:28:28 +01:00
Alexandre Pasmantier
37fb013f0c
docs: more work on CONTRIBUTING.md
v0.4.15
2024-11-10 19:49:38 +01:00
Alexandre Pasmantier
d2005e1116
chore: bump version
2024-11-10 19:40:30 +01:00
Alexandre Pasmantier
b0ab8a179a
docs: some work on CONTRIBUTING.md
2024-11-10 19:39:53 +01:00
Alexandre Pasmantier
19f00f5916
docs: add default keybindings to README.md
2024-11-10 18:26:16 +01:00
Alexandre Pasmantier
cd31619c8a
Update README.md
2024-11-10 18:19:19 +01:00
Alexandre Pasmantier
79da161943
chore: add license to syntax snippet
2024-11-10 14:52:27 +01:00
Alexandre Pasmantier
32c114aa9f
fix: gag stdout and stderr while loading theme assets to silence bat warning
2024-11-10 14:49:09 +01:00
Alexandre Pasmantier
51a98db9d5
Update README.md
2024-11-10 02:34:59 +01:00
Alexandre Pasmantier
96976d93cb
docs: update README.md
2024-11-10 02:30:08 +01:00
Alexandre Pasmantier
c7fbe26596
Update README.md
2024-11-10 01:52:03 +01:00
Alexandre Pasmantier
b04e182453
chore(previewers): unused attributes
2024-11-10 01:19:41 +01:00