@@ -27,6 +27,7 @@ The ultimate Airtable formula development environment in VS Code with Airtable-m
2727- ** Minify v2** : Safe mode prevents tokenization issues on long lines
2828- ** Version selection** : Choose between stable v1 or feature-rich v2
2929- ** Multiple styles** : Ultra-compact, compact, readable, JSON, cascade, and smart (v2)
30+ - ** Style/level submenus** : Pick a formatting style or minify level directly from context menus
3031
3132### 🔍 Intelligent Diagnostics
3233- ** Real-time error detection** : Unclosed parentheses, brackets, and quotes
@@ -43,6 +44,7 @@ The ultimate Airtable formula development environment in VS Code with Airtable-m
4344- ** Extensions** : ` .formula ` , ` .min.formula ` , ` .ultra-min.formula `
4445- ** High tokenization limit** : Handles minified files up to 250,000 characters per line
4546- ** Batch operations** : Beautify/minify multiple files from Explorer
47+ - ** Minify in-place** : Running minify on ` .min.formula ` or ` .ultra-min.formula ` overwrites the same file
4648
4749## Usage
4850
@@ -116,6 +118,11 @@ The VSIX file will be available for download from the GitHub release page and ca
116118
117119## Release Notes
118120
121+ ### 0.0.2
122+
123+ Initial release with beautify and minify functionality for Airtable formulas.
124+
125+
119126### 0.1.0
120127
121128Major update with Airtable-matching colors, intelligent diagnostics, and enhanced formatting:
@@ -125,6 +132,9 @@ Major update with Airtable-matching colors, intelligent diagnostics, and enhance
125132- 🚀 v2 formatters with adaptive formatting and safe minification
126133- 📁 Extended file support for minified formulas
127134
128- ### 0.0.2
135+ ### 0.2.0
136+
137+ - 🚀 Context menu submenus for beautify styles and minify levels
138+ - 🎨 JSON beautifier performance improvements to prevent freezes
139+ - 🎨 Minify in-place behavior for ` .min.formula ` / ` .ultra-min.formula `
129140
130- Initial release with beautify and minify functionality for Airtable formulas.
0 commit comments