summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-11-26v2.10.2: Ignore KeyUp event for WindowsKyohei Uto
2023-11-02v2.10.1Kyohei Uto
2023-11-01v2.10.0Kyohei Uto
2023-10-22v2.9.0Kyohei Uto
2023-09-09Add git2Kyohei Uto
2023-08-25v2.8.1: Fix help textKyohei Uto
2023-08-25v2.8.0Kyohei Uto
2023-08-23Remove syntect and syntax highlighting in preview areaKyohei Uto
2023-08-05v2.7.0Kyohei Uto
2023-08-01v2.7.0Kyohei Uto
2023-08-01Update syntect to 5.1.0Kyohei Uto
2023-07-28Add format_txt tests and benchmark by bwrapKyohei Uto
2023-07-22v2.6.0Kyohei Uto
2023-07-13v2.5.0: ability to exit to LWDKyohei Uto
2023-06-21v2.4.1Kyohei Uto
2023-06-14v2.4.0Kyohei Uto
2023-05-26v2.3.0Kyohei Uto
2023-05-19v2.2.8: Fix preview text scrolling and performance in KittyKyohei Uto
2023-05-07Remove exacl from dev-depKyohei Uto
2023-05-06Add exacl to dev-dependenciesKyohei Uto
2023-05-05v2.2.7: Print read-only info on the headlineKyohei Uto
2023-05-05Update dependenciesKyohei Uto
2023-05-05Fix buildKyohei Uto
2023-04-24v2.2.6: Remove duplicated -v optionKyohei Uto
2023-02-12v2.2.5kyoheiu
2023-02-01v2.2.4Kyohei Uto
2023-01-22Add exclude to publishKyohei Uto
2023-01-20v2.2.3Kyohei Uto
2023-01-20Fix: Properly format texts with wide charsKyohei Uto
2022-12-22Add dev-dependencies (devtimer, rayon) to measure parallel updatingkyoheiu
2022-12-19v2.2.2kyoheiu
2022-12-15v2.2.1Kyohei Uto
2022-12-10v2.2.0kyoheiu
2022-12-02Please don't exclude support for NetBSDpin
2022-11-30v2.1.1kyoheiu
2022-11-29Fix target in Cargo.tomlKyohei Uto
2022-11-28Fix: cfg(unix) -> cfg(linux) to avoid build on macOSKyohei Uto
2022-11-28Remove libc, using process::exit()kyoheiu
2022-11-27Add nix, libc (cfg unix)kyoheiu
2022-11-17v2.1.0: update dependencieskyoheiu
2022-11-16Implement unpacking of xz, zst, tar.zstKyohei Uto
2022-11-15Remove lzma-rsKyohei Uto
2022-11-15Implement primitive extractor (Pkzip, Tar, Gzip, Xz)Kyohei Uto
2022-11-13Add primitive functions to extract archiveKyohei Uto
2022-11-12v2.0.1: Fix bugKyohei Uto
2022-11-11Add version of syntect forkKyohei Uto
2022-11-11v2.0.0Kyohei Uto
2022-11-11Switch to serde_yamlkyoheiu
2022-10-30Use syntect folkKyohei Uto
2022-10-29MVP: Add syntax highlighting if possibleKyohei Uto