Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Releases: manjaro/pamac

v4.1.6

05 Nov 09:35
Compare
Choose a tag to compare
  • added timeout to let the time to the daemon to correctly quit after auto refresh
  • added a feature to "transfer" the filter text to the search box, when it is selected
  • added package description in a tooltip, if window size truncates it
  • added option to copy name package from overlap "details" or from descriptions
  • improved transaction cancellation
  • use pkgbase name for yaourt to avoid multiple builds
  • translations updated

v4.1.5

10 Sep 18:27
Compare
Choose a tag to compare
  • remove no more needed dep for some binaries
  • improve custom sort function for search results
  • add a dedicated install_pamac-tray-appindicator rule in Makefile
  • add a different name for appindicator tray in desktop file
  • update translations

v4.1.4

30 Aug 18:25
Compare
Choose a tag to compare
  • enable left click action in tray icon when using KDE
  • move appindicator support to an optional binary pamac-tray-appindicator
  • update translations

v4.1.3

28 Aug 08:58
Compare
Choose a tag to compare
  • be polite and wait for mhwd-live script (FS#14)
  • add clearer strings for pacache options
  • simplify intern transaction handling
  • if db is locked, wait for pacman if running else remove the lock
  • remove no more needed security
  • permit systemd to log paccache output
  • add a systemd timer unit to monthly generate mirrorlist
  • remove no more needed file
  • use appindicator for tray icon if in KDE
  • change to a shorter label for the update notification button
  • update translations

v4.1.2

25 Aug 19:14
Compare
Choose a tag to compare
  • Add https mirror support (#112)
  • Some display fixes and improve generate mirror list
  • Really use new mirrorlist when refresh after generate it
  • Fix #155
  • Do not hide infobox if there are important infos
  • Do not show details for unknown error
  • Make columns sortable in updater (#152)
  • Sort search result by relevance (#68 and #134)
  • Add clean cache feature in preferences (as paccache frontend)
  • Add a systemd timer to monthly clean cache (paccache -r)
  • Update translation

v4.1.1

06 Aug 07:05
Compare
Choose a tag to compare
  • some display fixes in preferences dialog
  • fix hooks progression display
  • fix download size calculation (#141)
  • fix window size with long description text (#145)
  • fix back arrow button after update (#143)

v4.1.0

22 May 15:28
Compare
Choose a tag to compare
  • fix recurse option
  • remove no more needed files
  • fix history dialog to load pacman.log
  • lower default window size of pamac
  • fix local package installer
  • fix issue with AUR package not staying deselected
  • integrated progressbar and terminal view
  • update translations

v4.0.0

07 May 07:17
Compare
Choose a tag to compare

Brand new design:

  • double click on a package name to view details.
  • in dependencies view, click on a dependency to view its details
  • you can continue browsing packages while a transaction is running

v3.2.0

02 Mar 12:51
Compare
Choose a tag to compare
  • now transaction functions are a library
  • add install location variables in Makefile
  • move alpm functions in a separate file
  • better error handling

v3.1.0

22 Feb 12:59
Compare
Choose a tag to compare
  • use AUR rpc v5, so now we display dependencies for AUR packages
  • use a custom download function for more control like a longer timeout for slow connection and a better download cancellation
  • updated translations
  • other little fixes