Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project to use Electron 22 and add a build for M1/M2 Macs #6

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2023

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

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    d4c228a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17b991 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d361bc2 View commit details
    Browse the repository at this point in the history
  4. No need for try/catch and explicitly returning Promise

    That should be done automatically since it's an async function
    landonepps committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    28cfe87 View commit details
    Browse the repository at this point in the history
  5. 2.0.0

    landonepps committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1ffc22a View commit details
    Browse the repository at this point in the history
  6. Auto-fix javascript to match Google style (#3)

    Google's style guide seemed the closest to the original, so I ran ESLint to standardize the code style
    landonepps committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    562990f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d663f0 View commit details
    Browse the repository at this point in the history
  8. Add LICENSE.txt

    landonepps committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    363e4e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Fix ignore regex

    landonepps committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ef4479e View commit details
    Browse the repository at this point in the history