Skip to content

Releases: bouteillerAlan/archupdate

🎰 The improved release!

21 Feb 16:08
v6.6.0
28b5d58

Choose a tag to compare

This release change the way we generate url for each package (https://github.com/bouteillerAlan/archupdate/releases/tag/v6.5.2), this allows for each package to get a url even in some edge case.

This allows us too to get other detail for future feature.

The default for this command is now yay -Siq.

🔗 The linked release !

11 Feb 11:54
v6.5.2
43a9db0

Choose a tag to compare

  • Should fix #76, now the expected behavior is the correct one: your cmd is exec after the update if "do not close" and the process is killed accordingly if you quit

  • A new button appears on each package: if we manage to generate the link to the package website, you can click on it to visit it!

Screenshot_20260211_123400
  • Now the package are ordered alphabetically, the AUR one on top

  • Now each package has the correct repository information (the from part)

Sidenote

For the website url and the extraction of the repository, for now, I detect the following list:

  • archlinux
    • core
    • core-testing
    • extra
    • extra-testing
    • gnome-unstable
    • kde-unstable
    • multilib
    • multilib-testing
  • endeavouros
    • /repo/endeavouros
  • aur is tagged automatically because the cmd is specific to the aur
  • any other case is set to unknown

url are:

  • https://archlinux.org/packages/${repoName}/x86_64/${name}/
  • https://github.com/endeavouros-team/PKGBUILDS/tree/master/${name}
  • https://aur.archlinux.org/packages/${name}

If one you use is missing, open an issue and I can add it.

🌀 Do not close!

21 Jan 08:57
v6.4.3
46126e6

Choose a tag to compare

Should fix #76

🎨 The customize me release!

22 Dec 10:30
4642f93

Choose a tag to compare

  • Icon can be customized now
  • Command that run with "do not close" can now run a suffix command, by default it run the default user shell ($SHELL)
  • Improve settings label
image

🌟 "Ho my dot" release

05 Jun 08:22
v6.3.2
cb8f18e

Choose a tag to compare

v6.3.0~2

  • Add a new parameter for splitting the dot between two CMD
  • The dots are customizable in color and position

2024-06-05_09-45

@bouteillerAlan

The "fully customizable" release 🎨

30 Mar 21:10
v6.2.0

Choose a tag to compare

v6.2.0

  • Add parameters for the last two cmds without parameters (those of the update :))
  • Added a kdialog trigger if a list or count cmd has an error
  • Added an option to retry a list or count cmd if it has an error (disabled by default)
  • Now list and count are refreshed at the end of an update
  • Fix typo: 'Install all update' -> 'Install all updates' by @weelink

@bouteillerAlan

The Signal release 📡

15 Mar 10:09
v6.1.5

Choose a tag to compare

v6.1.5

  • Rework all the plugin data with signal
  • A new section is available in the setting if you want to check the debug log
  • Fix a bug in the "Install all update" button
  • Add an error handler

@bouteillerAlan

"View everything" release 🫥

13 Mar 13:12
v6.0.0

Choose a tag to compare

v6.0.0

  • Now a list of all the update is available on click (on systray and on plasmoid)
  • You can choose if the click refresh the list or open the list
  • You can customize the color of the list item
  • Each package on the list can be updated one by one if needed
  • The color of the icon should be correct on most of the theme now
  • refresh action is available on the menu

@bouteillerAlan

Systray release 🤖

07 Mar 16:54
v5.1.0
61f693b

Choose a tag to compare

v5.1.0

  • Thanks to @luisbocanegra for finishing up the last warning on the plasma 6 upgrade
  • Thanks to @bouteillerAlan for :
    • The settings are divided by its theme now
    • A new setting is available for the mouse action, you can now choose which action is bind to the left or middle click
    • Now if you select "show when relevant" in the system tray option the plasmoid is only visible if an update is available

The KDE plasma 6 release 💥

02 Mar 23:18

Choose a tag to compare

The plasmoid is now compatible with KDE plasma v6 !
Thanks to @luisbocanegra & @bouteillerAlan