Skip to content

Releases: HalloSpaceBoy5/PicoBoy-OS

PBOS Update V3.4

02 Feb 19:56
5dbc86a
Compare
Choose a tag to compare

PicoBoySDK Updates:

  • Rounded corners implemented on the pause screen
  • New "Popup" menu that renders a text-wrapped popup menu on the screen with a title and a description.
  • Create_Text() Now automatically wraps the text using a width variable.
  • Now supports included libraries in games, keeping the game and library in a single package

PBOS Updates:

  • PicoBoySDK Updates
  • Fixed bug where a large image file would generate when entering Data Upload Mode

PBOS Update V3.3

30 Nov 21:18
5a8dcc5
Compare
Choose a tag to compare

New System Integrity Protection:

The PicoBoy now has a toggleable check for the integrity of PBOS, unlocking the ability to run PBOS unrestrained.

Notice: I will be taking a break from major PicoBoy development for the holidays. If I come across any bugs I will fix them, but I will not be working on new games/software/features until January.

PBOS Updates:

  • Fixed issue in pause screen where a crash would occur when the home button is pressed
  • Significantly improved game security, now much harder to accidentally make a bad game.
  • Updated settings to include the ability to enable/disable System Integrity Protection (Protection against corrupt/malicious games)
  • Updated settings to be more memory efficient
  • Fixed issue in settings menu where a black line would appear in the stats menu

Documentation Updates:

  • Added more comprehensive guide to settings menu
  • Added documentation for System Integrity Protection

PBOS Update V3.2

17 Sep 02:02
ec96a7b
Compare
Choose a tag to compare

Notice: Do not use the Pi Pico 2 when assembling your PicoBoy V2 kit! I have yet to test it and write in compatibility into PBOS!

PBOS Updates:

  • Added functionality to import custom PLibraries
  • External libraries can be used to:
  • Add new features to games
  • Mod games
  • Customize your programming experience
  • Added new statistics section that shows:
    • OS Version
    • MicroPython Version
    • Free Space
    • Games Installed
    • Battery
    • Libraries Installed

PicoBoySDK Updates:

  • Added new feature that lets you import and utilize objects initialized in custom libraries
  • Now raises TypeErrors when an exception occurs

PBOS Update V3.1

19 Jul 20:50
6f9153d
Compare
Choose a tag to compare

I will be taking a month long break to work on the buisness side of things with the PicoBoy.

There may be some minor updates, but there won't be anything signifigant.

PicoBoySDK Updates:

  • Fixed issue in Line, Hline, and Vline where an error would occur when entering the color
  • Reflected fixed issue in docs

PBOS Updates:

  • PicoBoySDK Updates
  • Fixed critical issue where OS would crash when a background was applied

PBOS Update V3.0

11 Jun 21:12
e0fb270
Compare
Choose a tag to compare

The PicoBoy V2 has been released!

Updates:

  • Enhanced performance and efficiency, reducing resource usage by 30%
  • Added new Data Upload Mode screen
  • Added new "No Games" screen
  • Fixed issue where the brightness would be incorrectly reported as negative
  • New layout in the settings menu with a scroll bar
  • PBOS now supports 4 more languages:
  • Spanish
  • French
  • Italian
  • German
  • New first time setup when formatted, it has sections for:
  • Testing Hardware
  • Configuring the OS

PBOS Update V2.6

17 May 01:13
d0fe1e5
Compare
Choose a tag to compare

Updates:

  • Now checks for corrupted app title cards and doesn't render them
  • Now has support for transparent sprites
  • Now has support for small pbimgs
  • SDK Updates

PicoBoy Micropython FW V1

17 May 01:13
d0fe1e5
Compare
Choose a tag to compare

New Micropython version specifically for the PicoBoy!

Updates:

  • The PicoBoy Micropython Distro has been released!
  • The PicoBoy now shows up as "PicoBoy" instead of "Board in FS mode"

PBOS Update V2.5

16 Apr 20:49
3cc6ccd
Compare
Choose a tag to compare

Volume controls have come to PBOS!

Battery measurement has come to PBOS!

Updates:

  • Volume controls have been added to PBOS
  • Added a volume slider to the settings menu
  • There is now a battery indicator on the Home Screen
  • The PicoBoy will automatically shut off when the battery is to low
  • Added battery percentage to settings menu
  • Brightness controls are now multiples of 5, making for more refined adjustment

PBOS Update V2.4

15 Mar 18:20
989ad4a
Compare
Choose a tag to compare

Custom backgrounds have now come to PBOS V2.4!

Make sure to update to Micropython version 1.22.2

PBOS Updates:

  • Improved performance
  • New background colors
  • Fixed bug where animation would not disable correctly
  • Fixed bug where you couldn't enter data upload mode when settings is selected
  • Improved smoothness of animated transition between games
  • Fixed bug where rounded corners on a game wouldn't round during animation
  • You can now use Paint drawing files as backgrounds in PBOS
  • Fixed critical bug where the console would crash if animations were enabled and there was no title image
  • Enhanced game corruption protection

PBOS Update V2.3

18 Feb 03:19
08ba8fe
Compare
Choose a tag to compare

New UI in PBOS

Do not use this file to update, reformat your console using PicoBoy Communication Software. This update file is for downgrading in the event of a bad update in the future.

PBOS Updates:

  • New UI with an app-based layout
  • New custom backgrounds to personalize your PicoBoy
  • New settings menu where you can change the brightness, change the background, and enter data upload mode
  • New storage optimizations allowing for more games
  • New animated transition between games
  • PBOS can now detect corrupted games and prevent them from running and corrupting your operating system.