Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 2d84e6c

Browse files
committed
Update WelcomeView.swift
1 parent 50bd161 commit 2d84e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snip/Components/Welcome/WelcomeView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct WelcomeView: View {
3838
.foregroundColor(themeTextColor)
3939
.padding(EdgeInsets(top: 16, leading: 0, bottom: 16, trailing: 0))
4040
HStack {
41-
Text("- Improved performances\n- Added Dart support\n- Fix deeplinks\n- Added localization (en/de by David Keulert)\n- Added tags category on sidebar\n- Added synced from Gist category on sidebar\n- Added Gist sync\n- Added autocomplete (ctrl+space)\n- Added auto indent shortcut (ctrl+I)\n- Added other keyboard shortcuts\n- Fixed UI bugs\n- Share code as a carbon.now.sh code screenshot")
41+
Text("- Fix sidebar icon not visible\n- Auto close tags and brackets\n- better search and replace dialog\n- Added indent size setting\n- Added default mode setting\n- New icon\n- Added autofocus when renaming a snippet\n- Disabled window tabbing")
4242
.font(Font.custom("CourierNewPSMT", size: 12))
4343
.foregroundColor(themeTextColor)
4444
Spacer()

0 commit comments

Comments
 (0)