Skip to content

Commit

Permalink
readme and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed May 25, 2024
1 parent 3a4c084 commit 7b30879
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,15 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**1.3.9**
- Updated more widget paths with URL-encoded strings from script.copacetic.helper
**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
- Fixed a bug in how views are displayed when a home widget redirects to a view in videos window https://github.com/realcopacetic/skin.copacetic/issues/167
- Added error notification if global search returns 0 results.
- fixed bugs in infoscreen breadcrumb system especially when using tmdbhelper for info screen widgets

Still to do:
- infoscreen transition when using tmdbhelper widgets
-- check tmdb helper click actions for all infoscreen widgets (including episode ones etc)
-- actor credits action
-- other actions (inc play episode with tmdb helper)
-- tmdb helper for play button on infoscreen?
- autoscroll bar
- multiart on autoscroll
Expand All @@ -43,6 +39,9 @@ Still to do:
- PVR
https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki/Replacing-Extended-Info#direct-call-auto

**1.3.9**
- Updated more widget paths with URL-encoded strings from script.copacetic.helper

**1.3.8**
- Updated widget paths with url_encoded strings from script.copacetic.helper to enable xsp filtering when titles have special characters
- Videoosd next button now does bigskipforward if no chapters or playlist are present
Expand Down
2 changes: 1 addition & 1 deletion 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.3.9" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="1.4.0" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.copacetic.helper" version="1.0.16" />
Expand Down

0 comments on commit 7b30879

Please sign in to comment.