-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchangelog.html
More file actions
119 lines (102 loc) · 3.04 KB
/
Copy pathchangelog.html
File metadata and controls
119 lines (102 loc) · 3.04 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Galene Plugin Changelog</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
padding-left : 1em;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Galene Plugin Changelog
</h1>
<p><b>0.9.8</b> -- ??</p>
<ul>
<li>Fix the invalid ipv6 ip address issue</li>
</ul>
<p><b>0.9.7</b> -- July 10 2026 </p>
<ul>
<li>Fix the invalid ipv6 ip address issue</li>
</ul>
<p><b>0.9.6</b> -- April 10 2026 </p>
<ul>
<li>Update Galene code to latest</li>
</ul>
<p><b>0.9.5</b> -- December 16 2025 </p>
<ul>
<li>Fixes <a href="https://github.com/igniterealtime/openfire-galene-plugin/issues/18">issue #18</a>: Consider moving away from joda time</li>
</ul>
<p><b>0.9.4</b> -- September 30 2025 </p>
<ul>
<li>Remove Rayo from plugin.</li>
<li>Fixes <a href="https://github.com/igniterealtime/openfire-galene-plugin/issues/10">issue #10</a>: Apply authentication to public group and subgroups if Openfire disables anonymous access</li>
</ul>
<p><b>0.9.3</b> -- August 15 2025 </p>
<ul>
<li>Add binary for MacOS ARM</li>
<li>Update Galene code to 1.0.0 latest</li>
</ul>
<p><b>0.9.2</b> -- July 2nd 2025 </p>
<ul>
<li>Make compatible with Openfire 5.0</li>
</ul>
<p><b>0.9.1</b> -- July 2nd 2025</p>
<ul>
<li>Update Galene code to 0.97 latest</li>
<li>Limit to Openfire 4.9.2 and below</li>
</ul>
<p><b>0.9.0</b> -- May 13, 2025</p>
<ul>
<li>Update Galene code to 0.97</li>
<li>Breaking changes. Custom web client no more supported. Use vanilla galene web client direct from / (root) via proxy</li>
</ul>
<p><b>0.8.1</b> -- September 12, 2024</p>
<ul>
<li>Update Galene code to 0.81</li>
<li>Dropped support for win-32</li>
<li>Update Galene code</li>
<li>Marking that this version (and implicitly, later versions) are compatible with Openfire 4.8.0 and beyond</li>
<li>Fixes <a href="https://github.com/igniterealtime/openfire-galene-plugin/issues/6">issue #6</a>: Fix compatibility issue with Openfire 4.9.0</li>
</ul>
<p><b>0.0.4</b> -- September 12, 2023</p>
<ul>
<li>Improve documentation</li>
<li>Add support for galene chat <-> xmpp</li>
<li>Update Galene code</li>
</ul>
<p><b>0.0.3</b> -- August 10, 2023</p>
<ul>
<li>Initial release. </li>
</ul>
</body>
</html>