Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EsotericSoftware/clippy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.43
Choose a base ref
...
head repository: EsotericSoftware/clippy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.44
Choose a head ref
  • 18 commits
  • 14 files changed
  • 1 contributor

Commits on Jan 18, 2025

  1. Configuration menu
    Copy the full SHA
    dfc9f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1963e58 View commit details
    Browse the repository at this point in the history
  3. Use Java 21.

    NathanSweet committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    d7c413e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Upgraded H2 db to 2.3.

    Requires deleting or upgrading your db file:
    1. java -cp h2-1.4.197.jar org.h2.tools.Script -url jdbc:h2:C:/Users/<name>/.clippy/db/db -script backup.sql
    2. Delete db files.
    3. java -cp h2-2.3.232.jar org.h2.tools.RunScript -url jdbc:h2:C:/Users/<name>/.clippy/db/db -script backup.sql
    NathanSweet committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    aace2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f2335 View commit details
    Browse the repository at this point in the history
  3. Javadoc.

    NathanSweet committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    ece3fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d138d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    1cec867 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Close result sets.

    NathanSweet committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    e29e16b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    cba22cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0983292 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    12446ab View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Improved DataStore.

    NathanSweet committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    107e66d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. DataStore close fix.

    NathanSweet committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    9944429 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. GetMessage with a filter leaves all other message types until the que…

    …ue is full, then broadcasts time out and everything is terrible.
    NathanSweet committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    8e865ed View commit details
    Browse the repository at this point in the history
  2. Win32 API fixes.

    NathanSweet committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    61f0870 View commit details
    Browse the repository at this point in the history
  3. Don't store blank.

    NathanSweet committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3cacc2e View commit details
    Browse the repository at this point in the history
  4. JNA update.

    NathanSweet committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    46420cb View commit details
    Browse the repository at this point in the history
Loading