Skip to content

Commit b644b5c

Browse files
committed
Post 0.2-S release
1 parent 7d34adc commit b644b5c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

data/posts.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
{
22
"posts": [
3+
{
4+
"id": "v0.2-stable-release",
5+
"title": "Text Forge 0.2 - Stable Release",
6+
"version": "v0.2.0",
7+
"date": "2025-12-17",
8+
"tag": "release",
9+
"featured": true,
10+
"excerpt": "Text Forge v0.2.0 is now stable! After several betas and release candidates, this milestone delivers a polished foundation for the editor. Highlights include the powerful template system, synchronized preview scrolling, smart indentation per language, a bookmarks panel for quick navigation, UI filters for a cleaner workspace, and improved backup reliability with a critical security fix for plugin extraction. This release sets the stage for a robust ecosystem of modes, extensions, and community contributions.",
11+
"link": "https://github.com/text-forge/text-forge/releases/tag/v0.2.0"
12+
},
313
{
414
"id": "v0.2-rc2-release",
515
"title": "0.2 - RC2 Stability & Final Preparations",
616
"version": "v0.2-rc2",
717
"date": "2025-12-07",
818
"tag": "release",
9-
"featured": true,
19+
"featured": false,
1020
"excerpt": "The release of Text Forge v0.2.0-rc2 marks another step toward the upcoming stable milestone, with over 80 commits since rc1. This candidate brings key improvements such as mode-driven indentation settings, a new bookmarks panel, auto text direction, and enhanced backup reliability. It also includes important bug fixes and a security update for plugin extraction, making rc2 both a stability and polish release.",
1121
"link": "https://github.com/text-forge/text-forge/releases/tag/v0.2.0-rc2"
1222
},

0 commit comments

Comments
 (0)