| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| manifest.json | 2026-08-29 | 1.3 kB | |
| manifest.sig | 2026-08-29 | 344 Bytes | |
| release.zip | 2026-08-29 | 5.9 MB | |
| Aksara 6.3.6 source code.tar.gz | 2026-08-29 | 6.5 MB | |
| Aksara 6.3.6 source code.zip | 2026-08-29 | 7.3 MB | |
| README.md | 2026-08-29 | 7.0 kB | |
| Totals: 6 Items | 19.7 MB | 0 | |
This release improves updater security, package integrity validation, admin UI, and maintenance tools.
Highlights
- Added signed release update flow using
release.zip,manifest.json, andmanifest.sig. - Added RSA signature and SHA-256 integrity checks for core updates and add-on packages.
- Added secure manual core update support.
- Centralized upload service.
- Added session and cache cleanup actions.
- Improved add-on/theme detail views with publisher, compatibility, and update information.
- Improved theme editor, authentication UI, passkey UI, and mobile layouts.
- Added Google Analytics support.
- Fixed API debug view, upload validation, permissions, accessibility, and compatibility issues.
What's Changed
- style: refine UI and input field styling in authentication views by @abydahana in https://github.com/abydahana/aksara/pull/1152
- ui: adjust auth modal card styling and refine register mobile layout … by @abydahana in https://github.com/abydahana/aksara/pull/1153
- feat: show theme editor button to mobile navbar by @abydahana in https://github.com/abydahana/aksara/pull/1154
- style: set gallery bento card background to transparent by @abydahana in https://github.com/abydahana/aksara/pull/1155
- feat: add migrate permission to updater and register passkey privileg… by @abydahana in https://github.com/abydahana/aksara/pull/1156
- feat: enforce AJAX requests for passkey registration, verification, a… by @abydahana in https://github.com/abydahana/aksara/pull/1157
- style: update passkey table styling and refine delete button appearance by @abydahana in https://github.com/abydahana/aksara/pull/1158
- refactor: relocate pingUpstream method and update redirect target to … by @abydahana in https://github.com/abydahana/aksara/pull/1159
- feat: add video spotlight update query ordering with localized label … by @abydahana in https://github.com/abydahana/aksara/pull/1160
- refactor: theme editor UI refine by @abydahana in https://github.com/abydahana/aksara/pull/1161
- refactor: add title variable documentation to report views by @abydahana in https://github.com/abydahana/aksara/pull/1162
- style: add rounded-4 border radius to preset selection buttons in edi… by @abydahana in https://github.com/abydahana/aksara/pull/1163
- style: adjust hero section font size and update layout container for … by @abydahana in https://github.com/abydahana/aksara/pull/1164
- fix: add fallback to placeholder icons and logos in error page views by @abydahana in https://github.com/abydahana/aksara/pull/1165
- feat: add validation feedback container and update passkey button sty… by @abydahana in https://github.com/abydahana/aksara/pull/1166
- fix: update thumbnail image source and alt attributes to use optional… by @abydahana in https://github.com/abydahana/aksara/pull/1167
- feat: enhance modules UI with improved card layouts and detailed comp… by @abydahana in https://github.com/abydahana/aksara/pull/1168
- feat: display detailed translation synchronization error logs in exce… by @abydahana in https://github.com/abydahana/aksara/pull/1169
- feat: enhance addon and theme detail views with publisher details and… by @abydahana in https://github.com/abydahana/aksara/pull/1170
- refactor: filename case by @abydahana in https://github.com/abydahana/aksara/pull/1171
- fix: add missing columns to groupBy clause in comment query to ensure… by @abydahana in https://github.com/abydahana/aksara/pull/1172
- feat: add Google Analytics support and minify HTML output by removing… by @abydahana in https://github.com/abydahana/aksara/pull/1173
- refactor: minify Google Analytics tracking script in main helper by @abydahana in https://github.com/abydahana/aksara/pull/1174
- fix: google lighthouse accessibility report by @abydahana in https://github.com/abydahana/aksara/pull/1175
- feat: implement view switching and custom preset option in theme edit… by @abydahana in https://github.com/abydahana/aksara/pull/1176
- refactor: fix code formatting by normalizing inline PHP conditionals … by @abydahana in https://github.com/abydahana/aksara/pull/1177
- feat: add support for selective JS and CSS builds in js-build script … by @abydahana in https://github.com/abydahana/aksara/pull/1178
- refactor: update theme editor layout to use modal-lg and responsive g… by @abydahana in https://github.com/abydahana/aksara/pull/1179
- fix: refine malicious code pattern matching to prevent false positive… by @abydahana in https://github.com/abydahana/aksara/pull/1180
- feat: implement RSA-based digital signature and SHA-256 integrity ver… by @abydahana in https://github.com/abydahana/aksara/pull/1182
- feat: implement mandatory integrity and signature validation for add-… by @abydahana in https://github.com/abydahana/aksara/pull/1183
- feat: implement manual core system update functionality with security… by @abydahana in https://github.com/abydahana/aksara/pull/1184
- refactor: remove unused ip-info retrieval logic from logs controller by @abydahana in https://github.com/abydahana/aksara/pull/1185
- refactor: centralized uploader by @abydahana in https://github.com/abydahana/aksara/pull/1186
- fix(session): wrap session helper functions with try-catch blocks by @abydahana in https://github.com/abydahana/aksara/pull/1187
- fix(auth): apply method overrides before permission checks by @abydahana in https://github.com/abydahana/aksara/pull/1188
- fix(constants): set default encryption key in Constants.php by @abydahana in https://github.com/abydahana/aksara/pull/1189
- fix(events): change ob_end_flush to ob_end_clean in pre_system event by @abydahana in https://github.com/abydahana/aksara/pull/1190
- fix(AI): update _error method to return ResponseInterface instead of … by @abydahana in https://github.com/abydahana/aksara/pull/1191
- Refactor uploader functionality and enhance permissions by @abydahana in https://github.com/abydahana/aksara/pull/1192
- refactor: streamline permission method handling by @abydahana in https://github.com/abydahana/aksara/pull/1193
- refactor: remove unnecessary GET request handling in index method by @abydahana in https://github.com/abydahana/aksara/pull/1194
- fix: missing API debug view; by @abydahana in https://github.com/abydahana/aksara/pull/1195
- feat: add AksaraPrivileges and AksaraPublicKey seeders; remove Update… by @abydahana in https://github.com/abydahana/aksara/pull/1196
- feat(cleaner): add session and cache cleanup actions by @abydahana in https://github.com/abydahana/aksara/pull/1197
- feat: add searchable(false) to multiple controllers; update session a… by @abydahana in https://github.com/abydahana/aksara/pull/1198
- Update updater interface and privileges for version 6.3.6 by @abydahana in https://github.com/abydahana/aksara/pull/1199
Full Changelog: https://github.com/abydahana/aksara/compare/6.3.5...6.3.6