Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #136

Merged
merged 8 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Prepare release on Github
run: |
# get the package version from Cargo.toml
echo "PKG_VERSION=$(cargo pkgid | grep -oP '\d+\.\d+\.\d+')" >> $GITHUB_ENV
echo "PKG_VERSION=$(cat VERSION)" >> $GITHUB_ENV

# delete nightly release
gh release delete nightly --yes || true
Expand Down
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [24.06] - 2024-06-19

### Added

- german translation
- italian translation
- new versioning

### Fixed

- udev rules

### Changed

- hardware generic

Many thanks to...

- @dawin64
- @albanobattistella

## [0.1.3] - 2024-04-26

### Added

- First release on Flathub
- Initial graph support

## [0.1.2] - 2024-03-01

## [0.1.1] - 2024-01-28

## [0.1.0] - 2024-01-06

### Added

- First release! :tada:
- Windows + Linux support
- UI
Loading
Loading