File tree 5 files changed +21
-14
lines changed
5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 1
- buildPlugin(version : " Matrix " )
1
+ buildPlugin(version : " Nexus " )
Original file line number Diff line number Diff line change 3
3
This is a [ Kodi] ( http://kodi.tv ) visualization addon.
4
4
5
5
[ ![ License: GPL-2.0-or-later] ( https://img.shields.io/badge/License-GPL%20v2+-blue.svg )] ( LICENSE.md )
6
- [ ![ Build Status] ( https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.visualization.fishbmc?branchName=Matrix )] ( https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=39&branchName=Matrix )
7
- [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/xbmc/job/visualization.fishbmc/job/Matrix /badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvisualization.fishbmc/branches/ )
8
- <!-- - [](https://ci.appveyor.com/project/xbmc/visualization-fishbmc?branch=Matrix ) -->
6
+ [ ![ Build Status] ( https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.visualization.fishbmc?branchName=Nexus )] ( https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=39&branchName=Nexus )
7
+ [ ![ Build Status] ( https://jenkins.kodi.tv/view/Addons/job/xbmc/job/visualization.fishbmc/job/Nexus /badge/icon )] ( https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvisualization.fishbmc/branches/ )
8
+ <!-- - [](https://ci.appveyor.com/project/xbmc/visualization-fishbmc?branch=Nexus ) -->
9
9
10
10
![ screenshot] ( https://raw.githubusercontent.com/xbmc/visualization.fishbmc/master/visualization.fishbmc/resources/screenshot-01.jpg )
11
11
@@ -20,8 +20,8 @@ Also make sure you follow this README from the branch in question.
20
20
The following instructions assume you will have built Kodi already in the ` kodi-build ` directory
21
21
suggested by the README.
22
22
23
- 1 . ` git clone--branch master https://github.com/xbmc/xbmc.git `
24
- 2 . ` git clone --branch Matrix https://github.com/xbmc/visualization.fishbmc.git `
23
+ 1 . ` git clone --branch master https://github.com/xbmc/xbmc.git `
24
+ 2 . ` git clone --branch Nexus https://github.com/xbmc/visualization.fishbmc.git `
25
25
3 . ` cd visualization.fishbmc && mkdir build && cd build `
26
26
4 . ` cmake -DADDONS_TO_BUILD=visualization.fishbmc -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons `
27
27
5 . ` make `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variables:
4
4
trigger :
5
5
branches :
6
6
include :
7
- - Matrix
7
+ - Nexus
8
8
- releases/*
9
9
paths :
10
10
include :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<addon
3
3
id =" visualization.fishbmc"
4
- version =" 6.3 .0"
4
+ version =" 20.0 .0"
5
5
name =" FishBMC"
6
6
provider-name =" 26elf" >
7
7
<requires >@ADDON_DEPENDS@</requires >
Original file line number Diff line number Diff line change
1
+ 20.0.0 (2021-09-13)
2
+ - Updated language files from Weblate
3
+ - Update description text on strings.po (en_GB)
4
+ - Change test builds to 'Kodi 20 Nexus'
5
+ - Increase version to 20.0.0
6
+ - With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi.
7
+ This done to know easier to which Kodi the addon works.
8
+
1
9
6.3.0 (2020-09-13)
2
10
- Kodi API change update
3
11
47
55
- kodi to addon interface changes
48
56
49
57
2014-03-01:
50
- Updated language files from Transifex
58
+ - Updated language files from Transifex
51
59
52
60
2014-02-17:
53
- Updated language files from Transifex
61
+ - Updated language files from Transifex
54
62
55
63
2014-02-02:
56
- Updated language files from Transifex
64
+ - Updated language files from Transifex
57
65
58
66
2014-01-11:
59
- Updated language files from Transifex
67
+ - Updated language files from Transifex
60
68
61
69
2011-02-26:
62
- Initial release for XBMC 11, based on fische 4
63
-
70
+ - Initial release for XBMC 11, based on fische 4
You can’t perform that action at this time.
0 commit comments