Skip to content

Tags: Acode-Foundation/Acode

Tags

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump: stable v1.11.2 (#1323)

v1.11.2-beta.5

Toggle v1.11.2-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix. path overlap issue in html viewer (#1318)

v1.11.2-beta.4

Toggle v1.11.2-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for compound file paths like `.blade.php` (#1308)

v1.11.2-beta.3

Toggle v1.11.2-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed select box issue and improved multiple aspects of it (#1296)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.11.2-beta.2

Toggle v1.11.2-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
});
```

v1.11.2-beta

Toggle v1.11.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve Indonesian Translation (#1268)

* 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.

v1.11.1-beta

Toggle v1.11.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump new release

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1204 from bajrangCoder/main

bump update: v1.11.0

v1.10.7

Toggle v1.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.10.7(stable) (#1123)