💻 Enhanced Config Editing Experience
🧠 Intelligent Diffing Algorithm
We've upgraded our diffing algorithm to better understand the reordering of config items. As a result, it won't show a diff for reordered items, making the editing process much smoother.
🔐 Unquoted JSON Keys
To prevent crashes in certain cases, we now unquote JSON keys in the config. This simple change will significantly improve the editor's stability.
📏 Responsive Config Editor
We've made the config editor responsive, ensuring it utilizes as much of your screen as possible. This improvement allows for a more comfortable and efficient editing experience.
🛡️ Enhanced TypeScript Validation
To guarantee high-quality configurations, we've tightened the rules to only allow correct TypeScript. This enhancement ensures that you won't accidentally store incorrect configs, providing peace of mind and a more reliable user experience.
⌨️ Submit Changes with CMD+Enter
For a more streamlined editing process, you can now submit your changes using CMD+Enter. This keyboard shortcut makes saving your work quicker and more convenient.