Skip to content

Commit

Permalink
p3.8.8 update-ts. Moving towards pinn64.
Browse files Browse the repository at this point in the history
  • Loading branch information
procount committed Apr 7, 2024
1 parent fcdee92 commit 613cf23
Show file tree
Hide file tree
Showing 25 changed files with 5,138 additions and 4,426 deletions.
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ PINN is a version of the NOOBS Operating System Installer for the Raspberry Pi w

## Change History

### V3.8.8

- **Translations** - Fixed translation of initial messages.
- **Self-Update** - upgraded implementation in preparation for Pi5
- **Partition size ** - Updated to 128MB
- **mkswap** - Added support for an additional swap partition

### V3.8.7f

- **Usability** - Updated info message when updating PINN'
Expand Down
8 changes: 4 additions & 4 deletions recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


/* Version number displayed in the title bar */
#define VERSION_NUMBER "3.8.7g"
#define VERSION_NUMBER "3.8.8"

/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
Expand All @@ -28,9 +28,9 @@
#define DEFAULT_REPO_SERVER "http://raw.githubusercontent.com/procount/pinn-os/master/os/os_all.json"

/* Location of data for self-updating */
#define BUILD_URL "http://downloads.sourceforge.net/project/pinn/gamma/BUILD-DATA"
#define UPDATE_URL "http://downloads.sourceforge.net/project/pinn/gamma/pinn-lite.zip"
#define README_URL "http://downloads.sourceforge.net/project/pinn/gamma/README.md"
#define BUILD_URL "http://downloads.sourceforge.net/project/pinn/pinn64/BUILD-DATA"
#define UPDATE_URL "http://downloads.sourceforge.net/project/pinn/pinn64/pinn-lite.zip"
#define README_URL "http://downloads.sourceforge.net/project/pinn/pinn64/README.md"

#define GROUP_URL "http://raw.githubusercontent.com/procount/pinn-os/master/os/overrides.json"
#define BUILD_CURRENT "/mnt/BUILD-DATA"
Expand Down
1 change: 1 addition & 0 deletions recovery/multiimagewritethread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ bool MultiImageWriteThread::writePartitionTable(const QString &drive, const QMap
partitionMap.insert(1, new PartitionInfo(1, startP1, sizeP1, "0E", NULL)); /* FAT boot partition */
partitionMap.insert(5, new PartitionInfo(5, startP5, sizeP5, "L", NULL)); /* Ext4 settings partition */

//@@ if drive ==_drive
//@@ change sizeExtended to totalsize - any primary partitions - provision

uint sizeExtended = partitionMap.values().last()->endSector() - startExtended;
Expand Down
434 changes: 233 additions & 201 deletions recovery/translation_ae.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_ast.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_ca.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_cs.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_de.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_en.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_es.ts

Large diffs are not rendered by default.

434 changes: 233 additions & 201 deletions recovery/translation_eu.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 613cf23

Please sign in to comment.