Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skin.copacetic] 1.1.28 #436

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions skin.copacetic/16x9/Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,5 @@
<param name="background_visible" value="false" />
</include>
</control>
<control type="label">
<align>right</align>
<label>$VAR[Background_Home_Path][CR]$INFO[Container(3300).ListItem.Art(fanart)]</label>
</control>
</controls>
</window>
3 changes: 3 additions & 0 deletions skin.copacetic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**1.1.28**
- Removed test label

**1.1.27**
- Fixed filename case mismatch causing some OSD buttons not to show on Linux-based devices https://github.com/realcopacetic/skin.copacetic/issues/128
- Fixed background slideshow timer stuck on 10 seconds regardless of what was set in skin settings https://github.com/realcopacetic/skin.copacetic/issues/136
Expand Down
2 changes: 1 addition & 1 deletion skin.copacetic/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="1.1.27" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="1.1.28" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.16.0" />
<import addon="script.copacetic.helper" version="1.0.12" />
Expand Down
Loading