Commit Graph

243 Commits

Author SHA1 Message Date
Atanas Yankov af8f2ae900 Release 1.5.0 2023-11-21 20:48:43 +02:00
Atanas Yankov 6df225074f
Merge pull request #117 from felixonmars/patch-1
Update Arch Linux package URL in README.md
2023-11-21 20:23:54 +02:00
Felix Yan 96ed413f2c
Update Arch Linux package URL in README.md
The old URL returns 404 now.
2023-11-21 14:56:59 +02:00
Atanas Yankov 72c1f129c6 Update dependencies 2023-10-07 11:38:11 +03:00
Atanas Yankov b50417e271 Upgrade viuer 2023-10-07 11:09:36 +03:00
Atanas Yankov d377402ab0
Merge pull request #103 from atanunq/NOBLES5E/master
Support -x, -y, and --absolute-offset
2022-10-23 11:56:10 +03:00
Atanas Yankov ad12cc4308 Fmt 2022-10-23 11:09:00 +03:00
Atanas Yankov e5958a20de Add default values 2022-10-23 10:58:45 +03:00
Atanas Yankov 3e6e22d9c9 Merge remote-tracking branch 'origin/master' into NOBLES5E/master 2022-10-23 10:52:47 +03:00
Atanas Yankov 6ec9d204bd Use latest actions 2022-10-21 01:42:55 +03:00
Atanas Yankov 0b551d8854
Merge pull request #97 from patrickelectric/build_moreeeeeeeee
CI: Use cross to deploy
2022-10-21 01:39:47 +03:00
Patrick José Pereira 4655f9f258 CI: Use cross to deploy
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2022-10-21 01:17:25 +03:00
Atanas Yankov fa6d2a6ae1 Upgrade dependencies
Use clap v4.0, crossterm 0.25 and viuer 0.6.2
2022-10-21 01:06:34 +03:00
Xiangru Lian 5b57b09e89 chore 2022-08-17 21:35:09 -04:00
Xiangru Lian 3aca9a3681 Support `-x`, `-y`, and `--absolute-offset`. 2022-08-17 21:28:01 -04:00
atanunq a6ff231b2e
Update dependencies 2022-05-01 10:23:46 +03:00
atanunq d2a80a2d90
Mention sixel in readme
Closes #91
2022-05-01 10:22:11 +03:00
atanunq fe4a56a35c
Upgrade `viuer` and `image` versions 2022-02-05 16:57:01 +02:00
atanunq 6d85d3b208
Cargo update 2022-01-19 21:07:30 +02:00
atanunq 15f9f00356
Remove unused `--mirror` flag 2022-01-01 17:07:10 +02:00
atanunq 44090e33bd
Upgrade to clap 3.0 2022-01-01 16:40:15 +02:00
atanunq 3daaebe95c
Release 1.4.0 2021-12-19 00:27:15 +02:00
atanunq 281a002dae
Fix clippy warning 2021-12-19 00:24:06 +02:00
atanunq 1ff6225bcd
Bump dependencies 2021-12-19 00:15:24 +02:00
Atanas Yankov 10a6ce943e
Update README.md 2021-09-16 09:47:38 +03:00
Atanas Yankov b88c387314
Update README.md 2021-09-16 09:43:47 +03:00
atanunq 1b8e72fbae
Cargo update 2021-08-29 17:02:04 +03:00
atanunq 0dc1f37fb9
Drop wasi checks
Crossterm fails to compile for wasi, hence there is no hope for viu to
do so
2021-06-22 23:14:24 +03:00
atanunq 4a29bfb561
Fix block-only gif printing in Kitty & iTerm 2021-06-22 23:08:48 +03:00
atanunq faeaaf0b9e
Use viuer@0.5.1
Fixes #75
2021-06-22 01:50:33 +03:00
Atanas Yankov 9d623ac096
Merge pull request #76 from aymanbagabas/aymanbagabas/fix/sixel
Fix build when sixel is enabled
2021-06-22 01:32:09 +03:00
Atanas Yankov 2d061ab378
Merge pull request #78 from DavidBuchanan314/master
Use read instead of read_exact during image format guessing
2021-06-22 00:46:01 +03:00
Atanas Yankov a0fbe891a8
Merge branch 'master' into master 2021-06-22 00:41:35 +03:00
David Buchanan 2aa9c5ee06 Remove stray ==0 2021-06-21 22:38:32 +01:00
atanunq d0ed833c98
Use viuer@0.5 & crossterm@0.20 2021-06-22 00:36:41 +03:00
David Buchanan 252292cd6e Appease clippy by explicitly discarding the read length 2021-06-21 22:02:59 +01:00
David Buchanan f1f72ff32c Use read instead of read_exact during image format guessing. Fixes #77 2021-06-21 21:35:00 +01:00
Ayman Bagabas 4bb58d02ca
Fixes: d47d33d3f3 ("Added --blocks flag to force block output") 2021-06-15 13:38:25 -04:00
Atanas Yankov 8a2324a94c
Merge pull request #71 from joelakuhn/force-blocks-flag
Add --blocks flag to force block output
2021-04-29 21:04:16 +03:00
Joel Kuhn 20914c1fc5 Updated README to include --blocks flag 2021-04-29 13:58:00 -04:00
Joel Kuhn d47d33d3f3 Added --blocks flag to force block output 2021-04-23 09:35:23 -04:00
atanunq 779b93f49f
Cargo update 2021-04-17 09:25:26 +03:00
atanunq 72f15d463b
Fix warning 2021-04-17 09:25:16 +03:00
atanunq 546225654b
Add sixel feature flag 2021-03-17 01:16:18 +02:00
Atanas Yankov 7877c6a2f4
Merge pull request #67 from atanunq/remove-verbose
- Use viuer 0.4
- Remove verbose flag
2021-03-17 01:08:40 +02:00
atanunq b42fb66c68
Use viuer 0.4 2021-03-17 01:01:55 +02:00
atanunq b707301156
Remove verbose flag 2021-03-15 20:27:17 +02:00
atanunq 4160c8b1eb
Wording 2021-02-27 14:30:46 +02:00
atanunq f93ed99cc2
Update to crossterm 0.19 2021-02-27 14:27:50 +02:00
Atanas Yankov 0dba818310
Merge pull request #62 from orhun/master
Update Arch Linux package link
2021-01-16 22:50:51 +02:00