Skip to content

Releases: QuantumRevenant/QuantumKit

v1.0.2 - QuantumKit

23 Jun 21:06
cbf749d

Choose a tag to compare

📦 QuantumKit v1.0.2

Fix an UI issue in the ShowOptions method where the menu was cleared after an invalid input. Instead of clearing the console via AskInt, we now show the error using ShowError while retaining the menu content


🐛 Bug Fixes

  • 🐛 fix(ui): preserve menu content when invalid input is entered in ShowOptions

📚 References

v1.0.1 - QuantumKit

12 Jun 21:47
6d5d61f

Choose a tag to compare

📦 QuantumKit v1.0.1

First public release of QuantumKit, a modular utility library for .NET projects.


✅ Included Files

  • QuantumKit.dll — Compiled release of the library
  • README.md — Basic usage and overview
  • LICENSE — MIT license for usage and distribution

✨ Highlights

  • 🧩 ConsoleMenuBuilder
    Create interactive console menus with support for:

    • Submenus, confirmation prompts, and error handling.
    • Input validation (numbers, paths, strings, filenames).
    • Custom event callbacks for advanced behavior.
  • 📊 ExcelBuilder
    Build .xlsx files from tabular data with:

    • Smart type formatting (dates, numbers, percentages).
    • Header-based column auto-styling.
    • One-shot export or row-by-row building.

🔧 Hotfixes in v1.0.1

  • 🐛 Fixed embedded resource loading issue (DefaultFilterPresets.json) by adding Assembly argument to JsonFromEmbeddedResource().
  • 📁 Renamed project folder from QuantumKit.Tools to QuantumKit for consistency.

📚 Resources