Skip to content

Commit

Permalink
Add import settings functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ijager committed Jan 6, 2022
1 parent f4420b7 commit deae094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2022-01-06
### Added
- Import and Export of settings (json). Now you can save settings per project and easily switch.

## [0.2.0] - 2022-01-06
### Added
- maxLines setting for terminal view: this prevents out of memory problems during loooong serial sessions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialwatch",
"version": "0.2.0",
"version": "0.3.0",
"description": "Serial Console",
"homepage": "https://github.com/devboard-io/serialwatch",
"author": {
Expand Down

0 comments on commit deae094

Please sign in to comment.