Skip to content

v0.1.2

Choose a tag to compare

@horizonwiki horizonwiki released this 10 Apr 20:15
· 7 commits to main since this release
c942fb0

πŸ”₯ Fire CLI v0.1.2

ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅

πŸš€ v0.1.2 β€” The Great Visual Update

This release significantly expands customization options and improves internal logic for handling system interrupts and user input.

✨ What's New

  • 🎨 15+ New Color Schemes β€” A massive collection of themes has been added, including a unique rainbow theme with dynamic color cycling.
  • πŸ› οΈ Dedicated Theme Command β€” Introduced the -t or --theme flag for precise and convenient theme selection directly from the CLI.
  • ⚑ Enhanced Optimization β€” The rendering engine has been completely redesigned. A new approach significantly reduces CPU usage while maintaining high-fidelity flame animation.
  • πŸ“– Dynamic Help Menu β€” The -h or --help flag now intelligently detects and displays the actual name of the binary.
  • βš™οΈ Custom Themes Support β€” You can now define your own palettes using HEX codes: custom:#hex.#hex.#hex.#hex.

πŸ› Bug Fixes & Stability

  • Low-level Input Handling β€” Rewrote the exit logic. The program now responds instantly to ESC and Ctrl+C on Unix-based systems, accurately distinguishing between single keypresses and terminal escape sequences.

πŸ“¦ Installation

Download the archive for your platform and architecture:

Windows

  • x86_64 β€” fire-windows-x86_64.zip
  • arm64 β€” fire-windows-arm64.zip

Linux

  • x86_64 β€” fire-linux-x86_64.tar.gz
  • arm64 β€” fire-linux-arm64.tar.gz

macOS

  • x86_64 (Intel) β€” fire-macos-x86_64.tar.gz
  • arm64 (Apple Silicon) β€” fire-macos-arm64.tar.gz

Note

Can't find a binary for your OS or architecture?
You can build Fire CLI yourself from source β€” the app supports all platforms and architectures compatible with Rust and libc. Build instructions are available in the README.