From 9d96de414fca69d5fef91a2936d3b76eb94178fd Mon Sep 17 00:00:00 2001 From: abose Date: Mon, 25 Nov 2024 08:41:57 +0530 Subject: [PATCH] docs: newly added features added dates --- .../en/Newly_added_features.md | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/assets/default-project/en/Newly_added_features.md b/src/assets/default-project/en/Newly_added_features.md index 6d010baca5..d471ec976e 100644 --- a/src/assets/default-project/en/Newly_added_features.md +++ b/src/assets/default-project/en/Newly_added_features.md @@ -3,19 +3,14 @@ # Newly Added Features We are continuously adding features every week to improve the life of web developers. -Check out our release page! +Check out our release page to see the full list of changes! Here's a list of top features recently added to Phoenix: -

Indent Guide Lines

- -Phoenix Code now supports indent guidelines to help you better visualize code structure. This feature can -be toggled via `View > Indent Guide Lines`. - -![image](https://github.com/user-attachments/assets/3d9d0c55-3c9e-4ab3-bbc0-53b563d19e39) -

Customizable Editor Line Height

+`Added on November, 2024` + Theme Settings (`View > Themes...`) now has a new `Line Height` slider. Adjust the editor line height between 1x and 3x to find your perfect balance of readability and screen real estate. @@ -23,6 +18,15 @@ Also added a `Get More...` button to the Themes dialog, linking directly to the ![image](https://github.com/user-attachments/assets/97a46d9a-e971-401d-8a77-015afa6d5972) +

Indent Guide Lines

+ +`Added on October, 2024` + +Phoenix Code now supports indent guidelines to help you better visualize code structure. This feature can +be toggled via `View > Indent Guide Lines`. + +![image](https://github.com/user-attachments/assets/3d9d0c55-3c9e-4ab3-bbc0-53b563d19e39) +

Auto Tab and Spacing Detection

`Added on August, 2024`