Skip to content

Tags: Acode-Foundation/Acode

Tags

1.11.6-nightly.d20f1b3

Toggle 1.11.6-nightly.d20f1b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add clean install state functionality to app settings (#1690)

* feat: Add clean install state functionality to app settings

* Introduced a new setting for cleaning the install state, allowing users to delete the install state file if it exists.
* Added error handling and user feedback for the clean install state operation.

* chore(appSettings): format

* feat: Update translations for multiple languages and fix app settings reference

* Added clean install state string key to various language files including Arabic, Belarusian, Bengali, Czech, German, English, Spanish, French, Hebrew, Hindi, Hungarian, Indonesian, Persian, Italian, Japanese, Korean, Malayalam, Burmese (Unicode and Zawgyi), Polish, Portuguese, Punjabi, Russian, Tagalog, Turkish, Ukrainian, Uzbek, Vietnamese, and both Simplified and Traditional Chinese.
* Fixed the reference for the "clean install state" in app settings to match the updated string key.

* chore(ci): update translation files check command in CI workflow

* Changed the command from 'npm run lint check' to 'npm run lang check' for improved translation file validation in the CI workflow.

* chore(ci): add npm ci command for translation files check in CI workflow

* chore: format translation files

* chore: update PR label workflow to trigger on closed and synchronized events

* chore: update PR label workflow to include 'ready_for_review' event

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add clean install state functionality to app settings (#1690)

* feat: Add clean install state functionality to app settings

* Introduced a new setting for cleaning the install state, allowing users to delete the install state file if it exists.
* Added error handling and user feedback for the clean install state operation.

* chore(appSettings): format

* feat: Update translations for multiple languages and fix app settings reference

* Added clean install state string key to various language files including Arabic, Belarusian, Bengali, Czech, German, English, Spanish, French, Hebrew, Hindi, Hungarian, Indonesian, Persian, Italian, Japanese, Korean, Malayalam, Burmese (Unicode and Zawgyi), Polish, Portuguese, Punjabi, Russian, Tagalog, Turkish, Ukrainian, Uzbek, Vietnamese, and both Simplified and Traditional Chinese.
* Fixed the reference for the "clean install state" in app settings to match the updated string key.

* chore(ci): update translation files check command in CI workflow

* Changed the command from 'npm run lint check' to 'npm run lang check' for improved translation file validation in the CI workflow.

* chore(ci): add npm ci command for translation files check in CI workflow

* chore: format translation files

* chore: update PR label workflow to trigger on closed and synchronized events

* chore: update PR label workflow to include 'ready_for_review' event

1.11.6-nightly.00856fc

Toggle 1.11.6-nightly.00856fc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Added missing translation for info window in terminal settings (#…

…1681)

* Update terminalSettings.js

* Add files via upload

* Add files via upload

1.11.6-nightly.4fd5410

Toggle 1.11.6-nightly.4fd5410's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Translation: Update hungarian hu-hu.json (#1687)

* Translation: Update hungarian hu-hu.json

Translate new strings
Fix typos

* Translation: Update hungarian hu-hu.json

Fix full stop: .

1.11.6-nightly.5680883

Toggle 1.11.6-nightly.5680883's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update AlpineDocumentProvider.java (#1684)

* Update AlpineDocumentProvider.java

* Update AlpineDocumentProvider.java

1.11.6-nightly.d3413f7

Toggle 1.11.6-nightly.d3413f7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Added missing translation for info window in file browser and ap…

…p settings. (#1677)

* Update appSettings.js

* Update filesSettings.js

* Add files via upload

* Update appSettings.js

* Update filesSettings.js

* Update appSettings.js

1.11.6-nightly.626c5fe

Toggle 1.11.6-nightly.626c5fe's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Translation corrected in terminal settings (#1676)

* Update terminalSettings.js

* Add files via upload

1.11.6-nightly.78e0f4a

Toggle 1.11.6-nightly.78e0f4a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update zh-cn.json and zh-hant.json (#1674)

1.11.6-nightly.9a55d5c

Toggle 1.11.6-nightly.9a55d5c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: `switchFile` api to respect custom subtitle (#1672)

1.11.6-nightly.2e2e93c

Toggle 1.11.6-nightly.2e2e93c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: do not restore terminals if axs is dead (#1664)

* fix: do not restore terminals if axs is dead

* format