Commit Graph

96 Commits

Author SHA1 Message Date
Lynne Megido cabed845ce
release v0.5.2 🥳 2022-05-02 18:22:09 +10:00
Lynne Megido 4b84b01adc
release v0.5.1 🥳 2022-04-12 15:09:31 +10:00
Lynne Megido 4369290cc2
cargo update 2022-04-12 15:07:49 +10:00
Lynne Megido f9c0691170
pin smartstring dep 2022-02-27 10:09:19 +10:00
Lynne Megido 2a0a74f775
update clap, replace deprecated functions 2022-02-18 14:24:17 +10:00
Lynne Megido b811f1a911
cargo update, add GPL license text 2022-02-03 15:51:20 +10:00
Lynne Megido fc45376673
updated copyright years, fixed reuse compliance
somehow i had listed the license as LGPL 3 instead of GPL 3 in all the reuse headers, and never noticed... 0uo
2022-01-23 03:10:17 +10:00
Hannes Braun c4f0cd8d12
Update infer to 0.6.0 2022-01-15 19:36:38 +01:00
Lynne Megido c06a7a527a
release v0.5.0 🥳 2022-01-01 13:31:08 +10:00
Lynne Megido 82232a3c05
more command line tests, more version info 2022-01-01 13:02:27 +10:00
Lynne Megido 65a560d5f4
update new_mime_guess 2021-11-25 08:40:57 +10:00
Lynne Megido 667ee440e0
use parking_lot's rwlock, cargo update 2021-11-23 08:38:43 +10:00
Lynne Megido 672cc8da90
release v0.4.0 🥳 2021-10-14 00:04:25 +10:00
Lynne Megido b5ef95b6ef
documentation 2021-10-06 01:33:15 +10:00
Lynne Megido ce79cf14ba
licensing stuff via reuse tool 2021-10-06 00:24:08 +10:00
Lynne Megido 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
Lynne Megido 17a784732b
beeg beeg cleanup, set default prompt to error 2021-10-05 00:18:42 +10:00
Lynne Megido db80955f24
release v0.3.7 🥳 2021-09-25 20:09:52 +10:00
Lynne Megido 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
Lynne Megido 0c31277191
new screenshot, minor readme changes 2021-09-25 00:24:01 +10:00
Lynne Megido b368be3e6b
reorder links in CHANGELOG.md 2021-09-24 22:53:33 +10:00
Lynne Megido 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
Lynne Megido 97b0a6edaa
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:05:12 +10:00
Lynne Megido 30c7da077a
cargo update, cargo-msrv compat 2021-09-17 18:51:41 +10:00
Lynne Megido 4192d37854
document version policy 2021-08-25 15:25:22 +10:00
Lynne Megido 6e2e788a61
oh jeez oh man v0.3.6 2021-08-18 23:42:44 +10:00
Lynne Megido 15b4651215
rather bland v0.3.5 release 2021-08-18 23:18:14 +10:00
Lynne Megido d34fa02033
update cached 2021-08-18 22:59:24 +10:00
Lynne Megido fddd479f20
more MSRV fixes, pin clap at 3.0.0-beta.2 2021-08-16 02:34:25 +10:00
Lynne Megido 0404cff8b7
release v0.3.4 🥳 2021-08-07 00:42:07 +10:00
Lynne Megido b48b8d5a65
new-mime-guess update necessitated minor changes 2021-08-06 23:33:42 +10:00
Lynne Megido eed4e29e00
update dependencies 2021-08-03 15:27:03 +10:00
Lynne Megido 8cdd0a8fc1
stricter dep vers in Cargo.toml to maintain MSRV 2021-07-30 16:52:58 +10:00
Lynne Megido 863954b2a2
don't optimise when testing 2021-07-21 21:18:29 +10:00
Lynne Megido 2f1151805f
update new_mime_guess 2021-07-21 21:16:59 +10:00
Lynne Megido a941040948
release v0.3.3 🥳 2021-07-07 00:24:02 +10:00
Lynne Megido 02f377cbb2
release v0.3.2 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-14 18:27:50 +10:00
Lynne Megido 1ecc6e6c6e
semicolonic cleanse 2021-06-14 16:53:41 +10:00
Lynne Megido c66a639eed
release v0.3.1 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-07 15:48:46 +10:00
Lynne Megido 8dac4127e9
added text output format
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-07 15:21:47 +10:00
Lynne Megido a50350a15e
less unneeded backend compilation
previous behaviour: all platforms would compile both infer and xdg-mime
new behaviour: unix platforms always compile xdg-mime but only compile infer if the `infer-backend` feature is enabled, and windows always compiles infer but only compiles xdg-mime if the `xdg-mime-backend` feature is enabled.
2021-05-10 09:43:41 +10:00
Lynne Megido b93e111357
added JSON output 2021-05-06 08:57:42 +10:00
Lynne Megido beebbbbb3b
replace fastrand dep with rand, rustfmt 2021-04-29 17:08:56 +10:00
Lynne Megido 090e4adafe
release v0.3.0!! \0u0/
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-04-28 23:21:27 +10:00
Lynne Megido cb6e111f16
more comprehensive ext sets, link text/xml and application/xml, remove silly Powershell/PowerShell hack 2021-04-28 19:33:42 +10:00
Lynne Megido b12c42adbb
publish my fork of mime_guess so it can be used w/ crates.io
crates.io doesn't allow you to use path or git dependencies - you can only depend on published crates. i didn't really want to publish my mime_guess fork, since i don't really see anyone besides myself using it (and i don't really want my fork to "dethrone" the original or whatever), but unless i want `cargo install fif` to give you a version of fif that tells you XML files should have the extension ".asa", i kind of have to do this :c
2021-04-28 15:17:40 +10:00
Lynne Megido 7e3efbed5c
added exclude flag for excluding extensions
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-27 20:25:41 +10:00
Lynne Megido aad70ee13b
update exclude list & dependencies 2021-04-27 18:34:01 +10:00
Lynne Megido af9968947c
release v0.2.13 0u0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-04-26 22:36:02 +10:00
Lynne Megido d6974b4959
writables!, windows newlines, sorted changelog, always quote paths
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-26 20:19:58 +10:00