Commits on Sep 30, 2022

  1. Update winget.yml

    vedantmgoyal9 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e1f0368 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. fix: set epgSource as not required field

    this commit fixes #175
    4gray committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    049ed6b View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    25bb897 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    344bd75 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    9b55769 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. refactor: fix isElectron() call

    4gray committed Oct 24, 2022
    1 Configuration menu
    Copy the full SHA
    68fbc24 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Update zh.json

    ixiumu committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    91fb1f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge pull request #188 from ixiumu/electron

    Update zh.json
    4gray committed Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    3d6f66f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from vedantmgoyal2009/patch-2

    Update winget.yml
    4gray committed Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    6f2d486 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. build(deps): bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    97cdb47 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

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

Commits on Dec 6, 2022

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

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    4043026 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from 4gray/feat/ngrx

    Switch from akita to ngrx
    4gray committed Dec 7, 2022
    1 Configuration menu
    Copy the full SHA
    bfd7fbe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #197 from 4gray/codesee-arch-diagram-workflow-1670…

    …279378892
    
    Upgrade CodeSee workflow to version 2
    4gray committed Dec 7, 2022
    1 Configuration menu
    Copy the full SHA
    0107e35 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump @xmldom/xmldom from 0.7.6 to 0.7.9

    Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.6 to 0.7.9.
    - [Release notes](https://github.com/xmldom/xmldom/releases)
    - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
    - [Commits](xmldom/xmldom@0.7.6...0.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@xmldom/xmldom"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b2dda44 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump loader-utils from 2.0.2 to 2.0.4

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.2...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    857a237 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Merge pull request #199 from 4gray/dependabot/npm_and_yarn/xmldom/xml…

    …dom-0.7.9
    
    build(deps): bump @xmldom/xmldom from 0.7.6 to 0.7.9
    4gray committed Dec 10, 2022
    1 Configuration menu
    Copy the full SHA
    ab06602 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from 4gray/dependabot/npm_and_yarn/loader-uti…

    …ls-2.0.4
    
    build(deps): bump loader-utils from 2.0.2 to 2.0.4
    4gray committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    61b34e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #196 from 4gray/dependabot/npm_and_yarn/decode-uri…

    …-component-0.2.2
    
    build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
    4gray committed Dec 10, 2022
    1 Configuration menu
    Copy the full SHA
    fb9de0b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. feat: add cmd+q hotkey to close the app (macOS)

    this commit closes #181
    4gray committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f3e00e7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    0a302b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Dec 23, 2022

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

Commits on Dec 25, 2022

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

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    a3fc774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b42605c View commit details
    Browse the repository at this point in the history
  3. feat: persist window size

    this commit relates to #205
    4gray committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    2ce60e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b336680 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    342a549 View commit details
    Browse the repository at this point in the history
  6. chore: update electron-builder

    4gray committed Dec 26, 2022
    1 Configuration menu
    Copy the full SHA
    07a028d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    1afabc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cfbfed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a97f9 View commit details
    Browse the repository at this point in the history
  4. ci: add e2e workflow

    4gray committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    62dc949 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    c0a9006 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. ci: adjust e2e workflow

    Update ci.yaml
    
    Update ci.yaml
    
    Update ci.yaml
    
    Update ci.yaml
    4gray committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a1d2ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca91cf4 View commit details
    Browse the repository at this point in the history
  3. test: set custom test id attribute for playwright

    Update electron-builder.json
    
    ci: experiment with electron-builder configuration for linux
    4gray committed Jan 3, 2023
    1 Configuration menu
    Copy the full SHA
    18efd20 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    455f3cf View commit details
    Browse the repository at this point in the history
  5. build(deps): bump json5 from 1.0.1 to 1.0.2

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1442eb1 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    8eead4e View commit details
    Browse the repository at this point in the history
  7. build(deps): bump got and electron

    Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [electron](https://github.com/electron/electron). These dependencies need to be updated together.
    
    
    Updates `got` from 9.6.0 to 11.8.6
    - [Release notes](https://github.com/sindresorhus/got/releases)
    - [Commits](sindresorhus/got@v9.6.0...v11.8.6)
    
    Updates `electron` from 20.2.0 to 22.0.0
    - [Release notes](https://github.com/electron/electron/releases)
    - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
    - [Commits](electron/electron@v20.2.0...v22.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    - dependency-name: electron
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9e5d093 View commit details
    Browse the repository at this point in the history
  8. Update ci.yaml

    4gray committed Jan 3, 2023
    1 Configuration menu
    Copy the full SHA
    4d8df70 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    83a5de4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. ci: update e2e step

    4gray committed Jan 4, 2023
    1 Configuration menu
    Copy the full SHA
    a4891ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from 4gray/dependabot/npm_and_yarn/json5-1.0.2

    build(deps): bump json5 from 1.0.1 to 1.0.2
    4gray committed Jan 4, 2023
    1 Configuration menu
    Copy the full SHA
    57a4b80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #207 from 4gray/dependabot/npm_and_yarn/got-and-el…

    …ectron-11.8.6
    
    build(deps): bump got and electron
    4gray committed Jan 4, 2023
    1 Configuration menu
    Copy the full SHA
    df3c32b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

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