Skip to content

Commit

Permalink
v3.0.3 ko & zh_tw updated. Fix _osdrive for backups
Browse files Browse the repository at this point in the history
  • Loading branch information
procount committed Dec 27, 2018
1 parent 54a781a commit 9facaeb
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 494 deletions.
715 changes: 360 additions & 355 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README_PINN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The latest version of [PINN](http://downloads.sourceforge.net/projects/pinn/pinn

### - [If you have PINN v2.4.3 - v2.4.4b installed, please manually update to v2.4.4c](https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574&start=200#p1239359)

This README relates to v3.0.2
This README relates to v3.0.3

<sup>(PINN-lite does not include any operating systems at all. It is more akin to `NOOBS-lite` rather than `NOOBS`. For that reason, the filename that you download is called `pinn-lite.zip`. More recently, `pinn.zip` has also been made available for download which includes versions of Raspbian and LibreELEC.)</sup>

Expand Down
5 changes: 5 additions & 0 deletions README_SUM.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Please note that in some cases it may extract the files into a folder, if this i

## Change History

## V3.0.3

- **Backup USB** - Fix for multiple USB sticks.
- **Translation** - Ko & zh_tw.ts updated.

## V3.0.2

- **Backup USB** - Improved backup size calculation for USB installed OSes.
Expand Down
5 changes: 5 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,3 +466,8 @@ Fixes the incorrect recovery.cmdline bug in v2.5.2.

- **Backup USB** - Improved backup size calculation for USB installed OSes.

## V3.0.3

- **Backup USB** - Fix for multiple USB sticks.
- **Translation** - Ko & zh_tw.ts updated.

5 changes: 5 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ PINN is a version of the NOOBS Operating System Installer for the Raspberry Pi w

## Change History

## V3.0.3

- **Backup USB** - Fix for multiple USB sticks.
- **Translation** - Ko & zh_tw.ts updated.

## V3.0.2

- **Backup USB** - Improved backup size calculation for USB installed OSes.
Expand Down
2 changes: 1 addition & 1 deletion recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_H

/* Version number displayed in the title bar */
#define VERSION_NUMBER "3.0.2"
#define VERSION_NUMBER "3.0.3"

/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
Expand Down
1 change: 0 additions & 1 deletion recovery/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,6 @@ void MainWindow::pollForNewDisks()

if (_usbimages && !QFile::exists("/tmp/media/"+p1))
{
_osdrive=devname; //eg 'sda'
addImagesFromUSB(p1); //eg 'sda1'
}
}
Expand Down
Loading

0 comments on commit 9facaeb

Please sign in to comment.