Skip to content

Commit b9066de

Browse files
committed
docs: update changelog for version 1.1.0 release
Add detailed release notes for new features, improvements, and bug fixes in version 1.1.0, including USS Language Server and documentation enhancements
1 parent 3a7782c commit b9066de

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [1.1.0] - 2025-07-21
4+
5+
### 🚀 Features
6+
7+
### Added
8+
- 🎨 **USS Language Server** - Complete IDE experience for Unity Style Sheets (USS) development
9+
- **Blazing fast performance** - Written in Rust and built from the ground up for speed
10+
- **Smart auto-completion** - Property names, values, selectors, pseudo-classes, and asset URLs
11+
- **Advanced validation** - 100% USS-native diagnostics that validate syntax, asset paths, and property values
12+
- **Rich hover documentation** - Unity-specific tooltips with syntax examples and direct links to official documentation
13+
- **Professional formatting** - Document and selection formatting for USS and TSS files
14+
- **Intelligent refactoring** - Rename operations for ID and class selectors
15+
- **Asset path completion** - Auto-complete asset paths from `Assets` down to individual sprites
16+
- **Unity element awareness** - Knows all Unity UXML elements like `Button` and `Label`
17+
- 🔧 **Enhanced Documentation System** - Improved fallback C# documentation with native binary support
18+
19+
### 🔧 Improvements & Bug Fixes
20+
21+
### Fixed
22+
- 🛠️ **Documentation Hover** - Improved handling of inheritdoc and normalized paths for fallback documentation
23+
- 🛠️ **XML Documentation** - Fixed empty top-level tags exclusion from markdown output
24+
- 🛠️ **Asset Management** - Enhanced meta file deletion handling for deleted assets
25+
- 🛠️ **Symbol Lookup** - Better symbol lookup for empty ranges in hover provider
26+
27+
### Improved
28+
- 🎨 **Assets** - Updated image assets to WebP format for better performance
29+
330
## [1.0.3] - 2025-07-07
431

532
### 🔧 Improvements & Bug Fixes

0 commit comments

Comments
 (0)