Skip to content

Releases: xairaven/arpchat-rs

1.0.1

20 Oct 18:05
Compare
Choose a tag to compare

Logging & Migrating Update.

Features

  • Rust Version:
    • Updated Rust to stable version 1.82.

Fixes

  • Logging System:
    • Fixed an issue where the log file was being created even when the log level was off.

Removed Features

  • Log File Name Configuration:
    • Deleted the "set log file name" feature to streamline the logging process.

1.0.0

19 Sep 18:48
Compare
Choose a tag to compare

Stabilization update.

Features

  • Stabilized Modules:
    • Stabilized Main and UI.Core modules.
    • Stabilized UI.Commands and UI.Dialog modules.
    • Stabilized Net.Core and Net.Core Heartbeat system.
  • Chat export.
  • UI Enhancements:
    • Moved UI element names to constants for better maintainability.
    • Added a breaking error window for improved error visibility.

Fixes

  • Debug and Errors:
    • Removed debug-related components from the GitHub Actions workflow.
    • Fixed error handling issues when setting the network interface.
    • Resolved issue where logger initialization failure did not display an error.

Styles

  • Code and UI Improvements:
    • Renamed cursive_extension module to view_updater for clarity.
    • Updated AUTO_HIDE_MENU property settings.
    • Deleted redundant rules in logging configurations.

Resources

  • Documentation: Updated and initialized README.md with relevant information.

0.1.0

17 Sep 01:45
Compare
Choose a tag to compare

First version. There is still potential for improvement, but the program is already working.