Skip to content

Commit 447bee1

Browse files
committed
Added latest release note
1 parent 99e138c commit 447bee1

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

index.html

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="stylesheets/styles.css" />
99
<link rel="stylesheet" href="stylesheets/pygment_trac.css" />
1010
<script src="javascripts/scale.fix.js"></script>
11-
11+
1212
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
1313
<!--[if lt IE 9]>
1414
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@@ -76,6 +76,11 @@ <h2>Where To Start</h2>
7676
<h2>Change History</h2>
7777

7878
<ul>
79+
<li>05/15/2014:
80+
<ul>
81+
<li>Current view only saves if there are modifications (<a href="https://github.com/adampresley/sublime-view-in-browser/issues/32">#32</a>)</li>
82+
</ul>
83+
</li>
7984
<li>07/03/2013:
8085
<ul>
8186
<li>Changes to support Sublime Text 3 and Python 3 (<a href="https://github.com/adampresley/sublime-view-in-browser/issues/13">#13</a>)</li>
@@ -105,11 +110,11 @@ <h2>Change History</h2>
105110
<li>Added ability to use Windows special folder references to browser commands. Closes <a href="https://github.com/adampresley/sublime-view-in-browser/issues/10">#10</a></li>
106111
</ul>
107112
</li>
108-
113+
109114
<li>01/30/2013:
110115
<ul>
111116
<li>All settings for this plugin now live in the file <strong>View In Browser.sublime-settings</strong>.
112-
This allows for a user to override them in their <em>User</em> directory. The old
117+
This allows for a user to override them in their <em>User</em> directory. The old
113118
<strong>settings.json</strong> file is no longer used. </li>
114119
</ul>
115120
</li>
@@ -119,7 +124,7 @@ <h2>Change History</h2>
119124
<li>Merged in change from imaginationac to remove menu nesting</li>
120125
</ul>
121126
</li>
122-
127+
123128
<li>12/26/2012:
124129
<ul>
125130
<li>Added Linux Chromium to the supported browsers list</li>
@@ -132,7 +137,7 @@ <h2>Change History</h2>
132137
<li>When invoked the current view is auto-saved</li>
133138
</ul>
134139
</li>
135-
140+
136141
<li>10/25/2012:
137142
<ul>
138143
<li>New settings.json file to map browser/commands to OSes</li>
@@ -147,7 +152,7 @@ <h2>Change History</h2>
147152
<li>Temp file only created if view is unsaved</li>
148153
</ul>
149154
</li>
150-
155+
151156
<li>05/18/2012:
152157
<ul>
153158
<li>Initial code</li>
@@ -162,7 +167,7 @@ <h2>Contributors</h2>
162167
<li>Michael MacDonald - <a href="https://github.com/schlick">schlick</a></li>
163168
<li>Jadient - <a href="https://github.com/jadient">jadient</a></li>
164169
</ul>
165-
170+
166171
<h2>License</h2>
167172

168173
<p>
@@ -171,8 +176,8 @@ <h2>License</h2>
171176
</p>
172177

173178
<p>
174-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
175-
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
179+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
180+
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
176181
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
177182
</p>
178183

@@ -181,17 +186,17 @@ <h2>License</h2>
181186
</p>
182187

183188
<p>
184-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
185-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
186-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
189+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
190+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
191+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
187192
IN THE SOFTWARE.
188193
</p>
189194
</section>
190-
195+
191196
<footer>
192197
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
193198
</footer>
194199
</div>
195-
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
200+
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
196201
</body>
197202
</html>

0 commit comments

Comments
 (0)