-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog3-beta.html
88 lines (81 loc) · 4.58 KB
/
changelog3-beta.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>What's new in TotalSpaces2? (beta channel)</title>
<style type="text/css" media="screen">
body,h1,h2,h3,h4,p,table{padding:0;margin:0;}
ol li{margin-bottom:5px;}
a{text-decoration:none;font-variant:normal;color:#1e51be;}
a:hover{text-decoration:underline;}
*{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}
#page{padding-right:20px;padding-top:35px;padding-left:20px;font-size:9pt;}
#page p{padding-top:5px;padding-bottom:5px;font-size:9pt;line-height:14pt;}
.changelog body,.changelog h1,.changelog h2,.changelog h3,.changelog h4,.changelog p,.changelog table{padding:0;margin:0;}
.changelog ol li{margin-bottom:5px;}
.changelog a{text-decoration:none;font-variant:normal;color:#1e51be;}
.changelog a:hover{text-decoration:underline;}
.changelog h1{font-size:12pt;padding-top:5px;padding-bottom:5px;}
.changelog h2{font-size:11pt;padding-top:5px;padding-bottom:5px;}
.changelog p{padding-top:5px;padding-bottom:5px;font-size:9pt;line-height:14pt;}
.changelog div.infobox{border:0px solid silver;margin-bottom:10px;clear:both;}
.changelog div.infobox h3{font-size:8pt;border-bottom:1px solid silver;background-color:#e2ecfe;padding:3px 5px;color:#000;}
.changelog div.infobox p{padding:5px;font-size:8pt !important;}
.changelog div.infobox img.left{float:left;}
.changelog ul.changes{margin:0;padding-left:30px;list-style-type:none;padding-right:10px;padding-top:6px;}
.changelog ul.changes li{margin-bottom:5px;}
.changelog .blog-post-pointer {padding-bottom:5px !important; }
.changelog .blog-post-pointer a {font-weight: bold;}
.changelog .titlebox { background-color: #eee; border-bottom: 0px solid #aaa; margin-top: 20px; line-height: 20px;}
.changelog h4{float:left;font-size: 12px;padding:3px;line-height:16px;font-weight: bold; padding-left: 10px; padding-right:6px; width: 100px; white-space:nowrap; text-align:right;}
.changelog h5{margin:0;padding:0;padding:3px;margin-left:6px;font-size:10px;color:#666;line-height:16px;font-weight:normal;}
.changelog .sticker { float: left; width: 80px; display: block; text-align: right; }
.changelog .sticker b { 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; }
.changelog .fixed b { background-color: #00A825; }
.changelog .new b { background-color: #BCB901; }
.changelog .removed b { background-color: #BC0E00; }
.changelog .improved b { background-color: #0486BC; }
.changelog .note b { background-color: #AEAEAE; }
.changelog .alert b { background-color: #AE5555; }
.changelog .known_bug b { background-color: #f98d02; }
.changelog .info { display: table; padding-left: 6px; }
</style>
</head>
<body>
<div id="page" class="changelog" style="padding: 5px 12px">
<div class="release">
<div class="titlebox">
<h4>
<a href="https://downloads.binaryage.com/TotalSpaces3-0.8.114.dmg">0.8.114</a>
</h4>
<h5>
9 Aug 2021
</h5>
</div>
<div class="infobox">
<ul class="changes">
<li><span class="sticker new"><b>NEW</b></span> <span class="info">Monterey compatibility.</span></li>
<li><span class="sticker new"><b>NEW</b></span> <span class="info">Added move window hotkeys.</span></li>
<li><span class="sticker improved"><b>IMPROVED</b></span> <span class="info">Now you cannot inadvertantly activate TotalSpaces3 when using Mission Control.</span></li>
<li><span class="sticker improved"><b>IMPROVED</b></span> <span class="info">Visual improvements in Apps prefs.</span></li>
</ul>
</div>
</div>
<div class="release">
<div class="titlebox">
<h4>
<a href="https://downloads.binaryage.com/TotalSpaces3-0.7.100.dmg">0.7.100</a>
</h4>
<h5>
23 Dec 2020
</h5>
</div>
<div class="infobox">
<ul class="changes">
<li><span class="sticker new"><b>NEW</b></span> <span class="info">Alpha release.</span></li>
</ul>
</div>
</div>
</div>
</body>
</html>