Skip to content

Commit d30dca5

Browse files
authored
Update downgrade.md
1 parent e14d481 commit d30dca5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

docs/guides-and-tutorials/downgrade.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,29 @@ am --rollback ${PROGRAM}
55
```
66
This only works with the apps hosted on Github.
77

8-
https://github.com/ivan-hc/AM/assets/88724353/8f286711-7934-461a-8bc2-b3a3e1d5f269
8+
By default, all "snapshot" releases are filtered. "Snapshot" refers to releases whose file has the same name, regardless of the tag.
9+
10+
To also display "snapshot" releases, press "n."
11+
12+
Selecting "zero" (or, in fact, any character that doesn't match a number from the list) and then "ENTER" will stop the process.
13+
14+
Each result is denoted by a number.
15+
16+
**In this example**, we're trying to downgrade the stable version of "Brave" (package `brave`), from https://github.com/ivan-hc/Brave-appimage
17+
18+
This source uploads daily snapshots of each release, so the same package could be replicated and published multiple times.
19+
20+
**At the time of writing**, pressing "n" would return a list of 98 results. Leaving blank or whiting "y" and then pressing "ENTER" would return a shorter list of only 13 results.
21+
22+
https://github.com/user-attachments/assets/8cb14b1c-ed5e-45d8-9798-de02e7b0a602
23+
24+
I want to point out that this example is "**at the time of writing**" because these numbers are expected to increase over time.
25+
26+
In some repositories, pressing "n" can return hundreds of results. In other repositories there is no difference between pressing "n" or leaving the default settings. It all depends on how releases are managed and published.
927

1028
------------------------------------------------------------------------
1129

1230
| [Back to "Guides and tutorials"](../../README.md#guides-and-tutorials) | [Back to "Main Index"](../../README.md#main-index) | ["Portable Linux Apps"](https://portable-linux-apps.github.io/) | [ "AppMan" ](https://github.com/ivan-hc/AppMan) |
1331
| - | - | - | - |
1432

15-
------------------------------------------------------------------------
33+
------------------------------------------------------------------------

0 commit comments

Comments
 (0)