Skip to content

Releases: Nucs/FontRegister

v3.1.0.0

25 Jan 17:26
Compare
Choose a tag to compare

Major Features

  • Added fontregister install [--update/--force] which forces installation for already installed fonts (reinstall/update)
  • Added fontregister --notify which notifies windows applications to reload font lists.

Completed Issues

#11

v3.0.1.1

14 Jan 08:03
a5159ef
Compare
Choose a tag to compare

Major Features

  • Refactored core mechanisms and logic.
  • Support machine-wide installation/uninstallation (default is user-wide).
  • Added CICD for auto-release and nuget publishing.
  • Improved font identification and identification of existing/installed fonts.
    • Already installed fonts are not triggering installation logic.
  • Commandline-friendly console outputs.
  • Uninstallation of fonts cleans up completely or broken installations (of requested fonts only).
  • Support .NET 8.
  • Better code-first implementation available via nuget.
  • Cache cleanup and reset by --clear-cache argument.
  • Full tests code coverage.
  • Support .fnt, .fon and .ttc font formats.

Completed Issues

  • Would like to add the option “Install for all users” #2
  • Add auto-release pipeline #3
  • Fix support for .fon and .ttc #4
  • Add support to .mmm, .pfb, .pfm, .fnt #5

v2.0.0

22 Jul 17:10
Compare
Choose a tag to compare

This release is a refactor to this tool, the commandline has been rewritten and the core installer is now written in pure csharp.

1.0.1b Public Release

09 Nov 19:19
Compare
Choose a tag to compare
1.0.1b Public Release Pre-release
Pre-release

Fixed issue #1.

1.0b Public Release

12 Oct 10:41
Compare
Choose a tag to compare
1.0b Public Release Pre-release
Pre-release
Bugfix for issue #1.

Signed-off-by: Eli <[email protected]>