fdiff icon indicating copy to clipboard operation
fdiff copied to clipboard

An OpenType table diff tool for fonts. Based on the fontTools TTX format.

Results 13 fdiff issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.34.4 to 4.39.0. Release notes Sourced from fonttools's releases. 4.39.0 [mtiLib] Optionally add Debg debug info for MTI feature builds (#3018). [ttx] Support reading input file from...

dependencies

Bumps [rich](https://github.com/Textualize/rich) from 12.5.1 to 13.3.2. Release notes Sourced from rich's releases. Fixes and maintenance Mixed bag, mostly fixes [13.3.2] - 2023-02-04 Fixed Reversed pre and code tags in base...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4.post0 to 3.8.4. Release notes Sourced from aiohttp's releases. 3.8.4 Bugfixes Fixed incorrectly overwriting cookies with the same name and domain, but different path. (#6638) Fixed ConnectionResetError...

dependencies

Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.8.0 to 23.1.0. Commits 5cb9b6d 23.1.0 2d79a67 Fix badge cc467cd Allowlist_externals 73b3f8d Fix GitHub CI e4d3874 Switch to get_running_loop ee14e26 Add async stdio files (#154) 6193d83 softspace...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 to 2.14.0. Release notes Sourced from pygments's releases. 2.14.0 Added lexers: Arturo (#2259) GAP session (#2211) Fift (#2249) func (#2232) Jsonnet (#2239) Minecraft schema (#2276) MIPS...

dependencies

Bumps [pycares](https://github.com/saghul/pycares) from 4.2.1 to 4.3.0. Release notes Sourced from pycares's releases. 4.3.0 What's Changed Bump cibuildwheel to build for Python 3.11 + CI total time speedups by @​Jackenmen in...

dependencies

Bumps [yarl](https://github.com/aio-libs/yarl) from 1.7.2 to 1.8.2. Release notes Sourced from yarl's releases. 1.8.2 This is the first release that started shipping wheels for Python 3.11. 1.8.1 Misc (#694), (#699), (#700),...

dependencies

Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.1.0. Release notes Sourced from chardet's releases. chardet 5.1.0 Features Add should_rename_legacy argument to most functions, which will rename older encodings to their more modern...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.4. Changelog Sourced from idna's changelog. 3.4 (2022-09-14) ++++++++++++++++ Update to Unicode 15.0.0 Migrate to pyproject.toml for build information (PEP 621) Correct another instance where...

dependencies

fdiff is great! Internal python diff is way too slow on large strings. Maybe default to external unix diff command if available? That one is instantanous.