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: Acode-Foundation/Acode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.2-beta
Choose a base ref
...
head repository: Acode-Foundation/Acode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.2-beta.2
Choose a head ref
  • 10 commits
  • 16 files changed
  • 7 contributors

Commits on Apr 22, 2025

  1. feat: improve changelogs page (#1274)

    * feat: improve changelogs page
    
    - by default only show releases notes of installed version
    - menu to select and read `latest`, `beta`, etc
    - linkify the mentions and pr number similar to github
    
    * fix: formatting
    
    * Update src/pages/changelog/changelog.js
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * fix: formatting
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    bajrangCoder and Copilot authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    fdbf2e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Refactor, feat: Select dialog (#1275)

    * refactor: select dialog
    
    * feat: checkbox to select dialog
    
    * fix: forget logs
    
    * docs(select dialog): add missing JSDoc comments
    
    - Add missing `checkbox` property in jsDoc.
    
    * Update(select dialog): Add extra condition to if statement
    
    * fix(select dialog): format
    
    * format
    overskul authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    4947f4d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Fix: Translate "Donation Message" and some words (#1279)

    * Improve Indonesian Translation
    
    Improve Indonesian Translation, not 100% accurate
    
    * Improve Indonesian Translation
    
    Improve Indonesian Translation, not 100% accurate.
    
    * Improve Indonesian Translation
    
    Improve Indonesian Translation, not 100% accurate.
    
    * Fix: Translate "Donation Message" and some words
    
    Translate "Donation Message" and some words
    
    ---------
    
    Co-authored-by: Hyper-Z11 <114817308+Hyper-Z11@users.noreply.github.com>
    hyperz111 and hyperz111 authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    f329f5f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Fix: "File Not Found" error when previewing HTML files from a Termux …

    …directory (#1282)
    
    * fix. 404 error
    
    * format
    RohitKushvaha01 authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    7c27860 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Update zh-cn.json and zh-hant.json (#1287)

    Co-authored-by: Launch Lee <lee2487596275outlook.com>
    LaunchLee authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    52b34d2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Configuration menu
    Copy the full SHA
    8df174e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b87e1 View commit details
    Browse the repository at this point in the history
  3. fix lint

    bajrangCoder authored May 4, 2025
    Configuration menu
    Copy the full SHA
    2b32ed2 View commit details
    Browse the repository at this point in the history
  4. fix lint

    bajrangCoder authored May 4, 2025
    Configuration menu
    Copy the full SHA
    51efbb7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. File Menu & QuickTools Visibility for editor tabs (#1292)

    ## Changes
    This PR implements visibility management for the file menu icon and adds QuickTools visibility control per tab.
    
    ### File Menu Icon (Pencil Icon)
    - Hides the file menu icon from header when active editor tab type is "page", otherwise show it
    
    ### QuickTools
    - Adds `hideQuickTools` boolean property to EditorFile (defaults to false)
    - Allows per-tab control of QuickTools visibility
    
    ## Usage
    ```javascript
    // Create a new tab with QuickTools hidden
    new EditorFile("My Tab", {
      hideQuickTools: true
    });
    ```
    bajrangCoder authored May 5, 2025
    Configuration menu
    Copy the full SHA
    9221237 View commit details
    Browse the repository at this point in the history
Loading