Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Jun 3, 2024
1 parent 3664ebd commit ed4d5f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**1.4.2**
- Improved visibility condition for widget settings screen
- Added globalsearch configuration screen to skin settings under Settings > Copacetic > Home > 'Configure global search'
- Disabled use of landscape artwork on Billboard widget views
- Disabled 'Prefer landscape artwork' option when Billboard view selected on a home widget
- Added script to quick subtitle switcher in videoOSD controls that allows it to toggle only between 'Off' and a preferred language, as set in skin settings. If preferred language is not available or no value is entered in skin settings, this button will toggle through all available subtitles instead https://github.com/realcopacetic/skin.copacetic/issues/170

**2.4.2**
- Bumping version number by 1 to differentiate between Nexus and Omega versions.
- Increased version number of script.copacetic.helper dependency to 1.1.0
Still to do:
-- check tmdb helper click actions for all infoscreen widgets (including episode ones etc)
-- tmdb helper for play button on infoscreen?
Expand All @@ -38,6 +34,13 @@ Still to do:
- PVR
https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki/Replacing-Extended-Info#direct-call-auto

**1.4.2**
- Improved visibility condition for widget settings screen
- Added globalsearch configuration screen to skin settings under Settings > Copacetic > Home > 'Configure global search'
- Disabled use of landscape artwork on Billboard widget views
- Disabled 'Prefer landscape artwork' option when Billboard view selected on a home widget
- Added script to quick subtitle switcher in videoOSD controls that allows it to toggle only between 'Off' and a preferred language, as set in skin settings. If preferred language is not available or no value is entered in skin settings, this button will toggle through all available subtitles instead https://github.com/realcopacetic/skin.copacetic/issues/170

**1.4.0**
- Added option to prefer TMDbHelper plugin if it's enabled as the content source for info screen widgets, under Settings > Copacetic > Customisations > Info screens https://github.com/realcopacetic/skin.copacetic/issues/105
- Fixed bug in window transition animations between home, settings etc to ensure that when background slideshow is the same between two windows, the transition is instantaneous
Expand Down
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="1.4.2" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="2.4.2" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.copacetic.helper" version="1.0.16" />
<import addon="script.copacetic.helper" version="1.1.0" />
<import addon="resource.fonts.copacetic" version="1.0.5" />
<import addon="script.skinshortcuts" version="1.1.5" />
<import addon="service.upnext" version="1.1.9+MATRIX.1" />
Expand Down

0 comments on commit ed4d5f9

Please sign in to comment.