Skip to content

Releases: LebToki/Laragon-Dashboard

v2.4.0

26 Nov 13:26
169e8e4
Compare
Choose a tag to compare

Had to remove Server Controls for now as there is no point since we don't have exec triggers yet and don't want to introduce a python middleware simply to kick exec commands who knows hoping that the next version of Laragon does support scripts.php

v2.3.9

04 Nov 07:51
adf80ed
Compare
Choose a tag to compare

Overview
Version 2.3.9 introduces design refinements for a cleaner, more consistent user interface on the Laragon Dashboard. Key improvements include uniform styling for server control buttons, background enhancements, and layout adjustments to ensure a seamless viewing experience. This update focuses on aesthetic improvements, user experience, and resolving issues related to document loading and background coverage.

Key Updates
Server Controls Card Redesign

The "Start Server" and "Stop Server" buttons are now presented within a dedicated card, similar to other overview cards, for a uniform look and feel.
The buttons are styled as btn-success and btn-danger to visually distinguish them as control actions.
The new card aligns with the rest of the dashboard components, improving overall design consistency.
Background Coverage Fix

Addressed an issue where the background image would cut off below the page content.
The background now fully covers the viewport, providing a continuous, visually appealing backdrop for the dashboard.
Footer and Layout Adjustments

Footer positioning was refined to ensure it remains at the bottom of the page, regardless of content length.
Adjusted the main container's height to cover the full viewport, creating a balanced structure where all elements are properly aligned.
Additional UI Enhancements

Minor updates to spacing and padding for improved readability and alignment.
Consistent scrollbar styling across different browsers to match the dashboard’s theme.
Version Update

Updated version number from 2.3.8 to 2.3.9 in the codebase comments and displayed title, reflecting the latest improvements.

Summary
The 2.3.9 update provides a refined, polished look to the Laragon Dashboard, emphasizing a cohesive design for server controls, a seamless background, and a footer that remains anchored at the bottom of the viewport. This update resolves previous issues with document loading and enhances the visual coherence of the interface, offering a more professional and user-friendly experience.

v.2.3.8

30 Jul 07:48
fc6f7ed
Compare
Choose a tag to compare

updated the main index.php
server_vitals.php
/assets/inbox/ both files were enhanced and now have better error handling and functionality

Full Changelog: v.2.3.7...v.2.3.8

v.2.3.7

16 Jul 11:18
6a92659
Compare
Choose a tag to compare

Full Changelog: v.2.3.6...v.2.3.7

v.2.3.6

14 Jul 16:59
d6ca80e
Compare
Choose a tag to compare

Full Changelog: v.2.3.5...v.2.3.6

v.2.3.5

06 Jun 07:42
582a0d0
Compare
Choose a tag to compare

Hostname hardcoded #19 fixed
removed secondary header in the email client
Emails in Open_Email.php #19 fixed

v2.3.3

31 May 15:21
eca2db1
Compare
Choose a tag to compare

all languages includes and hopefully fixed
rooms for improvements

v2.3.1

31 May 14:15
1eae136
Compare
Choose a tag to compare

updated

v2.3.0

31 May 14:01
7ef842d
Compare
Choose a tag to compare

Changes in version 2.30
Introduced Language Translation Support
Implemented language translation support using JSON files.

Introduced Breadcrumbs and Tabs:
Introduced breadcrumb headers for each tab for better navigation.

These tabs are not in place:

  • Servers Tab
  • Mailbox Tab
  • Server or Stack Vitals

Updates:

HTML Structure:
Refactored HTML structure to include header for each tab within the tab content.
Updated navigation tabs to include servers, mailbox, and vitals.

CSS Styling:
Improved overall styling with Bootstrap 5.
Added custom styles for tabs, headers, and overview cards.

JavaScript Functionality:
Enhanced tab switching functionality with jQuery.
Added language selector change event to reload the page with the selected language.

PHP Code Enhancements:
Refactored server information retrieval and display logic.
Enhanced error handling for server vitals data retrieval.

v.2.3.4

01 Jun 08:05
f6c2052
Compare
Choose a tag to compare

had a wrong url for the read_mail,php