-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrelease_notes.html
69 lines (62 loc) · 3.61 KB
/
release_notes.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>release_notes</title>
<meta name="author" content="Stephen Sykes">
<style type="text/css" media="screen">
*{ font-family:"Helvetica Neue",Arial,Helvetica,sans-serif; font-size: 9pt; }
h4 { float:left;font-size: 12px;padding:3px;line-height:16px;font-weight: bold; padding-left: 30px; padding-right:6px; width: 90px; white-space:nowrap; }
ul { margin:0;padding-left:30px;list-style-type:none;padding-right:10px;padding-top:0px; }
ul li{ margin-bottom:5px; }
.info { display: table; padding-left: 6px; }
.type { float: left; width: 70px; display: block; color: white; font-weight: bold; padding: 1px 6px 2px 6px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 10px; position: relative; top:1px; }
.fixed { background-color: #00A825; }
.new { background-color: #BCB901; }
.removed { background-color: #BC0E00; }
.improved { background-color: #0486BC; }
.note { background-color: #AEAEAE; }
.clear { clear:both; }
</style>
</head>
<body>
<h4>Version 2.2.1</h4>
<div class="clear"></div>
<ul>
<li><span class="type improved">IMPROVED</span> <span class="info">Notification window is removed after showing to prevent skitch always naming images Change-Space</span></li>
<li><span class="type fixed">FIXED</span> <span class="info">Circulate vertical did not work in the up direction</span></li>
</ul>
<h4>Version 2.2.0</h4>
<div class="clear"></div>
<ul>
<li><span class="type new">NEW</span> <span class="info">Proper notification grid graphic (thanks to Harry Groover)</span></li>
<li><span class="type new">NEW</span> <span class="info">Option to move desktops in the correct direction</span></li>
<li><span class="type new">NEW</span> <span class="info">Alert if system reports incorrect number of desktops</span></li>
<li><span class="type improved">IMPROVED</span> <span class="info">Validation of move commands against system reported desktop count</span></li>
<li><span class="type new">NEW</span> <span class="info">Link from pref panel to project Github page</span></li>
</ul>
<h4>Version 2.1.0</h4>
<div class="clear"></div>
<ul>
<li><span class="type new">NEW</span> <span class="info">Horizontal wrap option so you can wrap without moving row</span></li>
<li><span class="type new">NEW</span> <span class="info">Frontmost app on new space is activated after move</span></li>
<li><span class="type new">NEW</span> <span class="info">Brief arrow indication of move direction in center of screen</span></li>
<li><span class="type fixed">FIXED</span> <span class="info">Full screen apps are now ignored</span></li>
<li><span class="type improved">IMPROVED</span> <span class="info">Display of current space works from system notification rather than polling</span></li>
</ul>
<h4>Version 2.0.1</h4>
<div class="clear"></div>
<ul>
<li><span class="type new">NEW</span> <span class="info">Adds version number in the preferences</span></li>
</ul>
<h4>Version 2.0.0</h4>
<div class="clear"></div>
<ul>
<li><span class="type improved">IMPROVED</span> <span class="info">Major new version rewritten in Objective C</span></li>
<li><span class="type new">NEW</span> <span class="info">Configurable hotkeys</span></li>
<li><span class="type new">NEW</span> <span class="info">Flexible grid layout</span></li>
<li><span class="type improved">IMPROVED</span> <span class="info">Accurate space number display</span></li>
</ul>
</body>
</html>