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: ai-shifu/ChatALL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.78.103
Choose a base ref
...
head repository: ai-shifu/ChatALL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.78.104
Choose a head ref
  • 6 commits
  • 19 files changed
  • 2 contributors

Commits on May 4, 2024

  1. Centralize 'apiKey' references in i18n and fix some missing translations

    Merge 'apiKey' entries across BotSettings into 'common.apiKey' to
    eliminate duplicates and address previous translation omissions. This
    ensures consistency and completeness of all apiKey entries in i18n.
    PeterDaveHello authored and sunner committed May 4, 2024
    Configuration menu
    Copy the full SHA
    497d2ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    393d534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f05ff View commit details
    Browse the repository at this point in the history
  4. Remove incorrect linux icon config to fix linux app no icon issue

    According to the official electron-builder doc:
    
    > Linux icon set will be generated automatically based on the macOS
    > `icns` file or common `icon.png`.
    >
    > Or you can put them into the `build/icons` directory if you want to
    > specify them yourself.
    > The filename must contain the size (e.g. `256x256.png`) of the icon).
    > Recommended sizes: 16, 32, 48, 64, 128, 256 (or just 512).
    
    The old config is somehow wrong.
    
    Reference:
    - https://www.electron.build/icons#linux
    PeterDaveHello authored and sunner committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ad7bd9b View commit details
    Browse the repository at this point in the history
  5. Set electronBuilder compression level to reduce the size of dist files

    For linux distribution files, there's no significant size change for deb
    packages, but for AppImage dist files, the size is reduced from about
    108MB to 70~79MB, which is good.
    PeterDaveHello authored and sunner committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e7436f0 View commit details
    Browse the repository at this point in the history
  6. chore: bump to v1.78.104

    sunner committed May 4, 2024
    Configuration menu
    Copy the full SHA
    9b73005 View commit details
    Browse the repository at this point in the history
Loading