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.3.0 "
3+ version = " 1.3.1 "
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.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+
112noaa-apt (1.3.0-1) testing; urgency=medium
213
314 * False color.
Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ installed what you need (unless you have very old packages):
107107My builds use a statically linked libssl, so you don't need libssl unless you
108108compiled 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
Original file line number Diff line number Diff line change 1- 1.3.0
1+ 1.3.1
Original file line number Diff line number Diff line change 11id ICON "icon.ico"
221 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
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.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
1919END
2020BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments