Skip to content

Commit 4a26f97

Browse files
committed
chore: release note for v3.9 and hide vscode shortcut feature as its not ready yet
1 parent ba5800d commit 4a26f97

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

src/assets/default-project/en/Newly_added_features.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ We are continuously adding features every week to improve the life of web develo
77

88
Here's a list of top features recently added to Phoenix:
99

10+
## Auto Tab and Spacing detection
11+
12+
`Added on August, 2024`
13+
14+
Phoenix Code can now automatically detect and apply the indentation style (tabs or spaces) based on the existing code in the file.
15+
[Read more...](https://docs.phcode.dev/docs/editing-text/#auto-space-detection)
16+
17+
![image](https://github.com/user-attachments/assets/0adc47c5-a561-4002-bffb-d7bcde999b9d)
18+
19+
## Auto rename start and end of HTML/XML/SVG tags
20+
21+
`Added on July, 2024`
22+
23+
Automatically rename paired HTML/XML/SVG tags as you type at the start or end of the tag. [Read more...](https://docs.phcode.dev/docs/editing-text/#auto-rename-tag)
24+
25+
![tag sync](https://github.com/user-attachments/assets/ad82db8c-df1c-4c83-a5db-145caab539ec)
26+
27+
## Now Available on ChromeOS
28+
29+
`Added on July, 2024`
30+
31+
All new native ChromeOS app is now available on the Google Play Store.
32+
The ChromeOS app is a highly requested feature and is specially made for education and student use.
33+
34+
[![google play icon (1)](https://github.com/user-attachments/assets/0a7f20ce-653c-43a8-ac3e-3875ea74df5b)](https://play.google.com/store/apps/details?id=prod.phcode.twa)
35+
1036
## Drag and Drop Files and Folders in Desktop Apps - Experimental
1137

1238
`Added on June, 2024`

src/extensionsIntegrated/DisplayShortcuts/templates/bottom-panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="#" class="close">&times;</a>
55
<button class="btn reset-to-default" title="{{KEYBOARD_SHORTCUT_PANEL_RESET_DEFAULT}}">{{{KEYBOARD_SHORTCUT_PANEL_RESET}}}</button>
66
<input class="filter" type="search" placeholder="{{{KEYBOARD_SHORTCUT_PANEL_FILTER}}}">
7-
<span class="presetPickerContainer" title="{{KEYBOARD_SHORTCUT_PRESET_TOOLTIP}}"></span>
7+
<span class="presetPickerContainer forced-hidden" title="{{KEYBOARD_SHORTCUT_PRESET_TOOLTIP}}"></span>
88
</div>
99
<div class="resizable-content"></div>
1010
</div>

src/htmlContent/about-dialog.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ <h2>{{APP_NAME_ABOUT_BOX}}</h2>
1414
</p>
1515
<p class="dialog-message">{{{Strings.ABOUT_RELEASE_CREDITS}}}
1616
<a href="https://github.com/abose" target="_blank" rel="noopener" >Arun Bose</a><span>,&nbsp;
17-
<a href="https://github.com/charlypa" target="_blank" rel="noopener" >charly p abraham</a>
17+
<a href="https://github.com/charlypa" target="_blank" rel="noopener" >Charly P Abraham</a>,
18+
<a href="https://github.com/kiranbose" target="_blank" rel="noopener" >Kiran Bose</a>,
19+
<a href="https://github.com/devvaannsh" target="_blank" rel="noopener" >Devansh Agarwal</a>,
20+
<a href="https://github.com/jozsefk9" target="_blank" rel="noopener" >Jozsef</a>,
21+
<a href="https://github.com/acemi1" target="_blank" rel="noopener" >acemi1</a>
1822
</p>
1923

2024
<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2021 - present <a href="https://core.ai">Core.ai</a> and its licensors. All rights reserved.</p>

0 commit comments

Comments
 (0)