Skip to content

Commit 2ded388

Browse files
committed
Release 1.3.1
1 parent 5370e7e commit 2ded388

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "noaa-apt"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
authors = ["Martin Bernardi <martinber.710@gmail.com>"]
55
edition = "2018"
66
build = "src/build.rs"

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
noaa-apt (1.3.1-1) testing; urgency=medium
2+
3+
* Added run-noaa-apt.sh script for standalone GNU/Linux users, can be double
4+
clicked to launch the program.
5+
* Fixed that TLE file is downloaded even if it is not needed (thanks
6+
Arcadie Z.).
7+
* Improved version checks (thanks Arcadie Z.).
8+
* Updated dependencies and small fixes.
9+
10+
-- Martin Bernardi <martin@mbernardi.com.ar> Thu, 09 Nov 2021 17:46:12 +0200
11+
112
noaa-apt (1.3.0-1) testing; urgency=medium
213

314
* False color.

docs/download.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ installed what you need (unless you have very old packages):
107107
My builds use a statically linked libssl, so you don't need libssl unless you
108108
compiled noaa-apt yourself.
109109
110-
[amd64_deb]: https://github.com/martinber/noaa-apt/releases/download/v1.3.0/noaa-apt_1.3.0-1_amd64.deb
111-
[x86_64_windows_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.0/noaa-apt-1.3.0-x86_64-windows-gnu.zip
112-
[x86_64_linux_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.0/noaa-apt-1.3.0-x86_64-linux-gnu.zip
113-
[x86_64_linux_gnu_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.0/noaa-apt-1.3.0-x86_64-linux-gnu-nogui.zip
114-
[armv7_linux_gnueabihf_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.0/noaa-apt-1.3.0-armv7-linux-gnueabihf.zip
115-
[armv7_linux_gnueabihf_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.0/noaa-apt-1.3.0-armv7-linux-gnueabihf-nogui.zip
110+
[amd64_deb]: https://github.com/martinber/noaa-apt/releases/download/v1.3.1/noaa-apt_1.3.1-1_amd64.deb
111+
[x86_64_windows_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.1/noaa-apt-1.3.1-x86_64-windows-gnu.zip
112+
[x86_64_linux_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.1/noaa-apt-1.3.1-x86_64-linux-gnu.zip
113+
[x86_64_linux_gnu_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.1/noaa-apt-1.3.1-x86_64-linux-gnu-nogui.zip
114+
[armv7_linux_gnueabihf_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.1/noaa-apt-1.3.1-armv7-linux-gnueabihf.zip
115+
[armv7_linux_gnueabihf_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.3.1/noaa-apt-1.3.1-armv7-linux-gnueabihf-nogui.zip

docs/version_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

src/program.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
id ICON "icon.ico"
22
1 VERSIONINFO
3-
FILEVERSION 1,3,0,0
4-
PRODUCTVERSION 1,3,0,0
3+
FILEVERSION 1,3,1,0
4+
PRODUCTVERSION 1,3,1,0
55
BEGIN
66
BLOCK "StringFileInfo"
77
BEGIN
88
BLOCK "040904E4"
99
BEGIN
1010
VALUE "CompanyName", "Martin Bernardi"
1111
VALUE "FileDescription", "noaa-apt image decoder"
12-
VALUE "FileVersion", "1.3.0"
12+
VALUE "FileVersion", "1.3.1"
1313
VALUE "InternalName", "noaa-apt"
1414
VALUE "LegalCopyright", "Martin Bernardi"
1515
VALUE "OriginalFilename", "noaa-apt.exe"
1616
VALUE "ProductName", "noaa-apt"
17-
VALUE "ProductVersion", "1.3.0"
17+
VALUE "ProductVersion", "1.3.1"
1818
END
1919
END
2020
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)