font-v icon indicating copy to clipboard operation
font-v copied to clipboard

Font version string reporting and modification library + executable tool

Results 18 font-v issues
Sort by recently updated
recently updated
newest added

Fixes #169 Adds git worktree support to font-v, as well as improving the robustness of `.git/` folder detection Old, out-dated description I'm not saying it's a good implementation, but it's...

Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.38.0 to 4.50.0. Release notes Sourced from fonttools's releases. 4.49.0 [otlLib] Add API for building MATH table (#3446) 4.48.1 Fixed uploading wheels to PyPI, no code changes...

dependencies

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.42. Release notes Sourced from gitpython's releases. 3.1.42 What's Changed Fix release link in changelog by @​PeterJCLaw in gitpython-developers/GitPython#1795 Remove test dependency on sumtypes library...

dependencies

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.41. Release notes Sourced from gitpython's releases. 3.1.41 - fix Windows security issue The details about the Windows security issue can be found in this...

dependencies

Bumps [gitdb](https://github.com/gitpython-developers/gitdb) from 4.0.10 to 4.0.11. Release notes Sourced from gitdb's releases. 4.0.11 What's Changed Use ZLIB_RUNTIME_VERSION if available by @​otethal in gitpython-developers/gitdb#84 Add support for Python 3.12 and drop...

dependencies

Bumps [smmap](https://github.com/gitpython-developers/smmap) from 5.0.0 to 5.0.1. Commits 256c5a2 prepare v5.0.1 156151c Merge pull request #52 from EliahKagan/py37 b98fdd1 Revert "Drop support for EOL Python 3.7" e163592 adjust force-release target to...

dependencies

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.2.6. Release notes Sourced from sphinx's releases. Sphinx 7.2.6 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.2.5 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.2.4 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.2.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 7.2.2...

dependencies

Git supports the concept of multiple working directories connected to different branches of the same repo: https://git-scm.com/docs/git-worktree. `get_git_root_path` currently fails to handle it properly and raises `OSError: Unable to determine...

The tool should check if at least one path argument was passed and error otherwise.

Similar to #104 I found another place font versions frequently show up that isn't being normalized: Somehow `nameID=3` (Apple docs: "Unique subfamily identification", Microsoft docs: "Unique font identifier") has come...