Commit graph

124 commits

Author SHA1 Message Date
484a27b044 oopsies 2024-08-08 12:25:53 +10:00
72256ae8d2
MSRV-compatible updates, clippification 2024-08-07 22:41:38 +10:00
a570b07672
release v0.7.1 🥳 2024-01-21 17:04:58 +10:00
4565487149
release v0.7.0 🥳 2023-03-15 06:53:05 +10:00
9e592863f1
update dependencies 2023-03-15 06:12:38 +10:00
62a630249c
update dependencies 2023-01-02 07:36:11 +10:00
57fbbc23be visual studio code 2022-09-19 01:59:48 +10:00
476209b82e
release v0.6.0 🥳 2022-09-04 13:52:37 +10:00
420bd0483c
update all dependencies, remove deprecated code 2022-09-04 13:41:41 +10:00
74098ed281
update and fix dependencies 2022-09-04 12:47:17 +10:00
c15d92eaa6
update deps 2022-05-20 07:18:57 +10:00
cabed845ce
release v0.5.2 🥳 2022-05-02 18:22:09 +10:00
1b0505aad1
don't rename certain zip/exe subtypes. fixes #1 2022-05-02 18:06:51 +10:00
4b84b01adc
release v0.5.1 🥳 2022-04-12 15:09:31 +10:00
4369290cc2
cargo update 2022-04-12 15:07:49 +10:00
f9c0691170
pin smartstring dep 2022-02-27 10:09:19 +10:00
2a0a74f775
update clap, replace deprecated functions 2022-02-18 14:24:17 +10:00
b811f1a911
cargo update, add GPL license text 2022-02-03 15:51:20 +10:00
66dd11397a
added attribution info to changelog 2022-01-23 02:37:07 +10:00
e59580b892
store screenshot with git lfs 2022-01-21 12:41:59 +10:00
330b273be6
added comments and mach-o binary support to infer 2022-01-18 18:44:46 +10:00
a0396e2e1e
cargo update 2022-01-17 10:25:44 +10:00
Hannes Braun
c4f0cd8d12
Update infer to 0.6.0 2022-01-15 19:36:38 +01:00
6b821f1e1e
cargo update 2022-01-05 11:36:20 +10:00
c06a7a527a
release v0.5.0 🥳 2022-01-01 13:31:08 +10:00
82232a3c05
more command line tests, more version info 2022-01-01 13:02:27 +10:00
5b920665a2
cargo update, minor changes to version info 2022-01-01 11:55:49 +10:00
b72ac443b1
cargo update, minor changes 2021-12-17 10:05:04 +10:00
65a560d5f4
update new_mime_guess 2021-11-25 08:40:57 +10:00
667ee440e0
use parking_lot's rwlock, cargo update 2021-11-23 08:38:43 +10:00
855211f458
clean up windows hidden file code 2021-11-06 01:11:09 +10:00
5df8545906
cargo update, ignore sonarlint 2021-10-28 21:53:28 +10:00
672cc8da90
release v0.4.0 🥳 2021-10-14 00:04:25 +10:00
ce79cf14ba
licensing stuff via reuse tool 2021-10-06 00:24:08 +10:00
47c55ae61e
bumped MSRV to 1.48.0, minor improvements
- this is the rust version that debian stable (buster) currently has, so that's nice
- now we can use `const fn`s in more places, hooray
- smartstring is no longer outdated, hooray
- bitflags is no longer outdated, hooray
- mime_type in files.rs is now a bit smarter about not reading more than it has to, hooray
- removed some redundant clippy lints, hooray
- added a teensy smidgen more documentation, hooray
2021-10-05 02:12:16 +10:00
17a784732b
beeg beeg cleanup, set default prompt to error 2021-10-05 00:18:42 +10:00
c4fabbc0f4
refactoring, initial work on --fix feature 2021-10-04 20:22:15 +10:00
451ea3d5d9
cargo fmt, cargo update 2021-10-04 01:00:49 +10:00
25d8ed64ae
capped help output to 120 chars max width 2021-09-29 23:52:20 +10:00
eb3e650361
removed broken MSI support 0uo 2021-09-29 23:40:57 +10:00
f1982f670e
cargo update 2021-09-29 23:33:03 +10:00
db80955f24
release v0.3.7 🥳 2021-09-25 20:09:52 +10:00
4c6163296c
flat_map_iter is 11% faster than flat_map 0uo 2021-09-25 19:55:32 +10:00
5e17e4efda
improved multithreading behaviour, & a new flag!
`-j`/`--jobs` can be used to manually set the number of threads to use for scanning files. additionally, fif won't bother with multi-threaded scanning when there are less than 32 files to scan.
2021-09-25 18:55:50 +10:00
b368be3e6b
reorder links in CHANGELOG.md 2021-09-24 22:53:33 +10:00
3e753c2a0b
replace cached dep with custom hashmap thing
i benchmarked it with hyperfine and in terms of performance it's pretty much identical, with a slight (fraction of a percent) advantage to my implementation
2021-09-24 22:08:28 +10:00
da998d019a
🚗💨 ⬆️📅
cargo update, haha get it
2021-09-24 17:58:52 +10:00
30c7da077a
cargo update, cargo-msrv compat 2021-09-17 18:51:41 +10:00
88b5070a03
remove unneeded into() 2021-08-31 19:15:54 +10:00
c2988e4f10
update changelog 2021-08-31 18:58:40 +10:00