From 1a6c683b55401af935cec2fc1a0b6a12c56f34eb Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Wed, 18 Oct 2023 11:22:33 +0100 Subject: [PATCH 1/4] version: Bump to 1.8.0 We've now modified the UI in a fairly major way - but no so much that it's unrecognisable. As a result, bump the version number to the next minor revision. --- src/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f93346c..9043e29 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,9 +7,9 @@ OPTION (ENABLE_TELEMETRY "Enable sending telemetry" ON) project(rpi-imager LANGUAGES CXX C) set(IMAGER_VERSION_MAJOR 1) -set(IMAGER_VERSION_MINOR 7) -set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}.6") -set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},6,0") +set(IMAGER_VERSION_MINOR 8) +set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}.0") +set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},0,0") add_definitions(-DIMAGER_VERSION_STR="${IMAGER_VERSION_STR}") add_definitions(-DIMAGER_VERSION_CSV=${IMAGER_VERSION_CSV}) set(CMAKE_INCLUDE_CURRENT_DIR ON) From b9d271696f1454116a0c320f479ae6f03e733b11 Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Wed, 18 Oct 2023 11:34:12 +0100 Subject: [PATCH 2/4] debian: Update pending changelog Additionally, modify gitignore to allow us to edit files in the debian directory that we _do_ want to version. --- .gitignore | 6 +++++- debian/changelog | 17 ++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d92eb28..961ad1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ build** .vscode obj-** -debian** \ No newline at end of file +debian/rpi-imager/** +debian/.debhelper** +debian/files +debian/*.substvars +debian/debhelper** \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 01f13e0..d3d0063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,20 @@ -rpi-imager (1.7.6) unstable; urgency=medium +rpi-imager (1.8.0) unstable; urgency=medium - * Advanced options: change to tabbed UI - * Advanced options: make SSH public key field a textarea - * Advanced options: add convenience button to run ssh-keygen - * Choose OS screen: Add Pi model selection box + * Advanced options: Rename to OS customization + * OS customization: change to tabbed UI + * OS customization: make SSH public key field a textarea + * OS customization: add convenience button to run ssh-keygen + * OS customization: Enforce choice as part of write flow + * OS customization: Fixes for state consistency across UI + * Home: Add mechanism for selecting Raspberry Pi device * Adds Spanish/Ukrainian translations - * Updates French translation + * Updates French, Catalan, Italian, German, Spanish, Russian, Japanese translations * Workaround for ArchLinux's lsblk labeling internal SD card readers (mmcblk0) as non-removable storage. * Allow drag-dropping image files to Imager. * Local .xz files: parse uncompressed size for better progress reports. - -- Floris Bos Sat, 23 Sep 2023 19:47:40 +0200 + -- Floris Bos Wed, 18 Oct 2023 18:00:00 +0200 rpi-imager (1.7.5) unstable; urgency=medium From 36b800dfd901a76c79578cd275062e7f1e335ede Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Wed, 18 Oct 2023 14:56:30 +0100 Subject: [PATCH 3/4] debian: update changelog for i18n changes --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3d0063..c52e79f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ rpi-imager (1.8.0) unstable; urgency=medium * OS customization: Enforce choice as part of write flow * OS customization: Fixes for state consistency across UI * Home: Add mechanism for selecting Raspberry Pi device - * Adds Spanish/Ukrainian translations - * Updates French, Catalan, Italian, German, Spanish, Russian, Japanese translations + * i18n: Adds Spanish/Ukrainian translations + * i18n: Updates French, Catalan, Italian, German, Spanish, Russian, + Japanese translations + * i18n: Use en_US as refernce string, and make en_GB a translation * Workaround for ArchLinux's lsblk labeling internal SD card readers (mmcblk0) as non-removable storage. * Allow drag-dropping image files to Imager. From b76b56f569f855e9acefa4c68a97bc0007d7050a Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Wed, 18 Oct 2023 15:17:15 +0100 Subject: [PATCH 4/4] debian: Include keyboard focus fixes in changelog --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index c52e79f..a74e3fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ rpi-imager (1.8.0) unstable; urgency=medium * OS customization: Enforce choice as part of write flow * OS customization: Fixes for state consistency across UI * Home: Add mechanism for selecting Raspberry Pi device + * Shared: Multiple keyboard focus fixes * i18n: Adds Spanish/Ukrainian translations * i18n: Updates French, Catalan, Italian, German, Spanish, Russian, Japanese translations