File tree Expand file tree Collapse file tree 6 files changed +24
-13
lines changed
Expand file tree Collapse file tree 6 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " noaa-apt"
3- version = " 1.1.2-dev "
3+ version = " 1.1.2"
44authors = [" Martin Bernardi <martinber.710@gmail.com>" ]
55edition = " 2018"
66build = " src/build.rs"
Original file line number Diff line number Diff line change 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+
112noaa-apt (1.1.1-1) testing; urgency=medium
213
314 * Bigger default work_rate to fix banding on some images
Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ installed what you need:
9797My builds use a statically linked libssl, so you don't need libssl unless you
9898compiled 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
Original file line number Diff line number Diff line change 1- 1.1.1
1+ 1.1.2
Original file line number Diff line number Diff line change 11id ICON "icon.ico"
221 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
55BEGIN
66BLOCK "StringFileInfo"
77BEGIN
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
1919END
2020BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments