You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@
23
23
-**`acode.installPlugin` API**: Introduced an API for plugins to install other plugins with user consent by @bajrangCoder(available from versionCode: `954`).
24
24
-**View Changelogs in Settings**: Added an option in the settings page to view changelogs directly inside the app by @bajrangCoder.
25
25
-**App Update Checker**: Implemented an app update checker that runs on startup by @bajrangCoder.
26
+
- feat: copy/cut current line when selection is empty with same key shortcut by @angeloyana
27
+
- feat: add symlinks support in SFTP by @bajrangCoder
26
28
27
29
### Fixes
28
30
-**Plugin Loading Failures**: Improved handling of plugin loading failures by @bajrangCoder:
@@ -38,6 +40,8 @@
38
40
-**Search Bar in File Browser**: Fixed a bug where the search bar in the file browser would get stuck and become unclosable.
39
41
-**Theme Page Issues**: Addressed issues with theme plugins, including preview rendering and checkbox state changes.
40
42
-**Formatter Mode Selection**: Fixed the formatter ignoring the selected mode for files by @alMukaafih.
43
+
- fix: fetch plugin updates even if any fails by @UnschooledGamer
0 commit comments