Skip to content

Releases: mustafabinguldev/Aurelius

Release v0.6.0 - New Root Directory and Custom 404 Page

27 Feb 13:25
Compare
Choose a tag to compare

Added the ability to create and manage directories under the root.
etc /app/page1/page2/page3

Introduced support for custom 404 error page design, enhancing the user experience.
etc
/app/404

  • page.html
  • page.css
  • page.js

Release v0.5.1 - Addon Class Improvements and Bug Fixes

24 Feb 11:06
Compare
Choose a tag to compare

We are excited to announce the release of version v0.5.1 of our project. This release brings several improvements to the addon system, as well as bug fixes and optimizations. Here are the key updates:

New Features:
Addon Classes Refactor: We've made significant updates to the addon classes, improving the structure and making them easier to extend. These updates ensure better maintainability and compatibility with future releases.
Enhanced Addon Handling: The system for loading and managing addons has been improved, allowing for more flexibility in how addons interact with the core application.
Bug Fixes:
Addon Initialization: Fixed a bug where some addons were not being initialized correctly under certain conditions.
Performance Improvements: Optimized addon loading times, reducing delays when adding or updating addons.
Miscellaneous Fixes: Various small bug fixes and stability improvements.
Breaking Changes:
API Changes: There have been some minor API changes related to the addon system. If you are developing your own addons, please ensure they are updated to match the new structure.
Upgrading:
To upgrade, simply merge the latest version into your local environment. For more detailed instructions, please refer to the documentation or follow the setup guide.
We hope these updates improve your experience with the project. As always, if you encounter any issues, please feel free to reach out!

0.5.0 Major Update

23 Feb 19:07
Compare
Choose a tag to compare
  • Migrated from standard socket implementation to Netty framework for better performance and scalability.
  • Asynchronous I/O processing implemented, significantly improving server response times.
  • Media file responses are now handled with chunked transfer encoding, enabling efficient handling of large files.
  • Updated server initialization process to utilize Netty's event loop groups, improving concurrency and throughput.
  • Error handling and response management have been optimized to ensure smoother operation.
  • Server is now more reliable and scalable, ready to handle a higher volume of concurrent requests.

This update ensures that the application can handle larger traffic and media files with improved stability and efficiency.

0.4.6 - UI Improvements & Fixes

21 Feb 10:12
Compare
Choose a tag to compare

Release Notes:

Fixed: The server now shuts down properly when the UI is closed.
Added: "Reload Project" option in the menu, allowing users to apply changes to the server without restarting.
Improved: Stability and responsiveness of the UI.
This update ensures a smoother experience when managing the server through the graphical interface. 🚀

0.4.5 UI Update

20 Feb 16:09
Compare
Choose a tag to compare
  • Introduced a modern UI layout with a clean design.
  • Displayed essential server information such as page count, container count, image count, and server port.
  • Removed unnecessary menu items to keep the interface minimal and user-friendly.
  • Applied a structured layout for better readability and usability.

0.4.1 Stable

18 Feb 11:02
Compare
Choose a tag to compare

Features:

  • Fixed issue where the folder was empty at the beginning of the process.
  • Improved folder initialization to ensure proper data loading.

Bug Fixes:

  • Resolved the problem of starting with an empty folder, ensuring smoother setup.

Improvements:

  • Enhanced initialization process for faster and more reliable start.

0.4 Stable

17 Feb 12:23
Compare
Choose a tag to compare

New Features:
Variable Support in Containers:
Added the ability to pass and use variables inside container tags. This allows dynamic data injection within HTML container elements.
Improvements:
Enhanced flexibility of container structures by allowing variable-based dynamic content.
Bug Fixes:
Fixed minor issues related to container rendering.

0.3.5 Stable version

16 Feb 18:12
Compare
Choose a tag to compare
Update README.MD