GitPedia
drewnoakes

drewnoakes/figgle

ASCII banner generation for .NET

12 Releases
Latest: 3mo ago
0.6.6Latest
drewnoakesdrewnoakes·3mo ago·March 9, 2026
GitHub

📋 What's Changed

  • Specify 'SmallestSize' compression level for font zip file by @drewnoakes in https://github.com/drewnoakes/figgle/pull/44
  • Fix XML documentation warnings in generated EmbedFiggleFontAttribute by @Copilot in https://github.com/drewnoakes/figgle/pull/53

New Contributors

  • @Copilot made their first contribution in https://github.com/drewnoakes/figgle/pull/53
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.6.5...0.6.6
0.6.5
drewnoakesdrewnoakes·11mo ago·June 28, 2025
GitHub

📋 What's Changed

  • Use EmbedFiggleFont in README.md by @JeroenOortwijn-Romias in https://github.com/drewnoakes/figgle/pull/48
  • Reduce required compiler version for source generators by @drewnoakes in https://github.com/drewnoakes/figgle/pull/50

New Contributors

  • @JeroenOortwijn-Romias made their first contribution in https://github.com/drewnoakes/figgle/pull/48
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.6.4...0.6.5
0.6.4
drewnoakesdrewnoakes·11mo ago·June 25, 2025
GitHub

📋 What's Changed

  • Fix `FiggleFonts` generator by @drewnoakes in https://github.com/drewnoakes/figgle/pull/46
  • Improve RegEx performance by @drewnoakes in https://github.com/drewnoakes/figgle/pull/47
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.6.3...0.6.4
0.6.3
drewnoakesdrewnoakes·11mo ago·June 23, 2025
GitHub

📋 What's Changed

  • Implement an internal generator for FiggleFonts class by @jonathanou in https://github.com/drewnoakes/figgle/pull/41
  • Produce a reference assembly for build perf by @drewnoakes in https://github.com/drewnoakes/figgle/pull/40
  • Add multiple partial class definition support for embed font generator by @jonathanou in https://github.com/drewnoakes/figgle/pull/43
  • Add more docs and samples by @drewnoakes in https://github.com/drewnoakes/figgle/pull/42
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.6.2...0.6.3
0.6.2
drewnoakesdrewnoakes·1y ago·June 7, 2025
GitHub

📋 What's Changed

  • Generate correct code when class has no namespace by @drewnoakes in https://github.com/drewnoakes/figgle/pull/33
  • Tidying by @drewnoakes in https://github.com/drewnoakes/figgle/pull/32
  • Generate ZIP of fonts during build by @drewnoakes in https://github.com/drewnoakes/figgle/pull/36
  • Convert render static generator to IIncrementalGenerator by @jonathanou in https://github.com/drewnoakes/figgle/pull/34
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.6.1...0.6.2
0.6.1
drewnoakesdrewnoakes·1y ago·June 3, 2025
GitHub

📋 What's Changed

  • Fix dependencies by @drewnoakes in https://github.com/drewnoakes/figgle/pull/29
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.6.0...0.6.1
0.6.0
drewnoakesdrewnoakes·1y ago·June 3, 2025
GitHub

📋 What's Changed

  • Add auto-generated file header comment by @akoken in https://github.com/drewnoakes/figgle/pull/18
  • Support generating external fonts by @jonathanou in https://github.com/drewnoakes/figgle/pull/22
  • Support specifying a font name for external font source generation by @jonathanou in https://github.com/drewnoakes/figgle/pull/24
  • Create GitHub action for CI builds by @drewnoakes in https://github.com/drewnoakes/figgle/pull/26
  • Add new source generator that embeds figlet font files in source by @jonathanou in https://github.com/drewnoakes/figgle/pull/25
  • Prep for release by @drewnoakes in https://github.com/drewnoakes/figgle/pull/27

New Contributors

  • @akoken made their first contribution in https://github.com/drewnoakes/figgle/pull/18
  • @jonathanou made their first contribution in https://github.com/drewnoakes/figgle/pull/22
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.5.1...0.6.0
0.5.1
drewnoakesdrewnoakes·3y ago·January 6, 2023
GitHub

📋 Changes

  • Adds a source generator, via separate package `Figgle.Generator`
0.4.3
drewnoakesdrewnoakes·3y ago·January 6, 2023
GitHub

📋 Changes

  • Include `README.md` in package.
0.4.2
drewnoakesdrewnoakes·3y ago·January 6, 2023
GitHub

📋 Changes

  • Drops support for .NET Core 1.0/1.1 and .NET Framework 4.5.1/4.5.2/4.6, all of which are out of support. Users who require those versions should remain on Figgle version 0.4.1. (#16)
0.4.1
drewnoakesdrewnoakes·3y ago·November 1, 2022
GitHub

📋 What's Changed

  • Fix concurrency issue by @Laxynium in https://github.com/drewnoakes/figgle/pull/14
  • Bump minimum .NET Framework version from 4.5 to 4.5.2.

New Contributors

  • @Laxynium made their first contribution in https://github.com/drewnoakes/figgle/pull/14
  • Full Changelog: https://github.com/drewnoakes/figgle/compare/0.4.0...0.4.1
0.4.0
drewnoakesdrewnoakes·5y ago·September 7, 2020
GitHub

📋 Changes

  • Fix `ArgumentOutOfRangeException` with "slant" font (#6 thanks to @jsakamoto)
  • Enable SourceLink
  • Add C# 8 nullable reference annotations
  • Use deterministic builds
  • Other NuGet packaging improvements