Skip to content

Commit b682713

Browse files
authored
Add changelog.txt (#32)
* Remove unused scripts. * Add changelog.txt
1 parent 2417198 commit b682713

File tree

4 files changed

+79
-262
lines changed

4 files changed

+79
-262
lines changed

changelog.txt

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
context.elementum changelog
2+
===============
3+
4+
[B]v0.0.13[/B] - 2023-08-02
5+
- Version 0.0.13.
6+
- Fixed "unsupported action"
7+
8+
[B]v0.0.12[/B] - 2023-07-24
9+
- Added a sleep before uploading releases.
10+
- Version 0.0.12
11+
- Fixed library calls for tvshows
12+
- Added `release.sh` with a note.
13+
14+
[B]v0.0.11[/B] - 2023-06-21
15+
- Version 0.0.11
16+
- Added functionality to allow custom play/download.
17+
- Fixed check for xgettext
18+
- Added check for xgettext
19+
- Adjusted to run with python3.
20+
21+
[B]v0.0.10[/B] - 2021-07-29
22+
- Version 0.0.10
23+
- add missing else in doPlay (#27)
24+
25+
[B]v0.0.9[/B] - 2021-07-06
26+
- version 0.0.9,
27+
- special case for mediatype == 'season' (#25)
28+
- Use elementum path for play/download (#24)
29+
30+
[B]v0.0.8[/B] - 2021-06-21
31+
- version 0.0.8
32+
- try to use getUniqueID('tmdb') if possible (#21)
33+
34+
[B]v0.0.7[/B] - 2021-06-18
35+
- linter fix
36+
- Version 0.0.7
37+
- add ListItem.dbtype=tvshow for library remove (#19)
38+
- Add Mark as watched in Trakt menu item (#18)
39+
- Add "remove from library" menu item; Convert to submenus
40+
(#17)
41+
- update xgettext_remove_old_messages.sh (#16)
42+
- Cleanup: delete unused code and messages, sync messages
43+
(#15)
44+
45+
[B]v0.0.6[/B] - 2021-05-14
46+
- Version v0.0.6
47+
- Add assign torrent functionality (#13)
48+
- Updated built-in command
49+
- add scripts/xgettext_remove_old_messages.sh
50+
51+
[B]v0.0.5[/B] - 2021-03-16
52+
- Version 0.0.5
53+
- add season handling
54+
- Create strings.po
55+
56+
[B]v0.0.4[/B] - 2021-01-27
57+
- added another translation for Download action
58+
- version 0.0.4
59+
- Add croatian language
60+
- Italian translation
61+
62+
[B]v0.0.3[/B] - 2020-03-12
63+
- added Download action. Version 0.0.3.
64+
- init Hebrew translate
65+
66+
[B]v0.0.2[/B] - 2018-11-16
67+
- adding search abilit to plugin. fixed for kodi 18 usage.
68+
69+
[B]v0.0.1[/B] - 2018-02-02
70+
- cleanup and initial Play action
71+
- changing permissions for xgettext
72+
- adding scripts
73+
- adding requirements
74+
- fixing version parser
75+
- initial cleanup and commit
76+
- creating ignore. cleaning up settings file.
77+
- initial commit
78+

scripts/changelog.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
echo "Burst changelog"
2+
echo "context.elementum changelog"
33
echo "==============="
44
git tag -l | sort -u -r -V | while read TAG ; do
55
if [ $NEXT ];then

scripts/extract.py

Lines changed: 0 additions & 109 deletions
This file was deleted.

scripts/parse_magnetic.py

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)