Skip to content

Releases: zdm65477730/NX-Activity-Log

NX-Activity-Log v1.5.9

Choose a tag to compare

@github-actions github-actions released this 24 Aug 08:28
4489cca

Release nodes for v1.5.9

  • Resolve My Page crash by aligning with the latest nx-hbloader

NX-Activity-Log v1.5.8

Choose a tag to compare

@github-actions github-actions released this 25 Nov 18:17
1cc38e3

Release nodes for v1.5.8

  • Added support for the latest HOS (Horizon OS) 21.0.0
  • Optimized gameplay data loading efficiency during app startup
  • Refined UI initialization logic for startup; added a new play data loading progress bar
  • Improved memory usage efficiency and reduced play data loading time

Note: User Page way is currently incompatible. This issue will be addressed in a future release.

NX-Activity-Log v1.5.7

Choose a tag to compare

@github-actions github-actions released this 29 Apr 15:01

Changlog for v1.5.7:

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

NX-Activity-Log v1.5.6

Choose a tag to compare

@github-actions github-actions released this 10 Apr 12:56
e271788

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

Choose a tag to compare

@zdm65477730 zdm65477730 released this 06 Apr 11:40
c6a55d4

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

Choose a tag to compare

@github-actions github-actions released this 24 Nov 08:21
3888470

Changlog for v1.5.4:

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

NX-Activity-Log v1.5.3

Choose a tag to compare

@github-actions github-actions released this 23 Nov 16:58
8c09266

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

Choose a tag to compare

@github-actions github-actions released this 16 Nov 13:44
d6cf467

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

Choose a tag to compare

@github-actions github-actions released this 10 Nov 10:15
1129748

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

Choose a tag to compare

@zdm65477730 zdm65477730 released this 15 Mar 14:01
  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).