-
Notifications
You must be signed in to change notification settings - Fork 511
Comparing changes
Open a pull request
base repository: Acode-Foundation/Acode
base: v1.11.2-beta
head repository: Acode-Foundation/Acode
compare: v1.11.2-beta.2
- 10 commits
- 16 files changed
- 7 contributors
Commits on Apr 22, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for fdbf2e5 - Browse repository at this point
Copy the full SHA fdbf2e5View commit details
Commits on Apr 23, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 4947f4d - Browse repository at this point
Copy the full SHA 4947f4dView commit details
Commits on Apr 24, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f329f5f - Browse repository at this point
Copy the full SHA f329f5fView commit details
Commits on Apr 25, 2025
-
Fix: "File Not Found" error when previewing HTML files from a Termux …
…directory (#1282) * fix. 404 error * format
Configuration menu - View commit details
-
Copy full SHA for 7c27860 - Browse repository at this point
Copy the full SHA 7c27860View commit details
Commits on Apr 28, 2025
-
Update zh-cn.json and zh-hant.json (#1287)
Co-authored-by: Launch Lee <lee2487596275outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 52b34d2 - Browse repository at this point
Copy the full SHA 52b34d2View commit details
Commits on May 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8df174e - Browse repository at this point
Copy the full SHA 8df174eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b87e1 - Browse repository at this point
Copy the full SHA d2b87e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b32ed2 - Browse repository at this point
Copy the full SHA 2b32ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51efbb7 - Browse repository at this point
Copy the full SHA 51efbb7View commit details
Commits on May 5, 2025
-
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 }); ```
Configuration menu - View commit details
-
Copy full SHA for 9221237 - Browse repository at this point
Copy the full SHA 9221237View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.2-beta...v1.11.2-beta.2