All notable changes to the "swg-stf-editor" extension will be documented in this file.
- Initial release of SWG String File Editor
- Support for reading binary .stf files
- Convert STF files to editable plain text format
- Edit strings, IDs, and CRCs in text editor
- Automatic conversion back to binary format on save
- Support for STF file format versions 0 and 1
- Proper handling of Unicode text (UTF-16LE)
- Escape sequence support for newlines, tabs, and special characters
- Custom editor integration with VS Code
- Command palette command for opening STF files
- Full round-trip editing (binary -> text -> binary)
- Preserves all file structure and metadata
- Clean text format for easy editing
- Real-time preview updates
- Built from official SWG source code analysis