Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](0.5.0...0.6.0) (2019-06-10)

### Bug Fixes

* **webview:** invisible input cursor ([966f8b6](966f8b6))

### Features

* app suggestions on welcome page ([9145c29](9145c29))
* create new tabs with cmd/ctrl+n ([e8e02ec](e8e02ec))
* electronjs update to 5.0.2 with chromium 73.0.3683.121 ([78df3af](78df3af))
* reduced legacy styles and scripts generation ([2abc09a](2abc09a))
* simple update check on welcome page ([adf3c85](adf3c85))
* switch between tabs with cmd/ctrl+[1-9] ([f8b26c1](f8b26c1))
* tailwindcss updated to v1 + associated color adjustments ([38d67ca](38d67ca))
* welcome page styling improvements ([0fa49ce](0fa49ce))
* **settings:** complete redesign ([8470400](8470400))
* **settings:** configurable dimmer delay ([836ad33](836ad33))
* **window:** shortcut cmd+h to hide the window ([e9ce046](e9ce046))
* **window:** shortcut cmd+m to minimize the window ([022edf0](022edf0))
  • Loading branch information
semantic-release-bot committed Jun 10, 2019
1 parent 6c6255f commit cfed300
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [0.6.0](https://github.com/pigmentapp/pigment/compare/0.5.0...0.6.0) (2019-06-10)


### Bug Fixes

* **webview:** invisible input cursor ([966f8b6](https://github.com/pigmentapp/pigment/commit/966f8b6))


### Features

* app suggestions on welcome page ([9145c29](https://github.com/pigmentapp/pigment/commit/9145c29))
* create new tabs with cmd/ctrl+n ([e8e02ec](https://github.com/pigmentapp/pigment/commit/e8e02ec))
* electronjs update to 5.0.2 with chromium 73.0.3683.121 ([78df3af](https://github.com/pigmentapp/pigment/commit/78df3af))
* reduced legacy styles and scripts generation ([2abc09a](https://github.com/pigmentapp/pigment/commit/2abc09a))
* simple update check on welcome page ([adf3c85](https://github.com/pigmentapp/pigment/commit/adf3c85))
* switch between tabs with cmd/ctrl+[1-9] ([f8b26c1](https://github.com/pigmentapp/pigment/commit/f8b26c1))
* tailwindcss updated to v1 + associated color adjustments ([38d67ca](https://github.com/pigmentapp/pigment/commit/38d67ca))
* welcome page styling improvements ([0fa49ce](https://github.com/pigmentapp/pigment/commit/0fa49ce))
* **settings:** complete redesign ([8470400](https://github.com/pigmentapp/pigment/commit/8470400))
* **settings:** configurable dimmer delay ([836ad33](https://github.com/pigmentapp/pigment/commit/836ad33))
* **window:** shortcut cmd+h to hide the window ([e9ce046](https://github.com/pigmentapp/pigment/commit/e9ce046))
* **window:** shortcut cmd+m to minimize the window ([022edf0](https://github.com/pigmentapp/pigment/commit/022edf0))

# [0.5.0](https://gitlab.com/herteleo/pigment/compare/0.4.0...0.5.0) (2019-04-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pigment",
"version": "0.5.0",
"version": "0.6.0",
"productName": "Pigment",
"description": "Manage your webapps from one central app. Including features for your well-being.",
"homepage": "https://getpigment.app",
Expand Down

0 comments on commit cfed300

Please sign in to comment.