Skip to content

Releases: vlajos/misspell-fixer

Use ugrep if available and some other improvements

06 Jan 22:05
Compare
Choose a tag to compare
  • Add support for ugrep. (Debian bug #1002509)
  • Treat SVG, tiff as binary.
  • Instead of saving the prefiltering's parallel temp results into temp files, we channel everything to STDOUT and merge with a pipe. (Debian Bugs #1026664, #1026771)

Full Changelog: v0.4...v0.5*

Functionality improvements

13 Jan 19:02
Compare
Choose a tag to compare
  • Option to respect .gitignore
  • Exclude .mov, .mp3 and .jar
  • -w option to override whitelist file
  • Use .github/.misspell-fixer.ignore automatically if it exist

Build related changes

30 Jan 21:29
Compare
Choose a tag to compare

Test execution related changes.

Documentation and packaging updates

30 Dec 22:47
Compare
Choose a tag to compare

Documentation and packaging updates

Initial release

02 Oct 22:31
Compare
Choose a tag to compare

Misspell-fixer is a simple tool for fixing common misspellings, typos in source code.