Skip to content

Commit e2a927e

Browse files
committed
Bump to 1.2.0 version
1 parent 03ed095 commit e2a927e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

com.unity.mobile.android-logcat/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.2.0] - 2020-08-18
88

99
### Fix & Improvements.
1010
- Correctly resolve top activity when device is locked.
11-
12-
## [1.2.0-preview] - 2020-04-23
13-
14-
### Fix & Improvements.
11+
- Improved Stacktrace Utility, it's easier to set symbol paths and regexes.
12+
- Consola font is now selectable in Logcat settings.
1513
- Android Logcat per project settings are saved in ProjectSettings directory.
1614
- Fix issue where sometimes Android Logcat would stop working if USB cable is unplugged and replugged.
1715
- Properly save/restore Android Logcat settings, previously settings like tags were being lost during domain reload or Editor restart.

com.unity.mobile.android-logcat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.mobile.android-logcat",
33
"displayName": "Android Logcat",
4-
"version": "1.2.0-preview",
4+
"version": "1.2.0",
55
"unity": "2019.2",
66
"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.",
77
"keywords": ["Mobile", "Android", "Logcat"],

0 commit comments

Comments
 (0)