Skip to content

Commit

Permalink
Bump to 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
todi1856 committed Aug 18, 2020
1 parent 03ed095 commit e2a927e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions com.unity.mobile.android-logcat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ All notable changes to this package will be 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).

## [Unreleased]
## [1.2.0] - 2020-08-18

### Fix & Improvements.
- Correctly resolve top activity when device is locked.

## [1.2.0-preview] - 2020-04-23

### Fix & Improvements.
- Improved Stacktrace Utility, it's easier to set symbol paths and regexes.
- Consola font is now selectable in Logcat settings.
- Android Logcat per project settings are saved in ProjectSettings directory.
- Fix issue where sometimes Android Logcat would stop working if USB cable is unplugged and replugged.
- Properly save/restore Android Logcat settings, previously settings like tags were being lost during domain reload or Editor restart.
Expand Down
2 changes: 1 addition & 1 deletion com.unity.mobile.android-logcat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.mobile.android-logcat",
"displayName": "Android Logcat",
"version": "1.2.0-preview",
"version": "1.2.0",
"unity": "2019.2",
"description": "Android Logcat package adds support for displaying log messages coming from Android devices in Unity Editor. Click the 'View documentation' link above for more information.\n\nThe window can be accessed in Unity Editor via 'Window > Analysis > Android Logcat', or simply by pressing 'Alt+6' on Windows or 'Option+6' on macOS. \n\nMake sure to have Android module loaded and switch to Android build target in 'Build Settings' window if the menu doesn't exist.",
"keywords": ["Mobile", "Android", "Logcat"],
Expand Down

0 comments on commit e2a927e

Please sign in to comment.