-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmotion_news.html
203 lines (175 loc) · 8.01 KB
/
motion_news.html
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<link href="motion.png" rel="icon" type="image/png">
<title>Motion</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="motion_stylesheet.css" media="screen">
<script>
function fnc_topnav() {
var x = document.getElementById("id_topnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</head>
<body>
<div class="topnav" id="id_topnav">
<img class="logoimg" src="motion.gif">
<a class="topnav-d" href="https://motion-project.github.io/motion_support.html">Support</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_news.html" >News</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
<a class="topnav-d" href="https://motion-project.github.io/motion_download.html">Download</a>
<a class="topnav-d" href="https://motion-project.github.io/index.html">Home</a>
<a class="topnav-m" href="https://motion-project.github.io/index.html">Home</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_download.html">Download</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_guide.html" >Documentation</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_news.html" >News</a>
<a class="topnav-m" href="https://motion-project.github.io/motion_support.html">Support</a>
<a href="javascript:void(0);" class="icon" onclick="fnc_topnav()">☰</a>
</div>
<section class="page-header">
<h1>
News
</h1>
</section>
<section class="main-content">
<h2>2024/09/09 - MotionPlus release 0.2.2</h2>
<p></p>
MotionPlus version 0.2.2 was released on 2024/09/09 and is available on
the <a href="https://github.com/Motion-Project/motionplus/releases">releases page</a>.
<p></p>
<h2>2024/08/21 - Motion release 4.7.0</h2>
<p></p>
Motion version 4.7.0 was released on 2024/08/21 and is available on
the <a href="https://github.com/Motion-Project/motion/releases">releases page</a>.
<p></p>
<h2>2024/06/23 - MotionPlus release 0.2.1</h2>
<p></p>
MotionPlus version 0.2.1 was released on 2024/06/23 and is available on
the <a href="https://github.com/Motion-Project/motionplus/releases">releases page</a>.
<p></p>
<h2>2024/03/22 - MotionPlus release 0.2.0</h2>
<p></p>
MotionPlus version 0.2.0 was released on 2024/03/22 and is available on
the <a href="https://github.com/Motion-Project/motionplus/releases">releases page</a>.
<p></p>
<h2>2023/11/11 - Motion release 4.6.0</h2>
<p></p>
Motion version 4.6.0 was released on 2023/11/11 and is available on
the <a href="https://github.com/Motion-Project/motion/releases">releases page</a>.
<p></p>
<h2>2023/04/02 - MotionPlus release 0.1.1</h2>
<p></p>
MotionPlus version 0.1.1 was released on 2023/04/02 and is available on
the <a href="https://github.com/Motion-Project/motionplus/releases">releases page</a>.
<p></p>
<h2>2023/03/12 - MotionPlus release 0.1.0</h2>
<p></p>
MotionPlus version 0.1.0 was released on 2023/03/12 and is available on
the <a href="https://github.com/Motion-Project/motionplus/releases">releases page</a>.
<p></p>
<h2>2022/12/17 - Motion release 4.5.1</h2>
<p></p>
Motion version 4.5.1 was released on 2022/12/17 and is available on
the <a href="https://github.com/Motion-Project/motion/releases">releases page</a>.
<p></p>
<h2>2022/10/30 - Release 4.5.0</h2>
<p></p>
Version 4.5.0 was released on 2022/10/30 and is available on the releases page.
<p></p>
<h2>2021/10/23 - Release 4.4.0</h2>
<p></p>
Version 4.4.0 was released on 2021/10/23 and is available on the releases page.
<p></p>
<h2>2020/10/25 - Release 4.3.2</h2>
<p></p>
Version 4.3.2 was released on 2020/10/25 and is available on the releases page.
<p></p>
<h2>2020/04/12 - 2020 Development Cycle</h2>
<p></p>
The development time available from Mr-Dave has wrapped up for this cycle.
<p></p>
<h2>2020/04/12 - Release 4.3.1</h2>
<p></p>
Version 4.3.1 was released on 2020/04/12 and is available on the releases page.
<p></p>
<h2>2020/04/12 - Release 4.3.0</h2>
<p></p>
Version 4.3.0 was released on 2020/01/07 and is available on the releases page.
<p></p>
<h2>2019/02/20 - 2018/2019 Development Cycle</h2>
<p></p>
The development time available from Mr-Dave has wrapped up for this cycle and is
expected to resume sometime in September 2019.
<p></p>
<h2>2019/02/03 - Release 4.2.2</h2>
<p></p>
Version 4.2.2 with minor fixes from version 4.2.1 has been released and
is available on the releases page.
<p></p>
<h2>2018/12/09 - Release 4.2.1</h2>
<p></p>
Version 4.2.1 with minor fixes from version 4.2 has been released and
is available on the releases page.
<p></p>
<h2>2018/10/28 - Release 4.2</h2>
<p></p>
Version 4.2 with revised fixes, features and deb packages has been released and
is available on the releases page.
<p></p>
<h2>2018/04/11 - 2017/2018 Development Cycle</h2>
<p></p>
The development time available from Mr-Dave will be wrapping up for this cycle and is
expected to resume sometime in August 2018.
<p></p>
<h2>2017/12/10 - Release 4.1.1 </h2>
<p></p>
Version 4.1.1 with minor fixes from version 4.1 has been released and
is available on the releases page.
<p></p>
<h2>2017/11/11 - Release 4.1 </h2>
<p></p>
Version 4.1 with revised fixes, features and deb packages has been released and
is available on the releases page. It is anticipated that future releases will continue
to follow this annual cycle timing.
<p></p>
<h2>2016/10/30 - 2016/2017 Development Cycle </h2>
<p></p>
The development time available from Mr-Dave will be wrapping up in early November 2016 and is
expected to resume sometime in August 2017.
<p></p>
<h2>2016/10/20 - Break from being fork </h2>
<p></p>
With the creation of release of 4.0 and the coalescing of the various developers/forks into the
project, it is now time to break the github project away from being a fork of SackMotion.
<p></p>
Sometime after November 15 2016 the project will implement the break. When this occurs, developers
that have previously forked from SackMotion and not forked from the project will no longer be able to see
the project in the network graphs.
<p></p>
Developers are encouraged to fork/sync from the project so that when the break occurs, they can
continue to participate.
<p></p>
<h2>2016/10/24 - Version 4.0.1 Released </h2>
<p></p>
Version 4.0.1 has been packaged and released here. Only minor packaging changes are included in this
release versus what is included in version 4.0.
<p></p>
<h2>2016/10/20 - New Repo for Project </h2>
<p></p>
The project now has a new repository to contain the packaging components associated with the
Motion application. For users that wish to build the application from source, a build script has been
created that allows for the creation of deb packages. The deb packages are preferred for building so that
users can easily uninstall and revert to other versions.
<p></p>
<h2>2016/10/16 - Version 4.0 Released </h2>
<p></p>
Version 4.0 has been packaged and released here. See release notes for items included in this release.
<p></p>
</body>
</html>