Skip to content

Commit

Permalink
Version 3.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrounger committed Apr 8, 2019
1 parent a916b71 commit bd2d764
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 38 deletions.
Binary file removed Preview.png
Binary file not shown.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,21 @@ It includes a couple of new features i.e.:
* bugfixes
* etc.

![alt tag](https://raw.githubusercontent.com/iMaxxx/OpenSkin-Designer/master/Preview.png)
## Screenshots
<p align="center">
<img src="Screenshots/Preview1.jpg?sanitize=true&raw=true" title="Preview1" width="400"/>
<img src="Screenshots/Preview2.jpg?sanitize=true&raw=true" title="Preview1" width="400"/>
<img src="Screenshots/Preview3.jpg?sanitize=true&raw=true" title="Preview1" width="400"/>
</p>

## Changelog

To-Do:
* some performance improvements
* fix save as (copy your skin to OpenSkin's directory)
### 3.2.0 (08.04.2019)
* Converter: support for 'FullDescription' added
* resize picon on element size change
* Use attribute scale for ePixmap & widget which have 'pixmap' attribute.
* Converter MovieInfo added
* show images for widgets with any render and 'path' attribute
* show EventImage if render attribute contains 'eventimage'
* show XHDPicon if render attribute contains 'xhdpicon'
* show images with 'pixmaps' attribute
Binary file added Screenshots/preview1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/preview2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/preview3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 29 additions & 33 deletions Source/e2skinner2/Frames/fAbout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/e2skinner2/Frames/fAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public fAbout()
"- Screen has not title attribute, fallback to name attribute" + Environment.NewLine +
"- Render VRunningText added" + Environment.NewLine +
"- Render MetrixReloadedScreenNameLabel added" + Environment.NewLine +
"- Show picon bug fixed" + Environment.NewLine +
"- Show picon bug fixed" + Environment.NewLine + Environment.NewLine +
"v3.2.0.0 by Scrounger" + Environment.NewLine +
"- Converter: support for 'FullDescription' added" + Environment.NewLine +
"- resize picon on element size change" + Environment.NewLine +
Expand Down

0 comments on commit bd2d764

Please sign in to comment.