Skip to content

Releases: steamicc/DapLink-EasyFlash

v1.2

23 Apr 10:08

Choose a tag to compare

📦 Build

ci: Split CI & Release file
ci: 🚀 Use matrix to compile oloder linux version

🐛 Bug Fixes

openocd: 🐛 Add tmp path to openocd

v1.1

11 Oct 15:23

Choose a tag to compare

🛠️ Refactoring

  • build: Add -s parameter to openocd for all operating systems.

📝 Documentation

  • readme: Refactor README structure.
  • readme: 🌐 Add French version of the README.
  • docs: Remove wiring schematics.
  • docs: Change letssteam link.

📦 Build

  • linux: Create Linux archive with xpack.

🧹 Chore

  • project: Change directory naming.

v1.0

10 Oct 06:59

Choose a tag to compare

This version replaces the python code with Rust code. This improves program stability and enables automatic release for Linux (Ubuntu) and Windows.

🚀 Features

  • Added OpenOCD task message.
  • Directory and disk helper functions.
  • Added message for event handling.
  • Complete process implementation in main_widget.
  • Subscription to save/load field values.
  • Create LogWidget

🐛 Fixes

  • Log is no longer cleared after each iteration.
  • Added local scripts folder for Windows.
  • Add Iced-Font

🛠️ Refactoring

  • Remove all python code
  • Extracted log into its own struct.
  • Improved view code and added constants.

📦 Build

  • Added directories, sysinfo, serde, and serde_json crates.

📝 Documentation

  • Updated Rust and Windows documentation.

Miscellaneous

  • Removed unnecessary comments.
  • Added GitHub actions for CI and release.