Skip to content

Commit 6f94022

Browse files
Version 3.0
1 parent 39a3d82 commit 6f94022

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gru"
3-
version = "3.0.0-pre-release"
3+
version = "3.0.0"
44
edition = "2021"
55
authors = ["Zalexanninev15 <blue.shark@disroot.org>"]
66
license = "MIT License"

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616

1717
Updater for applications from GitHub. It has a huge number of convenient settings and it supports multiple downloaders, and can also download files not from GitHub based only on the release.
1818

19-
🔥🦄 [Version 3.0 beta 3](https://github.com/Zalexanninev15/GRU/releases/tag/3.0-beta3)
20-
2119
## Features (version 2.2)
2220

2321
- Features of fine-tuning the update process, a huge number of arguments for incredibly fine-tuning asset downloads from GitHub and beyond...
2422
- Support for releases without assets, the file itself will be downloaded from another site via a direct link ([example](https://github.com/Zalexanninev15/GRU#example-visual-studio-code))
25-
- Using, at the user's choice, as many as three types of downloader: **curl**, **wget**, **gru**, **tcpud** (so far, only the curl-based implementation is supported).
23+
- Using, at the user's choice, as many as three types of downloader: **curl**, **wget**, **gru**.
2624
- Using the console **7-Zip** allows you to unpack almost all kinds of release archives.
2725
- Automatically kill the process of the updated application when updating, which eliminates possible difficulties when updating applications that are already running.
2826
- Support for a custom script that runs after an application update (`script.bat` file).
@@ -34,7 +32,7 @@ Updater for applications from GitHub. It has a huge number of convenient setting
3432

3533
**OS:** Windows 10 build 1809+ (x64)/11. [Final version for x32](https://github.com/Zalexanninev15/GRU/releases/tag/1.4.0.1)
3634

37-
> Support for early OS versions is possible when using the built-in downloader ("gru"), as well as when specifying the path to the executable files for "curl" or "wget".
35+
> Support for early OS versions is possible when using the built-in downloader ("gru" or "gru-classic"), as well as when specifying the path to the executable files for "curl" or "wget".
3836
> Support for Windows 7/8/8.1 (x64) and old builds of Windows 10 (x64) is possible, but not guaranteed and not tested, it may be necessary to recompile the project for outdated systems.
3937
4038
## Usage

0 commit comments

Comments
 (0)