Releases: bajrangCoder/acodex-server
Releases · bajrangCoder/acodex-server
AcodeX-server v1.1.6
What's Changed
- fix: correct shebang for termux by @GR3YH4TT3R93 in #8
New Contributors
- @GR3YH4TT3R93 made their first contribution in #8
Full Changelog: v1.1.4...v1.1.6
AcodrX-server v1.1.4
Fixed the weird compatibility issues on termux.
Full Changelog: v1.1.2...v1.1.4
AcodeX-Server v1.1.2 🚀
We are excited to announce the release of AcodeX Server v1.1.2
, bringing a host of improvements to elevate the experience. This release focuses on performance, stability, and enhanced functionality.
Key Highlights:
- Migration to TypeScript:
- The entire codebase has been migrated to TypeScript, enhancing code readability, maintainability, and developer productivity.
- Reduced Build Bundle Size:
- Significant optimizations have been implemented to reduce the server's build bundle size, ensuring a more efficient and faster start 🚀.
- Local Network Support:
- AcodeX Server is now capable of running on local networks, using
axs -i
- AcodeX Server is now capable of running on local networks, using
- Blazingly Fast Server Powered by Hono:
- The server performance has been turbocharged with the migration from express to Hono, delivering an exceptionally fast server
- Tiny Bundle Size
- Stability Enhancements:
- Numerous stability enhancements have been implemented, addressing potential issues and providing a more robust experience.
- Extended CLI Commands:
- Explore additional command-line options with the newly added CLI commands. Run
acodex-server --help
to discover the expanded set of functionalities.
- Explore additional command-line options with the newly added CLI commands. Run
- Unified Naming Conventions:
- Now you can use either
axs
oracodeX-server
oracodex-server
interchangeably for a consistent user experience.
- Now you can use either
Full Changelog: https://github.com/bajrangCoder/acodex-server/commits/v1.1.0