Skip to content

Commit

Permalink
meta: Branding, v1.8.5 changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Jan 5, 2024
1 parent b918a7e commit e9a2b86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
rpi-imager (1.8.5) unstable; urgency=medium

* Downloader: Fixed #767, which caused terminated downloads
when connections stalled for >60s
* Branding: Update the URL, application name to match branding
guidelines.

-- Floris Bos <[email protected]> Wed, 10 Jan 2024 16:00:00 +0200

rpi-imager (1.8.4) unstable; urgency=medium

* OS customisation: Fixed #531, which caused password entry
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10), cmake, libarchive-dev, liblzma-dev, libcurl4-g
qtbase5-dev, qtbase5-dev-tools, qtdeclarative5-dev, libqt5svg5-dev, qttools5-dev, libgnutls28-dev,
qml-module-qtquick2, qml-module-qtquick-controls2, qml-module-qtquick-layouts, qml-module-qtquick-templates2, qml-module-qtquick-window2, qml-module-qtgraphicaleffects
Standards-Version: 4.1.2
Homepage: https://www.raspberrypi.org/
Homepage: https://www.raspberrypi.com/software

Package: rpi-imager
Architecture: any
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
#endif
app.setOrganizationName("Raspberry Pi");
app.setOrganizationDomain("raspberrypi.org");
app.setApplicationName("Imager");
app.setOrganizationDomain("raspberrypi.com");
app.setApplicationName("Raspberry Pi Imager");
app.setWindowIcon(QIcon(":/icons/rpi-imager.ico"));
ImageWriter imageWriter;
NetworkAccessManagerFactory namf;
Expand Down

0 comments on commit e9a2b86

Please sign in to comment.