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: KudoAI/chatgpt.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.2
Choose a base ref
...
head repository: KudoAI/chatgpt.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.3
Choose a head ref
  • 18 commits
  • 24 files changed
  • 4 contributors

Commits on Feb 12, 2025

  1. Bump eslint from 9.20.0 to 9.20.1 in the dev-dependencies group

    Bumps the dev-dependencies group with 1 update: [eslint](https://github.com/eslint/eslint).
    
    
    Updates `eslint` from 9.20.0 to 9.20.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.20.0...v9.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    27615f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #360 from KudoAI/dependabot/npm_and_yarn/dev-depen…

    …dencies-3e38cfd1bb
    
    Bump eslint from 9.20.0 to 9.20.1 in the dev-dependencies group
    adamlui authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    c29ff81 View commit details
    Browse the repository at this point in the history
  3. Improved chatgpt.alert() styles

    + Added `pointer: cursor` to checkbox elems to prevent modal click-drag behavior
    ± Renamed `--shadow` to `--btn-shadow`, moved to vars init block
    ± Replaced string concatenations w/ template literals for easier maintenance
    + Boldened title
    ± Tightened checkbox elem padding
    ± Squared buttons, uppercased labels
    ± Resized text
    adamlui committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5708974 View commit details
    Browse the repository at this point in the history
  4. Improved chatgpt.alert() styles

    + Added `pointer: cursor` to checkbox elems to prevent modal click-drag behavior
    ± Renamed `--shadow` to `--btn-shadow`, moved to vars init block
    ± Replaced string concatenations w/ template literals for easier maintenance
    + Boldened title
    ± Tightened checkbox elem padding
    ± Squared buttons, uppercased labels
    ± Resized text ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]
    kudo-sync-bot committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    b399ec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e168928 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f052475 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7942317 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6edb718 View commit details
    Browse the repository at this point in the history
  9. Improved function aliasing

    ± Refactored routine into function for easier recursion
    + Added lowercase aliasing
    ± Reduced nesting
    ± Shortened var names
    ± Renamed vars for readability
    ± Replaced `for of` loops w/ `forEach` ones for readability
    adamlui committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    47ab4a8 View commit details
    Browse the repository at this point in the history
  10. Improved function aliasing

    ± Refactored routine into function for easier recursion
    + Added lowercase aliasing
    ± Reduced nesting
    ± Shortened var names
    ± Renamed vars for readability
    ± Replaced `for of` loops w/ `forEach` ones for readability ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js]
    kudo-sync-bot committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    51f4a8c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4057398 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c42bd95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5458ac4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8db3475 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af3f10f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    948cfe7 View commit details
    Browse the repository at this point in the history
  17. Bumped chatgpt.js to 3.6.3

    adamlui committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    b701a31 View commit details
    Browse the repository at this point in the history
  18. Built chatgpt.js 3.6.3

    adamlui committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    f3696f8 View commit details
    Browse the repository at this point in the history
Loading