-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
72 lines (70 loc) · 3.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Osget 0.1
26.09.2019 Freyr Ólafsson [email protected]
* First initial release
* Basic pool of GNU+Linux distributions + FreeBSD
Osget 0.2
27.09.2019 Freyr Ólafsson [email protected]
* Implemented --directory/-d
* Created a man page
* Created an install script
* Added Linuxmint cinnamon to os pool
* Support downloading multiple operating systems one by one
* Added Devuan GNU/Linux to pool
Osget 0.3
05.10.2019 Freyr Ólafsson [email protected]
* Fixed a bug which didn't parse osname correctly when directory path was too long
* Added Manjaro to OS pool
Osget 0.4
10.10.2019 Freyr Ólafsson [email protected]
* Added ElementaryOS to OS pool
* Added generic OS names which downloads the most common version of the specified OS
* Finished adding osinfo.txt to all OS's in the pool
Osget 0.5
18.10.2019 Freyr Ólafsson [email protected]
* Added Ubuntu 19.10 to OS pool
* Fixed the README.md and manpage a little
Osget 0.6
07.12.2019 Freyr Ólafsson [email protected]
* Made download by distro name case insensitive. For example: "osget debian" now works.
* Moved MIRRORLIST into the osinfo.txt and added a HOMEPAGE variable.
* Updated some dead links and other minor fixed to the distro entries.
Osget 0.6.1
08.12.2019 Freyr Ólafsson [email protected]
* Fixed a bug where ./install --uninstall did not remove /usr/bin/osget
Osget 0.7
08.02.2020 Freyr Ólafsson [email protected]
* Fixed a bug where you couldn't download multiple iso's using just the generic distro names.
For example: osget debian arch netbsd would only download the first one and then stop.
* Fixed some minor potential parsing bugs.
Osget 0.8
10.05.2021 Freyr Ólafsson [email protected]
* Switched to using GNU getopt to parse optional parameters far more easily.
Osget 0.9
04.06.2021 Freyr Ólafsson [email protected]
* Added bittorrent support
* Added -s or --lshort to display the general names of operating systems.
Osget 1.0
10.08.2021 Freyr Ólafsson [email protected]
* Added online update of operating system list information with --update or -u.
30.08.2021 Freyr Ólafsson [email protected]
* Changed --update to use ftp instead of http since wget can't download symlinks
over http and the "defalt symlinks weren't being copied.
Osget 1.3
12.09.2021 Davíð Steinn Geirsson [email protected]
* Allow overriding CONFIGURATION_DIR through environment variable.
* Check hashes in order from stronger to weaker, drop support for SHA1.
* Use env(1) to find path to bash.
12.09.2021 Freyr Ólafsson [email protected]
* Updated oslist with more OS images and updated man page.
Osget 1.4
12.11.2021 Freyr Ólafsson [email protected]
* Updated --search and --update to be more robust and fault tolerant.
Osget 1.5
19.02.2022 Freyr Ólafsson [email protected]
* Updated oslist with a large contribution from Jeremy Wakeman. Thank you.
Osget 1.6
26.03.2023 Freyr Ólafsson [email protected]
* Fixed a super annoying bug where if you tried to download but the oslist entry
had a dead link osget would get confused and freeze with an empty http entry.
* Added --check which goes through every URL in every oslist file and checks to see
if the links are dead or still up. It even has colour codes for OK or Down.