Skip to content

Releases: zdm65477730/NX-Activity-Log

NX-Activity-Log v1.5.7

29 Apr 15:01
Compare
Choose a tag to compare

Changlog for v1.5.7:

  • Fix 1 hour missing in Recent and Detail activity view.

NX-Activity-Log v1.5.6

10 Apr 12:56
e271788
Compare
Choose a tag to compare

Changlog for v1.5.6:

  • Add Ukrainian language support.
  • Make sure there is no null Title ID in play data.

Note: this is the double release for v1.5.6, please update it again.

NX-Activity-Log v1.5.5

06 Apr 11:40
c6a55d4
Compare
Choose a tag to compare

Changlog for v1.5.5:

  1. Fixed play data missing in both All&Recently Views.
  2. Fixed wrong debug log write interface.

NX-Activity-Log v1.5.4

24 Nov 08:21
3888470
Compare
Choose a tag to compare

Changlog for v1.5.4:

  • Fixed possible crash problem when creating messagebox.
  • Add full translations for all lang

NX-Activity-Log v1.5.3

23 Nov 16:58
8c09266
Compare
Choose a tag to compare

Changlog for v1.5.3:

  1. Fixed play time mismatch for all activity views.
  2. Fixed the total play time and count mismatch for all activity views.
  3. Make play recorder more accurate.
  4. Fixed crash when deleting import json file.
  5. Updates all lang json files.
  6. Fixed first/last play data missing for imported play data.

NX-Activity-Log v1.5.2

16 Nov 13:44
d6cf467
Compare
Choose a tag to compare

Changlog for v1.5.2:

  • Fixed APP stuck on black screen when there are a large number of game data entries.
  • Optimized the loading performance of the game data enteries.
  • Add debug traces.

NX-Activity-Log v1.5.1

10 Nov 10:15
1129748
Compare
Choose a tag to compare

Changlog for v1.5.1:

  • Add Japanese lang support
  • Pull the latest jpn&kr lang translation commits
  • Merge pull request from Atmosphere-NX/1900_support for libnx that adapts the latest Atmosphere 19.0.0

Support HOS16.0.0 with some bug fix

15 Mar 14:01
Compare
Choose a tag to compare
  1. Support HOS16.0.0.
  2. Fix play time in total time exceed 100%.
  3. Add year suffix for some local lang, e.g. Chinese.
  4. Allow run under Applet mode.
  5. Make sure all account play events in list.
  6. Optimize the memory usage.
  7. Fix ghost record issue in all views(All, Recent and Hidden view).
  8. Fix crash when deleting import data.
  9. Correct the time unit(time_t in second should be uint64_t).

Support HOS16.0.0

14 Mar 04:09
Compare
Choose a tag to compare
  1. Support HOS16.0.0.
  2. Fix play time in total time exceed 100%.
  3. Add year suffix.
  4. Allow run under Applet mode.
  5. Make sure all account play events in list.
  6. Optimize the memory usage