Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
a2n-off committed Oct 25, 2023
1 parent cdf21de commit 36aaf1d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v4.0.0
- Out of beta ! 🥳
- now you can launch an update console via the middle click or via the context menu
- 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
- debug mode is available in the setting window

### v3.2-beta
- fixed a placement problem on horizontal taskbars
- use built-in badge component
Expand All @@ -22,3 +28,4 @@
- add signal for `connected` event on `Tb.Cmd`
- update the ui with more usefull icon
- add CHANGELOG file

9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,22 @@ Refresh each 30 minutes, on click or on the interval you set.

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

## Installation
## Dependencies

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.

Idealy you have `kdialog` too, but it's not mandatory.

## Manual installation

Place the source (`a2n.archupdate.plasmoid` folder) in `~/.local/share/plasma/plasmoids/` or dl via [the KDE store](https://www.pling.com/p/1940819/)

## Configuration

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

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

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

- [x] ~~update the ui when `cmd` call `count`~~
- [x] ~~execute db update before the calcul~~
- [ ] setup a auto release w/ github action (ci/cd)
- ~~setup a auto release w/ github action (ci/cd)~~
- [ ] add config :
- [ ] icon choice
- [ ] icon color
Expand Down
4 changes: 2 additions & 2 deletions a2n.archupdate.plasmoid/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
}
],
"Category": "System Information",
"Description": "Count and show the pending pacman update",
"Description": "Show and handle the pending pacman update",
"Icon": "preferences-desktop",
"Id": "a2n.archupdate.plasmoid",
"License": "GPL-3.0+",
"Name": "Arch Update Counter",
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "3",
"Version": "4.0.0",
"Website": "https://github.com/bouteillerAlan/archupdate",
"Depends": ["konsole", "pacman-contrib"]
},
Expand Down

0 comments on commit 36aaf1d

Please sign in to comment.