Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli authored Aug 5, 2024
1 parent 271aad4 commit 3dd943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fixed the bug where the user block number is incorrectly handled throughout the
There's no functional update in this version. Only some tweaks.
1. The block number iterator was updated but then @Willy-JL noticed it causes more trouble so it was reverted.
2. The writing success screen now uses up-to-date system icon. The changes was made by @Willy-JL in his app catalog.
3. The functions that handle file format and directory are updated to use OFW's built-in functions instead of the old manual method. Thank @augustozanellato for introducing me to these functions. This wouldn't affect functionality. However, the .t5577 files in previous versions wouldn't be supported in this update. Please use the updated example `examples/Tag_1.t5577` as reference. The main change is parsing the 8-digit hex block data into 4 bytes.
3. The functions that handle file format and directory are updated to use OFW's built-in functions instead of the old manual method. Thank @augustozanellato for introducing me to these functions. This wouldn't affect functionality. However, the .t5577 files in previous versions wouldn't be supported in this update. Please use the updated example 'examples/Tag_1.t5577' as reference. The main change is parsing the 8-digit hex block data into 4 bytes.
4. Added Github workflow to check build each time a new commit is made. This was copied from @xtruan 's [PR](https://github.com/zinongli/KeyCopier/pull/5) to my other app.

What's Changed
Expand Down

0 comments on commit 3dd943f

Please sign in to comment.