Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Jan 15, 2025
1 parent c70ad20 commit 18b3c09
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- [#486] Add Simplified Chinese support

### Fixed
- [#487] Fixed a performance issue where all assets would potentially be loaded on reimport, taking a lot of time and
memory in the process
- [#500] Fixed a thread-safety issue which could cause various issues, including editor performance degradation.
- [#506] Fixed an issue with the preview preferences dialog

### Changed

Expand All @@ -23,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [1.6.2] - [2025-01-15]

### Added
- [#486] Add Simplified Chinese support
### Fixed
- [#487] Fixed a performance issue where all assets would potentially be loaded on reimport, taking a lot of time and
memory in the process
- [#500] Fixed a thread-safety issue which could cause various issues, including editor performance degradation.
- [#506] Fixed an issue with the preview preferences dialog

## [1.6.1] - [2024-11-28]

**This release does not confirm to semver**. Due to unexpected compatibility issues with `IExtensionContext.Owner`, this
Expand Down

0 comments on commit 18b3c09

Please sign in to comment.