You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to Writelo will be documented in this file.
4
4
5
+
## [1.2.0] - 2026-03-23
6
+
7
+
### New Features
8
+
9
+
-**Focus Mode** — A new toolbar button (⤢) hides the header, sidebar, and bottom links, leaving the editor as a full-viewport writing surface. Exit by pressing `Escape` or clicking the "Exit focus" button that appears in the top-right corner.
10
+
-**Export as .txt** — Right-click any tab to download its content as a plain `.txt` file named after the tab. Works on background tabs too (no need to switch first). Available in the tab context menu alongside Duplicate and Close.
11
+
12
+
### Visual Improvements
13
+
14
+
-**Dark theme redesigned** — The default dark theme now uses charcoal gray tones (inspired by Notion's dark palette) instead of the previous blue-navy gradient. Backgrounds, surfaces, modals, and toasts all updated for a warmer, less blue-tinted feel.
15
+
-**Default accent color changed to Blue** — The out-of-the-box accent is now Blue (`#3b82f6`) instead of Teal. Existing users with a saved preference are unaffected.
16
+
-**Editor focus border removed** — The purple glow that appeared around the editor on focus has been removed for a cleaner look.
17
+
18
+
### Bug Fixes
19
+
20
+
-**Light theme toggle switches** — Toggle switch tracks in the Settings modal were nearly invisible on the light theme. They now have a visible inset border when off, which clears cleanly when toggled on.
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,15 @@ Download the files and open `index.html` in any modern browser. That's it.
37
37
### Viewing & Copying
38
38
-**Markdown Preview** — render your text as formatted Markdown in a modal overlay
39
39
-**Copy All** — copy everything in the current tab to your clipboard in one click
40
+
-**Focus Mode** — click the ⤢ icon in the toolbar to hide all chrome (header, sidebar, footer links) and write distraction-free. Press `Escape` or click "Exit focus" to return.
The header logo, title gradient, and subtitle all update to match the chosen accent color.
50
51
@@ -54,6 +55,7 @@ Back up and restore your notes from the **Settings → Data** section.
54
55
-**Export** — downloads a `writelo-backup-YYYY-MM-DD.json` file containing all your tabs
55
56
-**Import** — opens a file picker; after confirmation, replaces all current tabs with the backup's content
56
57
-**Include app settings** toggle — when checked, the export file also contains your theme, accent color, and feature flags, and import will restore them too
58
+
-**Export as .txt** — right-click any tab and choose **Export as .txt** to download that tab's content as a plain text file
57
59
58
60
Exported JSON format:
59
61
```json
@@ -81,6 +83,7 @@ If you open Writelo in more than one browser tab, they stay in sync automaticall
0 commit comments