debian: Update pending changelog

Additionally, modify gitignore to allow us to edit files in the debian
directory that we _do_ want to version.
This commit is contained in:
Tom Dewey tom.dewey@raspberrypi.com 2023-10-18 11:34:12 +01:00
parent 1a6c683b55
commit b9d271696f
2 changed files with 15 additions and 8 deletions

6
.gitignore vendored
View file

@ -1,4 +1,8 @@
build** build**
.vscode .vscode
obj-** obj-**
debian** debian/rpi-imager/**
debian/.debhelper**
debian/files
debian/*.substvars
debian/debhelper**

17
debian/changelog vendored
View file

@ -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: Rename to OS customization
* Advanced options: make SSH public key field a textarea * OS customization: change to tabbed UI
* Advanced options: add convenience button to run ssh-keygen * OS customization: make SSH public key field a textarea
* Choose OS screen: Add Pi model selection box * 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 * 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 * Workaround for ArchLinux's lsblk labeling internal SD card readers
(mmcblk0) as non-removable storage. (mmcblk0) as non-removable storage.
* Allow drag-dropping image files to Imager. * Allow drag-dropping image files to Imager.
* Local .xz files: parse uncompressed size for better progress reports. * Local .xz files: parse uncompressed size for better progress reports.
-- Floris Bos <bos@je-eigen-domein.nl> Sat, 23 Sep 2023 19:47:40 +0200 -- Floris Bos <bos@je-eigen-domein.nl> Wed, 18 Oct 2023 18:00:00 +0200
rpi-imager (1.7.5) unstable; urgency=medium rpi-imager (1.7.5) unstable; urgency=medium