Skip to content

Commit 36aaf1d

Browse files
update version
1 parent cdf21de commit 36aaf1d

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v4.0.0
2+
- Out of beta ! 🥳
3+
- now you can launch an update console via the middle click or via the context menu
4+
- the plasmoid check for the dependencies (konsole and pacman-contrib) and add an alert into the config page, if kdialog is installed he send a notification
5+
- debug mode is available in the setting window
6+
17
### v3.2-beta
28
- fixed a placement problem on horizontal taskbars
39
- use built-in badge component
@@ -22,3 +28,4 @@
2228
- add signal for `connected` event on `Tb.Cmd`
2329
- update the ui with more usefull icon
2430
- add CHANGELOG file
31+

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@ Refresh each 30 minutes, on click or on the interval you set.
1010

1111
`new` And you can update via the context menu or the middle click of your mouse !
1212

13-
## Installation
13+
## Dependencies
1414

1515
You need to have the [`pacman-contrib`](https://archlinux.org/packages/extra/x86_64/pacman-contrib/) and the [konsole](https://archlinux.org/packages/extra/x86_64/konsole/) package installed.
1616

17+
Idealy you have `kdialog` too, but it's not mandatory.
18+
19+
## Manual installation
20+
1721
Place the source (`a2n.archupdate.plasmoid` folder) in `~/.local/share/plasma/plasmoids/` or dl via [the KDE store](https://www.pling.com/p/1940819/)
1822

1923
## Configuration
2024

2125
| Name | Description | Result |
2226
|--|--|--|
2327
| Interval configuration | set the interval between each execution of the update check function | the `updater` is launch each X minutes |
28+
| Debug | Enable the debug mode if set to true | Show each command launch by the plasmoid |
2429

2530
## Code of conduct, license, authors, changelog, contributing
2631

@@ -36,7 +41,7 @@ See the following file :
3641

3742
- [x] ~~update the ui when `cmd` call `count`~~
3843
- [x] ~~execute db update before the calcul~~
39-
- [ ] setup a auto release w/ github action (ci/cd)
44+
- ~~setup a auto release w/ github action (ci/cd)~~
4045
- [ ] add config :
4146
- [ ] icon choice
4247
- [ ] icon color

a2n.archupdate.plasmoid/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
}
88
],
99
"Category": "System Information",
10-
"Description": "Count and show the pending pacman update",
10+
"Description": "Show and handle the pending pacman update",
1111
"Icon": "preferences-desktop",
1212
"Id": "a2n.archupdate.plasmoid",
1313
"License": "GPL-3.0+",
1414
"Name": "Arch Update Counter",
1515
"ServiceTypes": [
1616
"Plasma/Applet"
1717
],
18-
"Version": "3",
18+
"Version": "4.0.0",
1919
"Website": "https://github.com/bouteillerAlan/archupdate",
2020
"Depends": ["konsole", "pacman-contrib"]
2121
},

0 commit comments

Comments
 (0)