소스 검색

Update CHANGELOG.md

Zinong Li 1 년 전
부모
커밋
3dd943fb56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -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