Skip to content

Commit 4396ad7

Browse files
committed
2 parents 009dac0 + 843466b commit 4396ad7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
44
> All notable changes to this project will be documented in this file
55
6+
## [1.5.0-beta.3](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2025-01-14)
7+
8+
### 🍕 Features
9+
10+
* Add missing dependencies for usb flashing utility on linux ([aa81338](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/aa81338875cfca3e0c2b1ecbb7de2835724c975d))
11+
* add missing ubuntu dependencies, downgrade ubuntu version ([55c3d8e](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/55c3d8e35f5de8fc24dc4554a4b3c8ec281a89a9))
12+
* Hopefully fix ubuntu build for linux ([84d5f02](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/84d5f0216c14dd1352b5f8f802d4b464be8918bb))
13+
* make the build actually run for ubuntu and windows ([8aee984](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/8aee984755947b51ebadc07a737bd8f20818e7e6))
14+
* Switch os to platform to fix ubuntu pipeline ([5cf716a](https://github.com/EyeTrackVR/FirmwareFlashingTool/commit/5cf716a65e16032b0b488e13ccf2218d0748de36))
15+
616
## [1.5.0-beta.2](https://github.com/EyeTrackVR/FirmwareFlashingTool/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2024-10-12)
717

818
### 🍕 Features

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firmware_flashing_tool"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "A tool to flash the firmware of the EyeTrackVR device."
55
authors = ["DaOfficialWizard"]
66
license = "MIT"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@
191191
"iconAsTemplate": true
192192
}
193193
}
194-
}
194+
}

0 commit comments

Comments
 (0)