Skip to content

Latest commit

 

History

History
194 lines (115 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

194 lines (115 loc) · 4.28 KB

Changelog

All notable changes to this project will be documented in this file.

[0.4.5] - 2024-12-11

Refactor

  • Refactor some controller code by @matthiasbeyer in #146
  • Simplify config path finding by @matthiasbeyer in #145
  • Improve the termion panic hook by @eld4niz in #169

Documentation

  • Mention how to set transparent background

Styling

  • Add scrollbar to parameter list

Testing

  • Use snapshot testing

Miscellaneous Tasks

  • Bump dependencies and Rust version

New Contributors

  • @znley made their first contribution in #170
  • @eld4niz made their first contribution in #169
  • @matthiasbeyer made their first contribution in #146

Full Changelog: https://github.com/orhun/systeroid/compare/v0.4.4...0.4.5

[0.4.4] - 2023-09-19

Miscellaneous Tasks

  • Bump ratatui to 0.23.0

[0.4.3] - 2023-09-14

Features

  • Add a panic hook to reset terminal upon panic

Documentation

  • Add instructions for installing on Alpine Linux

Miscellaneous Tasks

  • Switch to owo-colors for fixing RUSTSEC-2021-0145
  • Add mergify config for automatic merge
  • Bump the Rust version in Dockerfile

Styling

  • Use better colors when background color is set to reset

[0.4.2] - 2023-06-17

Miscellaneous Tasks

  • Bump dependencies
    • ratatui -> 0.21.0
  • Add CC0-1.0 to cargo-deny config

[0.4.1] - 2023-04-26

Miscellaneous Tasks

  • Bump tui-logger from 0.9.0 to 0.9.1
    • Fixes RUSTSEC-2020-0071

Styling

  • Specify the border type for logger widget

[0.4.0] - 2023-04-24

Features

  • Improve logging
    • Press Ctrl-L on TUI to view and analyze logs!
    • You can use --log-file argument to save logs to a file.
    • Both CLI and TUI now support RUST_LOG environment variable for setting log level.
    • See https://github.com/orhun/systeroid#logging

[0.3.2] - 2023-04-15

Documentation

Features

  • Generate SBOM attestation for the Docker image
  • Scan the Docker image using Syft

Miscellaneous Tasks

  • Switch to ratatui for tui rendering
  • Switch to dtolnay/rust-toolchain action
  • Update runner versions
  • Update funding options
  • Check dependency updates daily
  • Bump dependencies

Refactor

  • Use parseit as a workspace dependency

[0.3.1] - 2023-01-28

Bug Fixes

  • Apply clippy suggestions

Documentation

  • Fix badge links
  • Update copyright years

Miscellaneous Tasks

  • Bump dependencies

[0.3.0] - 2022-09-17

Features

Miscellaneous Tasks

  • Bump dependencies

[0.2.2] - 2022-09-06

Features

  • Support listing parameters by subsection (#44)

[0.2.1] - 2022-08-30

Updated

  • Update the allowed licenses for cargo-deny
  • Add metadata for cargo-binstall
  • Remove unnecessary dirs dependency
  • Bump dependencies

[0.2.0] - 2022-08-11

Features

Documentation

  • Update broken links

Miscellaneous Tasks

  • Update MSRV to 1.57.0
  • Switch to Rust stable builds
  • Bump dependencies
  • Enable GitHub Sponsors for funding
    • Consider supporting my open source work 💖

[0.1.1] - 2022-04-19

Added

  • (cli) Support explaining multiple parameters
  • Add installation instructions for Arch Linux

Fixed

  • (tui) Replace tab with whitespace in values

[0.1.0] - 2022-04-16

Initial release.