Skip to content

Commit

Permalink
v1.4.0 moved to logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbehr1 committed Apr 21, 2020
1 parent 6d7da75 commit 3f3496d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
All notable changes to the "smart-log" extension will be documented in this file.

<!-- Check [Keep a Changelog](http:https://keepachangelog.com/) for recommendations on how to structure this file. -->
## [1.3.0]

## [1.4.0]
- Moved view into "Logs" activity bar so that the view appear in same bar as dlt-logs.

## 1.3.0]

- Auto time-sync (sending time events on selection of a line) can be turned on/off now with the sync button in the editor title. Default off.
- If turned off the time can be send manually by selecting the "send selected time" context button.
Expand Down
5 changes: 5 additions & 0 deletions media/logs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "smart-log",
"displayName": "Smart-Log",
"description": "Provides analysis and visualization features for text based log files.",
"version": "1.3.0",
"version": "1.4.0",
"license": "CC BY-NC-SA 4.0",
"publisher": "mbehr1",
"author": {
Expand Down Expand Up @@ -262,14 +262,14 @@
"viewsContainers": {
"activitybar": [
{
"id": "smart-log",
"title": "Smart-Log",
"icon": "./media/smart-log.svg"
"id": "mbehr1Logs",
"title": "Logs (smart-/dlt-logs)",
"icon": "./media/logs.svg"
}
]
},
"views": {
"smart-log": [
"mbehr1Logs": [
{
"id": "smartLogEventsExplorer",
"name": "events explorer"
Expand Down

0 comments on commit 3f3496d

Please sign in to comment.