Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1 KB

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 1 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 2023-03-01

Changed

  • The GPU segment finally has a non-shell spawning implementation (huge thanks to @k-ronny's suggestion on #1) and started using the iron-oxide crate.

[2.0.0] - 2023-02-24

Changed

  • Everything, all project files & functions have been ported out to Rust.

[1.1.1] - 2023-02-19

Changed

  • Changed cache implementations with new utils (get_cache, set_cache, clear_cache).

[1.1.0] - 2023-02-18

Added

  • Add wmsegment.

Updated

  • Use mutex locks for shell commands.

[1.0.2] - 2023-01-03

Updated

  • Update packagescommand.

[1.0.0] - 2022-05-15

Added

  • Initial release.