-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
122 lines (122 loc) · 3.51 KB
/
changelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"version": "v0.8.4",
"date": "2024-06-09",
"description": "Fix to show Tomatometer and Audience Score icons."
},
{
"version": "v0.8.3",
"date": "2024-06-06",
"description": "Fix to show Rotten Tomatoes ratings again.\\nTomatometer and Audience score icons are not shown at the moment. :("
},
{
"version": "v0.8.2",
"date": "2023-08-20",
"description": "Adapted to changed RottenTomatoes"
},
{
"version": "v0.8.1",
"date": "2023-07-16",
"description": "Improved search algorithm: less popular movies are found with more confidence."
},
{
"version": "v0.8.0",
"date": "2023-07-16",
"description": "Adapt to changed imdb"
},
{
"version": "v0.7.5",
"date": "2023-06-18",
"description": "Adapted to changed RottenTomatoes"
},
{
"version": "v0.7.4",
"date": "2023-02-28",
"description": "Adapted to changed RottenTomatoes"
},
{
"version": "v0.7.3",
"date": "2022-03-27",
"description": "Adapted to changed IMDb"
},
{
"version": "v0.7.2",
"date": "2021-08-24",
"description": "Adapted to changed RottenTomatoes"
},
{
"version": "v0.7.1",
"date": "2021-07-08",
"description": "Adapted to changed IMDb"
},
{
"version": "v0.7.0",
"date": "2021-05-24",
"description": "The new title page of IMDb is now supported. The old one is supported, too.<br>(RottenTomatoes doesn't work currently)"
},
{
"version": "v0.6.3",
"date": "2021-02-14",
"description": "Partly adapted for changed RottenTomatoes website:<br>Tomatometer, Audience Score and Critics consensus are shown on IMDb again."
},
{
"version": "v0.6.2",
"date": "2021-01-25",
"description": "Increased efficiency when finding less famous or foreign movies."
},
{
"version": "v0.6.1",
"date": "2021-01-08",
"description": "Hotfix for showing Metacritics background color because of changes on IMDb"
},
{
"version": "v0.6.0",
"date": "2020-11-23",
"description": "Improved search algorithm: less popular movies are found with more confidence."
},
{
"version": "v0.5.0",
"date": "2020-11-02",
"description": "Features:<br>- RottenTomatoes Critics consensus is displayed on IMDB,<br>- Similarly, IMDb summary is shown on RottenTomatoes.<br>Minor improvements:<br>- working when RottenTomatoes logos are missing,<br>- style fix for 100% tomatometer,<br>- style fix for IMDb when injected TomatoMeter causes overflow (usually for movies without trailer)"
},
{
"version": "v0.4.0",
"date": "2020-10-27",
"description": "Fancy new UI: icons, colors, fully clickable scores"
},
{
"version": "v0.3.0",
"date": "2020-10-06",
"description": "Improved stability:<br>- Movie scores are inserted even if they are unavailable yet (e.g. for unreleased movies).<br>- Less famous movies are found with more confidence (this will be improved further)."
},
{
"version": "v0.2.1",
"date": "2020-09-21",
"description": "Minor update for changed RottenTomatoes website."
},
{
"version": "v0.2.0",
"date": "2020-01-20",
"description": "RottenTomatoes now shows the IMDb scores! Even the TOP250 position is displayed!"
},
{
"version": "v0.1.3",
"date": "2019-10-17",
"description": "Bugfix to make the extension working again."
},
{
"version": "v0.1.2",
"date": "2019-08-22",
"description": "Number formatting is based on the browser's preferred language, just like on IMDb."
},
{
"version": "v0.1.1",
"date": "2019-08-16",
"description": "Icon is updated."
},
{
"version": "v0.1.0",
"date": "2019-08-16",
"description": "First release, showing RottenTomatoes scores on IMDb."
}
]