Skip to content

Commit 00c0457

Browse files
committed
Release 1.1.2
1 parent 87f0d8c commit 00c0457

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.1.2-dev"
3+
version = "1.1.2"
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.1.2-1) testing; urgency=medium
2+
3+
* Added option to rotate images, useful for South -> North passes.
4+
* Pressing the Enter key on the GUI starts decoding/resampling.
5+
* Show GUI messages when decode/resample/timestamp finishes.
6+
* Updated dependencies.
7+
* Misc fixes.
8+
* Added contributors to credits.
9+
10+
-- Martin Bernardi <martin@mbernardi.com.ar> Fri, 04 Feb 2020 10:57:26 -0300
11+
112
noaa-apt (1.1.1-1) testing; urgency=medium
213

314
* Bigger default work_rate to fix banding on some images

docs/download.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ installed what you need:
9797
My builds use a statically linked libssl, so you don't need libssl unless you
9898
compiled noaa-apt yourself.
9999
100-
[amd64_deb]: https://github.com/martinber/noaa-apt/releases/download/v1.1.1/noaa-apt_1.1.1-1_amd64.deb
101-
[x86_64_windows_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.1/noaa-apt-1.1.1-x86_64-windows-gnu.zip
102-
[x86_64_linux_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.1/noaa-apt-1.1.1-x86_64-linux-gnu.zip
103-
[x86_64_linux_gnu_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.1/noaa-apt-1.1.1-x86_64-linux-gnu-nogui.zip
104-
[armv7_linux_gnueabihf_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.1/noaa-apt-1.1.1-armv7-linux-gnueabihf.zip
105-
[armv7_linux_gnueabihf_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.1/noaa-apt-1.1.1-armv7-linux-gnueabihf-nogui.zip
100+
[amd64_deb]: https://github.com/martinber/noaa-apt/releases/download/v1.1.2/noaa-apt_1.1.2-1_amd64.deb
101+
[x86_64_windows_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.2/noaa-apt-1.1.2-x86_64-windows-gnu.zip
102+
[x86_64_linux_gnu_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.2/noaa-apt-1.1.2-x86_64-linux-gnu.zip
103+
[x86_64_linux_gnu_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.2/noaa-apt-1.1.2-x86_64-linux-gnu-nogui.zip
104+
[armv7_linux_gnueabihf_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.2/noaa-apt-1.1.2-armv7-linux-gnueabihf.zip
105+
[armv7_linux_gnueabihf_nogui_zip]: https://github.com/martinber/noaa-apt/releases/download/v1.1.2/noaa-apt-1.1.2-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.1.1
1+
1.1.2

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,1,1,0
4-
PRODUCTVERSION 1,1,1,0
3+
FILEVERSION 1,1,2,0
4+
PRODUCTVERSION 1,1,2,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.1.1"
12+
VALUE "FileVersion", "1.1.2"
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.1.1"
17+
VALUE "ProductVersion", "1.1.2"
1818
END
1919
END
2020
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)