Skip to content

Commit

Permalink
chore(release): 2.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
orblazer committed Oct 20, 2021
1 parent 8fab442 commit 50d0023
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.2.0](https://github.com/orblazer/plasma-applet-resources-monitor/compare/v2.1.4...v2.2.0) (2021-10-20)


### Bug Fixes

* **config:** add specific height to color picker ([7d4d215](https://github.com/orblazer/plasma-applet-resources-monitor/commit/7d4d21548f768140656c165b53b3bf6f5ad6e624))


### Features

* **config:** add customizable graph sizes ([5257e1d](https://github.com/orblazer/plasma-applet-resources-monitor/commit/5257e1dd97e0f3a97dd7242d069ea52770b152e9)), closes [#4](https://github.com/orblazer/plasma-applet-resources-monitor/issues/4)
* **config:** add possibility for hide swap ([4f5ccd9](https://github.com/orblazer/plasma-applet-resources-monitor/commit/4f5ccd9bf442d20d0f3dac1ec011a1a8a56fb0df)), closes [#3](https://github.com/orblazer/plasma-applet-resources-monitor/issues/3)
* **data:** use regex for network interface when is not specified ([fc4856d](https://github.com/orblazer/plasma-applet-resources-monitor/commit/fc4856d90ab91e1279861b47a62e30fc296c41f3)), closes [#5](https://github.com/orblazer/plasma-applet-resources-monitor/issues/5)


### Performance Improvements

* **data:** connect source when is needed ([8fab442](https://github.com/orblazer/plasma-applet-resources-monitor/commit/8fab44297fdac64ad2de7b3ba5e1613563d02149))



## [2.1.4](https://github.com/orblazer/plasma-applet-resources-monitor/compare/v2.1.3...v2.1.4) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasma-applet-resources-monitor",
"version": "2.1.4",
"version": "2.2.0",
"description": "Plasmoid for monitoring CPU, memory and network traffic. This is an fork from \"Resources Monitor\" by Kotelnik",
"homepage": "https://github.com/orblazer/plasma-applet-resources-monitor",
"funding": "https://www.paypal.me/orblazer",
Expand Down
2 changes: 1 addition & 1 deletion package/metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ X-KDE-PluginInfo-Author=Kotelnik,orblazer
X-KDE-PluginInfo-Email=clearmartin@seznam.cz
X-KDE-PluginInfo-License=GPL-3.0-only
X-KDE-PluginInfo-Name=org.kde.resourcesMonitor-fork
X-KDE-PluginInfo-Version=2.1.4
X-KDE-PluginInfo-Version=2.2.0
X-KDE-PluginInfo-Website=https://github.com/orblazer/plasma-applet-resources-monitor
X-KDE-ServiceTypes=Plasma/Applet
X-Plasma-API=declarativeappletscript
Expand Down

0 comments on commit 50d0023

Please sign in to comment.