diff --git a/CHANGELOG.md b/CHANGELOG.md index 029e602..0863a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,36 @@ -## 2.1.0 +## [2.1.1] - 19.2.2020 +### Fixed +- Pymakr doesn't require to have git installed anymore. + + +## [2.1.0] - 18.2.2020 +### Added * Connection tabs are now fluid and responsive. -* Removed horizontal scroll from connection tabs bar. -* Added tooltip on hovering over a connection tab. -* Removed terminal left padding, fixing selection alignment. -* Changed minimum font size from 14 to 10. -* Fixed an error after downloading files from device in some cases. -* Fixed 'open on start' bug. -* Fixed problem on connecting to device via Telnet. -* Fixed connection state inconsistency. - -## 2.0.1 +* Tooltip on hovering over a connection tab. +### Changed +* Minimum font size from 14 to 10. +### Fixed +* Error after downloading files from device in some cases. +* 'open on start' bug. +* Problem on connecting to device via Telnet. +* Connection state inconsistency. +### Removed +* Horizontal scroll from connection tabs bar. +* Terminal left padding, fixing selection alignment. + + +## [2.0.1] - 13.2.2020 +### Added * The connection tabs are now scrollable. +### Changed * Changing the font size no longer requires restarting Atom. * Improved terminal responsiveness. * Improved themes compatibility. -* Fixed a bug where the circle from toggle connection button goes out of the switch. +### Fixed +* Circle from toggle connection button going out of the switch. + -## 2.0.0 +## [2.0.0] * Improved UI: The interface has been completely rearranged, providing an objective, clear and beautiful layout. * Multiple device connections: Now it’s possible to connect to multiple devices simultaneously, with one independent terminal for each one. * Dynamic workspace: The current project is now selected on Pymakr (projects dropdown) and not on the Atom file-tree. diff --git a/package-lock.json b/package-lock.json index 0d05bd2..325aa3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pymakr", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5837bc2..f7adc58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pymakr", "main": "./lib/main.js", - "version": "2.1.0", + "version": "2.1.1", "description": "Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files to it.", "keywords": [ "Pycom",