Skip to content

Commit

Permalink
Improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KuhakuPixel committed Jun 27, 2023
1 parent f92c91d commit 3b4c868
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@
Initial Alpha release of ATG apk

### Fixed
- Nasty Freezing bug in low end device after doing a couple of scan
- [ATG] Nasty Freezing bug in low end device after doing a couple of scan
because of incorrect implementation of running `su` binary
- Crash when writting value of different type in Address Table
- [ATG] Crash when writting value of different type in Address Table

### Added
- Better explanation of the difference between the file ("CHANGELOG")
- [ATG] Better explanation of the difference between the file ("CHANGELOG")
and its function "the change log".

- `Connect To ACE server` button, this is for developer
- [ATG] `Connect To ACE server` button, this is for developer
who wants to run their own `ACE` server instead of it being runned by the apk

this can help with debugging and see the output better
(because looking at `adb logcat` is painful sometimes :v)

### Changed
- handle potrait and landscape orientation for Memory Menu
### Removed
- [ATG] handle potrait and landscape orientation for Memory Menu
### Removed
- [ATG] Against value checkbox

instead, rely on whether the input field is empty
to scan with/without value

suggestion from [lasnik](https://github.com/lasnikprogram)

0 comments on commit 3b4c868

Please sign in to comment.