This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
Releases: Piripe/Oxygen
Releases · Piripe/Oxygen
v0.2
⚠️ Warning: Any skin from v0.1 that contains a gradient will not work properly. ⚠️
All images containing a gradient will not be rendered.
Changelog:
- Updated the framework from .NET Framework 4.8 to .NET 6.0
- Added an Error Manager and Error Console
- Changed Point font size to Pixel font size
- Disabled value change by scroll in combo boxes
- Changed the weird system-D for the gradients to a JS class
- Added
<rect>
and<ellipse>
shapes to the image generator - Automatic detection of the Steam folder
- CSS Preprocessor to allow to customize CSS files in the skin
- Copy automatically CSS files for SFP in the right folder in Steam
Bug fix:
- Crash when exporting a skin loaded from a save that contains a
bool
variable. - Ellipse shape is not aligned with the pixel grid.
- Freezing the app when opening a non-existent skin #2
Full Changelog: v0.1...v0.2
v0.2-preview-2
Second preview of Oxygen v0.2.
⚠️ Warning: Any skin from v0.1 that contains a gradient will not work properly. ⚠️
All images containing a gradient will not be rendered.
If you want a working skin for Oxygen v0.2, see FluentForOxygen/oxygen0.2
Changelog:
- Implemented negative
border-radius
(Used to make concave border) - Patched shape drawing to support offset attribute
Bug fix:
- Ellipse shape is not aligned with the pixel grid.
Full Changelog: v0.2-preview-1...v0.2-preview-2
v0.2-preview-1
First preview of Oxygen v0.2.
⚠️ Warning: Any skin from v0.1 that contains a gradient will not work properly. ⚠️
All images containing a gradient will not be rendered.
If you want a working skin for Oxygen v0.2, see FluentForOxygen/oxygen0.2
Changelog:
- Updated the framework from .NET Framework 4.8 to .NET 6.0
- Added an Error Manager and Error Console
- Changed Point font size to Pixel font size
- Disabled value change by scroll in combo boxes
- Changed the weird system-D for the gradients to a JS class
- Added
<rect>
and<ellipse>
shapes to the image generator
Bug fix:
- Crash when exporting a skin loaded from a save that contains a
bool
variable.
Full Changelog: v0.1...v0.2-preview-1