Compare commits

..

22 Commits

Author SHA1 Message Date
itsjunetime dcc3dbc958 Small fixes to avoid panic and allow zooming back in after zooming out 2025-08-06 09:28:29 -06:00
itsjunetime 196f7fb589 fmt 2025-08-06 09:22:15 -06:00
itsjunetime 1c797d4653 Switch around list of items on changelog 2025-08-06 09:22:15 -06:00
itsjunetime 16ac61dc8e Update deps 2025-08-06 09:22:15 -06:00
itsjunetime 05bfee148c mmmm maybe it's finally ready to merge... 2025-08-06 09:22:15 -06:00
itsjunetime b368f8d41d yaaaay zooming out once you're already zoomed in and respecting kitty's limits for how big of an image to display 2025-08-06 09:22:15 -06:00
itsjunetime 484d248e26 Add debug logging and fix cursor placement after image display 2025-08-06 09:22:15 -06:00
itsjunetime da8cdd1fbd Only allow zooming in kitty 2025-08-06 09:22:15 -06:00
itsjunetime 02b447a98e clean up top and bottom rendering 2025-08-06 09:22:15 -06:00
itsjunetime 0578fccfa6 yay zooming woohoo 2025-08-06 09:22:15 -06:00
itsjunetime a67ff7996c zooming basically does what you'd expect now 2025-08-06 09:22:15 -06:00
itsjunetime a56fa8c817 Make help page work again 2025-08-06 09:22:15 -06:00
itsjunetime fc063efd42 fall back to stdout if shms don't work 2025-08-06 09:22:15 -06:00
itsjunetime 62c92141e3 Make it work correctly with ghostty image eviction too 2025-08-06 09:22:15 -06:00
itsjunetime 5e6857881b incorporate recovering from deleted images 2025-08-06 09:22:15 -06:00
itsjunetime 7514488441 Remove logging 2025-08-06 09:22:15 -06:00
itsjunetime 6677266010 Uhhhh various improvements from kittage and psx-shm 2025-08-06 09:22:15 -06:00
itsjunetime b791b55b80 Use github kittage 2025-08-06 09:22:15 -06:00
itsjunetime fcea5ac696 yaaayyyy it works 2025-08-06 09:22:15 -06:00
itsjunetime 4bde532d08 it almost basically works 2025-08-06 09:22:15 -06:00
itsjunetime 4d764cd4f9 it's almost working !! 2025-08-06 09:22:15 -06:00
itsjunetime b09ce88d9f Initial attempt at supporting new backend for kitty images 2025-08-06 09:22:15 -06:00
-2
View File
@@ -1,7 +1,5 @@
# Unreleased
# v0.4.0
- Update to new `kittage` backend for kitty-protocol-supporting terminals (fixes many issues and improves performance significantly, see [the PR](https://github.com/itsjunetime/tdf/pull/74))
- Use new mupdf search API for slightly better performance
- Update ratatui(-image) dependencies