# Change Log

All notable changes to the VS Code systemd extension will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.3] - 02 June 2026

### Fixed

* images not loaded in extension store listing

## [0.0.2] - 02 June 2026

### Added

* unit explorer enhancements:
  * filter value displayed in header
  * commands/context menu items (configure filter, clear filter, reload system/user daemon)
  * refresh on interval (default: every 5 seconds)
* zoom and pan control to startup time plot
* progress indication for systemd-analyze plot command
* systemd unit file snippets
* ask for enable unit and start unit when installing a unit

### Changed

* merged system and user unit explorers into a single unified view
* open unit file via inline icon (replaces tree-item click)

### Fixed

* replaced incorrect changelog file included in the package
* units explorer: "Unit File-Name" property returned value for "Unit Name"

## [0.0.1] - 15 May 2026

### Initial release

* systemd system/user unit explorer
  * configurable display (tree item label, description, icon)
  * sorting, grouping, and filtering options
  * interactive unit management (enable, disable, start, stop, restart)
  * journal viewing
* language services (folding, hover, symbols)
* unit file installation
* service startup visualization

[0.0.3]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/dviererbe/vscode-systemd/releases/tag/v0.0.1
