Show Total Lesson Count - WaniKani

Changes the count of lessons on the Today's Lessons tile to show the total number of available lessons in addition to or in place of the daily number you can set

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v0.5.10 2024-08-14

    One more typo fix

  • v0.5.9 2024-08-14

    Fixes a typo in a variable and tries to improve handling of turbo events/navigation

  • v0.5.8 2024-08-12

    Update TurboEvents library dependency

  • v0.5.7 2024-08-10

    Fix error for non-local instances of the TurboEvents library

  • v0.5.6 2024-08-10

    Address potential (but very very small chance of) infinite recursion

  • v0.5.5 2024-08-10

    More robust handling of turbo events.

  • v0.5.4 2024-08-07

    Add a way for the script to run at least once without the turbo events.

  • v0.5.3 2024-08-07

    Bug fixes

  • v0.5.2 2024-08-07

    Fixes for global state management.

  • v0.5.1 2024-08-07

    Fix saving of settings

  • v0.5.0 2024-08-07

    More logging improvements, navigation execution improvements, deprecation of the preferred daily amount settings

  • v0.4.11 2024-08-07
  • v0.4.10 2024-08-06

    Dependency update + minor improvements

  • v0.4.9 2024-08-06

    Update TurboEvents library dependency.

  • v0.4.8 2024-08-05

    Update library dependency to hopefully fix an issue with intermittent failure to register the turbo event listeners. Also further improves the debug logging.

  • v0.4.7 2024-08-04

    More improvements for logging

  • v0.4.6 2024-08-04

    Improvements to the debug logging (accounting for when script fails to reach main())

  • v0.4.5 2024-08-04

    Added debugging setting and debug logging. On by default as it outputs with console.debug() not console.log()

  • v0.4.4 2024-08-03

    Update hover tip text in settings and update support url

  • v0.4.3 2024-08-03

    Update maximum preferred daily amount to match Wanikani's

  • v0.4.2 2024-08-03

    Explicitly await load_script

  • v0.4.1 2024-08-03

    Fixed dependency URL.

  • v0.4.0 2024-08-01

    Updated script to work with the finished transition to Turbo on WaniKani. Makes use of a library script that simplifies some aspects of working with the Turbo events. This method of waiting for the turbo:frame-load event should also make the script work with the Cockpit script or any other script that moves the lesson start tile.

  • v0.3.4 2024-02-23

    Fix @match

  • v0.3.3 2024-02-07

    Added User settings:
    * User can now choose to display only the total or today's count / total
    * User can now set their own preferred daily lesson amount for display

    Add some initial handling for the navbar button on the dashboard only (for now)

  • v0.2.1 2024-02-07

    Hides "Today's" subtitle on lesson tile
    Small change to description

  • v0.2.0 2024-02-06

    Error prevention + displays today's count vs total count

  • v0.1.1 2024-02-06