Commit graph

1366 commits

Author SHA1 Message Date
Ville Skyttä
d6ac36f057 fix(cli): Make .in stripping work with non-UTF-8 filenames 2023-07-09 12:01:53 +03:00
Ville Skyttä
9c74d015f3 feat(cli): Strip .in suffix(es) only on non-match
Makes user assigned `.in` work.
2023-05-25 15:24:04 +03:00
Ville Skyttä
90d4676dd7 feat(cli): Strip .in suffix(es)
`.in` is typically used for build system template input files,
containing some placeholders to replace. In some cases, multiple rounds
of replacements are used, each with their own `.in`, so remove all
trailing instances of it before attempting a filename match.

Closes https://github.com/crate-ci/typos/issues/727
2023-05-24 22:54:45 +03:00
Ed Page
38a1b19481 chore: Release 2023-05-22 13:44:05 -05:00
Ed Page
cea714ec90 docs: Update changelog 2023-05-22 13:43:54 -05:00
Ed Page
a7116748a3
Merge pull request #728 from epage/action
fix(action): Don't require sudo
2023-05-22 15:12:37 -05:00
Ed Page
3a0fa5b9fd fix(action): Don't require sudo
Fixes #723
2023-05-22 13:30:04 -05:00
Ed Page
324cc67c99 fix(action): Harden bash script 2023-05-22 13:29:19 -05:00
Ed Page
5c98b91f18 chore: Release 2023-05-19 08:51:04 -05:00
Ed Page
99d7757ffb docs: Update changelog 2023-05-19 08:50:25 -05:00
Ed Page
190bb75758
Merge pull request #722 from epage/addons
fix(dict): Dont correct add-ons
2023-05-19 08:49:56 -05:00
Ed Page
adfd866ed9 test(cli): Check more former false positives 2023-05-19 08:18:25 -05:00
Ed Page
641e734fe7 fix(dict): Dont correct add-ons
Fixes #721
2023-05-19 08:13:01 -05:00
Ed Page
9e01ccbd3e test(cli): Prevent false-positive regressions 2023-05-19 08:11:14 -05:00
Ed Page
78a3c66d00 chore: Release 2023-05-03 08:57:26 -05:00
Ed Page
b5b09d7129 chore: Release 2023-05-03 08:56:01 -05:00
Ed Page
f663bf3efa docs: Update changelog 2023-05-03 08:54:47 -05:00
Ed Page
83b6d30708
Merge pull request #719 from epage/april
fix: Add April, 2023's typos
2023-05-03 08:52:35 -05:00
Ed Page
f7c2691b63 fix: Add April, 2023's typos
Fixes #705
2023-05-03 08:28:35 -05:00
Ed Page
300adcd75b
Merge pull request #717 from crate-ci/renovate/compatible
chore(deps): update compatible
2023-05-01 11:03:28 -05:00
renovate[bot]
5131fb8167
chore(deps): update compatible 2023-05-01 15:30:51 +00:00
Ed Page
d399e2ea33
Merge pull request #716 from epage/update
chore: Upgrade winnow to 0.4.3
2023-04-28 15:10:34 -05:00
Ed Page
808e862bfb chore: Resolve deprecations 2023-04-27 23:26:55 -05:00
Ed Page
d17ca898d9 chore: Upgrade to 0.4.3 2023-04-27 23:24:25 -05:00
Viktor Szépe
aaf3ff4e4f
fix(action) Make wget progress indicator much smaller(#714) 2023-04-24 15:01:18 -05:00
Ed Page
9433f016bb style: Fix formatting 2023-04-24 00:11:34 -05:00
Ed Page
64e40cffee chore: Release 2023-04-19 09:47:11 -05:00
Ed Page
6179ea546b docs: Update changelog 2023-04-19 09:47:00 -05:00
Ed Page
54042f2124 chore(ci): Build musl wheels 2023-04-19 09:46:47 -05:00
Ed Page
78058ce3e3 chore: Release 2023-04-19 08:35:04 -05:00
Ed Page
ea878c5094 docs: Update changelog 2023-04-19 08:34:35 -05:00
Ed Page
2a33141b90 fix(pre): Try to get typos-src to work 2023-04-19 08:34:07 -05:00
Ed Page
7f65ff4f24 chore: Release 2023-04-12 22:24:06 -05:00
Ed Page
0c7f963689 docs: Update changelog 2023-04-12 22:23:41 -05:00
Ed Page
3d31a296c4
Merge pull request #712 from epage/update
chore: Update anstyle
2023-04-13 11:32:56 -05:00
Ed Page
5145767575 chore: Update anstyle 2023-04-12 21:52:15 -05:00
Ed Page
217e403326 docs(cli): Show SSL cipher suites
See #438
2023-04-11 01:17:33 -05:00
Ed Page
66d82e5e51 chore: Release 2023-03-30 07:50:08 -05:00
Ed Page
8db59330b7 test(cli): Add UTF16 test 2023-03-30 07:45:24 -05:00
Ed Page
1c4dbcd5dd docs: Update changelog 2023-03-30 07:44:55 -05:00
Ed Page
37d90c230e
Merge pull request #706 from epage/utf16
fix(cli): Actually decode UTF-16
2023-04-04 09:20:13 -05:00
Ed Page
ae7f313230 fix(cli): Actually decode UTF-16
Two problems
- I thought we had a UTF-16 test but apparently we didn't
- I didn't read enough fine print in the `encoding_rs` API

These combined meant the last release completely broke UTF-16 support.
2023-03-30 07:27:55 -05:00
Ed Page
144ee4d018 chore: Release 2023-03-29 21:55:35 -05:00
Ed Page
15cdad2a3f chore: Release 2023-03-29 21:54:57 -05:00
Ed Page
db1950c95f docs: Update changelog 2023-03-29 21:54:24 -05:00
Ed Page
bbda5ff582
Merge pull request #704 from epage/dict
fix(dict): Add March's typos
2023-04-03 10:31:35 -05:00
Ed Page
e10e0d20da
Merge pull request #703 from epage/enc
refactor: Switch out the UTF-16 encoding impl
2023-04-03 09:50:22 -05:00
renovate[bot]
e1a138b637 chore(deps): update compatible 2023-04-01 07:05:05 +00:00
Ed Page
039edba3de fix(dict): Add March's typos
Fixes #677
2023-03-29 21:40:36 -05:00
Ed Page
98be58dbc9 refactor: Switch out the UTF-16 encoding impl
Fixes #702
2023-03-29 20:42:48 -05:00