Releases: steamicc/DapLink-EasyFlash
Releases · steamicc/DapLink-EasyFlash
v1.2
v1.1
🛠️ Refactoring
- build: Add
-sparameter toopenocdfor all operating systems.
📝 Documentation
- readme: Refactor README structure.
- readme: 🌐 Add French version of the README.
- docs: Remove wiring schematics.
- docs: Change
letssteamlink.
📦 Build
- linux: Create Linux archive with
xpack.
🧹 Chore
- project: Change directory naming.
v1.0
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
loginto its own struct. - Improved view code and added constants.
📦 Build
- Added
directories,sysinfo,serde, andserde_jsoncrates.
📝 Documentation
- Updated Rust and Windows documentation.
Miscellaneous
- Removed unnecessary comments.
- Added GitHub actions for CI and release.