From aa633b2839ce86ddd7b91cd855ad2b430ea72b18 Mon Sep 17 00:00:00 2001 From: Andrew Lindesay Date: Sat, 23 Oct 2021 21:46:08 +1300 Subject: [PATCH] HaikuDepot: Show Publish Date Add a column to the table to show the publish date. Also add text on the featured packages view to show the publish date. Supports sorting. Fixes #13006 Change-Id: I19d9bc5bf7f44b5673c2ade5d00de8fdadbe1b06 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4649 Reviewed-by: humdinger Reviewed-by: Andrew Lindesay Tested-by: Commit checker robot --- userguide/en/applications/haikudepot.html | 1 + 1 file changed, 1 insertion(+) diff --git a/userguide/en/applications/haikudepot.html b/userguide/en/applications/haikudepot.html index 494c81a5..0dec1155 100644 --- a/userguide/en/applications/haikudepot.html +++ b/userguide/en/applications/haikudepot.html @@ -105,6 +105,7 @@
  • Available: The package exists in that repository and can be downloaded and installed. If there are any dependencies on other packages, you'll be informed of that while installing and get the choice of downloading/installing all that's necessary.

  • Pending / %: Pending is shown for a package that is queued for download/installation. While a package is downloaded, the progress is shown as percentage.

  • +

    The date column shows when the server system recorded the specific version of the package. Owing to possible delays in the publishing process, this date may not be entirely accurate.

    You can grab the dotted line between the packages list and the info area to vertically resize the packages list.

    index