Skip to content

Releases: voioo/observer

Observer v0.3.2

Choose a tag to compare

@voioo voioo released this 11 Jun 10:04
1421f99

What's Changed

Full Changelog: v0.3.1...v0.3.2

Observer v0.3.1

Choose a tag to compare

@voioo voioo released this 06 May 10:07
ae1b7b8

What's Changed

Full Changelog: v0.3.0...v0.3.1

Observer v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 20:56
5e679a3
Merge pull request #16 from voioo/voioo/improvements

feat: several improvements

v0.2.35

Choose a tag to compare

@github-actions github-actions released this 19 Apr 07:23
Add GitHub Actions workflow to update AUR PKGBUILD on release

This commit introduces a new workflow that automatically updates the PKGBUILD and .SRCINFO files for the AUR package upon a new release. The workflow includes steps for installing necessary tools, checking out the repository, downloading release assets, calculating checksums, updating the PKGBUILD with the new version and checksums, generating the .SRCINFO file, and committing the changes back to the repository.

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 24 Feb 17:53
4c78aa2
Merge pull request #8 from voioo/dependabot/cargo/main/serde-1.0.218

Bump serde from 1.0.217 to 1.0.218

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 19 Feb 08:22
Enhance architecture detection and support in install script

- Improve architecture detection in `detect_arch()` function
- Add more detailed architecture-specific warnings and information
- Update error handling for unsupported architectures
- Expand README with architecture support details and considerations
- Modify GitHub Actions workflow to use cross-compilation
- Add checksum generation for release artifacts

v0.2.2

Choose a tag to compare

@voioo voioo released this 20 Jan 12:15
064d1a4

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Jan 00:53
feat: updated core management and load tracking functionality

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Jan 11:45
fix: add termination feature to ctrlc crate

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Jan 11:29
fix: restore all cores on service shutdown