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: alexmojaki/futurecoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: zh
Choose a base ref
...
head repository: alexmojaki/futurecoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 28 files changed
  • 4 contributors

Commits on Jul 6, 2025

  1. slack -> discord

    alexmojaki committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    cef1622 View commit details
    Browse the repository at this point in the history
  2. slack -> discord

    alexmojaki committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    32b9973 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Bump on-headers and compression in /frontend (#515)

    Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together.
    
    Updates `on-headers` from 1.0.2 to 1.1.0
    - [Release notes](https://github.com/jshttp/on-headers/releases)
    - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
    - [Commits](jshttp/on-headers@v1.0.2...v1.1.0)
    
    Updates `compression` from 1.7.4 to 1.8.1
    - [Release notes](https://github.com/expressjs/compression/releases)
    - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
    - [Commits](expressjs/compression@1.7.4...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: on-headers
      dependency-version: 1.1.0
      dependency-type: indirect
    - dependency-name: compression
      dependency-version: 1.8.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    98e3a5c View commit details
    Browse the repository at this point in the history
  2. Warpslow (#514)

    * Slow down WarpSpeed, speed up AOS
    
    * translations
    alexmojaki authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    1125aec View commit details
    Browse the repository at this point in the history
  3. Add Chinese Homepage translation (#516)

    * Add Chinese translation for homepage
    
    - Add Chinese version of index.html in translations/locales/zh/
    - Translate all UI text, testimonials, and feature descriptions
    - Maintain original HTML structure and styling
    - Use Simplified Chinese for accessibility to mainland users
    
    * Fix Chinese translation issues
    
    - Fix missing translation for 'Run' button (运行)
    - Update msgid from 'frontend.chat_on_slack' to 'frontend.chat_on_discord'
    - Add Chinese translation for Discord chat link
    - Ensure consistency in UI terminology translations
    
    * Add compiled Chinese translation file
    
    - Add futurecoder.mo (compiled translation file)
    - Ensures Chinese translations work immediately without recompilation
    - Includes all frontend terms and UI translations
    
    ---------
    
    Co-authored-by: Conner Mo <[email protected]>
    connermo and Conner Mo authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    bbafb38 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. Make Chinese and Polish translations visible from frontend (#518)

    * Make zh and pl visible from frontend
    
    * make languages sort of alphabetical
    
    * add new languages to frontend test
    
    * update homepages
    
    * update translations with slack->discord
    alexmojaki authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    15385b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a519add View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

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

Commits on Aug 18, 2025

  1. Bump actions/checkout from 4 to 5 in the github-actions group (#519)

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    22fabaf View commit details
    Browse the repository at this point in the history
  2. master -> main

    alexmojaki committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    77b420e View commit details
    Browse the repository at this point in the history
  3. master -> main

    alexmojaki committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    bc97dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Bump http-proxy-middleware in /frontend (#522)

    Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) to 2.0.9 and updates ancestor dependency . These dependencies need to be updated together.
    
    
    Updates `http-proxy-middleware` from 2.0.6 to 2.0.9
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.9)
    
    Updates `http-proxy-middleware` from 1.0.6 to 3.0.5
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: http-proxy-middleware
      dependency-version: 2.0.9
      dependency-type: indirect
    - dependency-name: http-proxy-middleware
      dependency-version: 3.0.5
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    5cede1e View commit details
    Browse the repository at this point in the history
  2. Bump form-data in /frontend (#521)

    Bumps  and [form-data](https://github.com/form-data/form-data). These dependencies needed to be updated together.
    
    Updates `form-data` from 3.0.1 to 3.0.4
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
    - [Commits](form-data/form-data@v3.0.1...v3.0.4)
    
    Updates `form-data` from 4.0.0 to 4.0.4
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
    - [Commits](form-data/form-data@v3.0.1...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 3.0.4
      dependency-type: indirect
    - dependency-name: form-data
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    d5a89ef View commit details
    Browse the repository at this point in the history
  3. Bump brace-expansion from 1.1.11 to 1.1.12 in /frontend (#520)

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4f32d3f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Bump ws in /frontend (#523)

    Bumps  and [ws](https://github.com/websockets/ws). These dependencies needed to be updated together.
    
    Updates `ws` from 8.11.0 to 8.18.3
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.11.0...8.18.3)
    
    Updates `ws` from 7.5.9 to 7.5.10
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.11.0...8.18.3)
    
    Updates `ws` from 8.8.1 to 8.18.3
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.11.0...8.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-version: 8.18.3
      dependency-type: indirect
    - dependency-name: ws
      dependency-version: 7.5.10
      dependency-type: indirect
    - dependency-name: ws
      dependency-version: 8.18.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    423971f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Bump axios from 1.8.2 to 1.12.0 in /frontend (#526)

    Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.8.2...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-version: 1.12.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    1e86102 View commit details
    Browse the repository at this point in the history
  2. Bump the github-actions group with 2 updates (#525)

    Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    Updates `actions/setup-node` from 4 to 5
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    e55a67d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Bump actions/setup-node from 5 to 6 in the github-actions group (#528)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    7e4e226 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Bump actions/upload-artifact from 4 to 5 in the github-actions group (#…

    …529)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    7e5da5c View commit details
    Browse the repository at this point in the history
Loading