Skip to content

Releases: javaLux/traceview

Release v1.0.2

23 Mar 18:36
Compare
Choose a tag to compare
  • update dependencies

Added

  • pre compiled binaries for Linux, MacOs and Windows
    • provided builds for x86_64 and aarch_64(ARM64)

Release v1.0.1

21 Feb 23:17
Compare
Choose a tag to compare

TraceView 1.0.1 - Bug Fix Release

This release fixes an issue with the filtering functionality when selecting files and directories by their initial letter. The filtering logic now properly handles case-insensitive matches and supports non-ASCII characters. Users can expect more accurate results when working with accented and special characters.

Release v1.0.0

20 Feb 22:42
Compare
Choose a tag to compare

🚀 TraceView v1.0.0 – First Official Release Notes

I am excited to announce the first official release of TraceView! 🎉 This release marks the culmination of significant work to provide a fast, feature-rich, and user-friendly terminal-based file explorer and system monitor built with Rust.

🧩 Highlights

  • 📂 Filesystem Explorer: Navigate local directories with ease.
  • 📊 System Overview: Monitor CPU, memory, and disk usage in real-time.
  • 🔎 File & Directory Search: Search for files and directories by name, including by extensions. Choose between:
    • Flat Search: Quick, non-recursive directory search.
    • Deep Search: Recursively search through subdirectories.
    • 📝 Search Input History: Access previous search queries using the Up/Down arrow keys.
  • 🗂️ Metadata Retrieval:
    • Instant access to file metadata (size, permissions, modification date, and owner).
    • Directory metadata calculation, including total size, file, and subdirectory counts (with support for symbolic links).
  • 📝 Export Search Results: Save search results as JSON files for external use.
  • 🎨 Customizable Themes: Select from Dark (default), Light, Dracula, and Indigo themes.
  • ⚙️ Flexible Configuration:
    • Modify settings via config.toml or CLI options.
    • CLI options include refresh rate, frame rate, and custom config file selection.
    • Invalid configurations automatically revert to defaults with warnings logged.
  • 📊 Status Bar: Real-time display of app context, current theme, last keystroke, and error notifications.
  • Help Page: Access keybindings and usage instructions directly in the app.