Skip to content

Commit

Permalink
publish v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Aug 18, 2014
1 parent 1a2d219 commit c2fd803
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 66 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simditor",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "http://simditor.tower.im/",
"authors": [
"farthinker <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simditor",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple editor designed by mycolorway",
"main": "demo.html",
"scripts": {},
Expand Down
143 changes: 79 additions & 64 deletions site/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,71 +5,86 @@
---

<section id="page-download">
<div class="versions">
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.4</span>
<span class="date">2014-07-17</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.4/simditor-1.0.4.zip" class="btn-download">Simditor-1.0.4.zip</a>
</div>
<ul class="release-notes">
<li>修复了工具栏按钮太多换行之后无法点击的问题</li>
<li>优化了图片上传的流程</li>
<div class="versions">
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.5</span>
<span class="date">2014-08-18</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.5/simditor-1.0.5.zip" class="btn-download">Simditor-1.0.5.zip</a>
</div>
<ul class="release-notes">
<li>增加了一个修改文字颜色的工具栏按钮</li>
<li>修正一个原型链污染的严重bug,同一个页面里有多个编辑器实例的时候不会出问题了</li>
<li>修复了一些在移动设备上使用Simditor的兼容性问题,现在可以用移动设备访问Simditor网站了</li>
<li>增加了一个fileKey option用来指定服务器端获取上传数据的参数名</li>
<li>还有其他若干bug fix</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.4</span>
<span class="date">2014-07-17</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.4/simditor-1.0.4.zip" class="btn-download">Simditor-1.0.4.zip</a>
</div>
<ul class="release-notes">
<li>修复了工具栏按钮太多换行之后无法点击的问题</li>
<li>优化了图片上传的流程</li>
<li>修复了粘贴操作的若干问题</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.3</span>
<span class="date">2014-06-05</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.3/simditor-1.0.3.zip" class="btn-download">Simditor-1.0.3.zip</a>
</div>
<ul class="release-notes">
<li>重写了插入图片的算法,让图片排版更加方便</li>
<li>增加实时markdown扩展</li>
<li>修复了若干Bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.2</span>
<span class="date">2014-05-16</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.2/simditor-1.0.2.zip" class="btn-download">Simditor-1.0.2.zip</a>
</div>
<ul class="release-notes">
<li>网站增加扩展页面,规范扩展的结构</li>
<li>增加emoji扩展</li>
<li>修复了若干Bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.1</span>
<span class="date">2014-05-04</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.1/simditor-1.0.1.zip" class="btn-download">Simditor-1.0.1.zip</a>
</div>
<ul class="release-notes">
<li>使用Bower来管理依赖项目</li>
<li>更新项目网站</li>
<li>修复了若干Bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.0</span>
<span class="date">2014-04-04</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.0/simditor-1.0.0.zip" class="btn-download">Simditor-1.0.0.zip</a>
</div>
<ul class="release-notes">
<li>初始版本</li>
</ul>
</div>
</div>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.3</span>
<span class="date">2014-06-05</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.3/simditor-1.0.3.zip" class="btn-download">Simditor-1.0.3.zip</a>
</div>
<ul class="release-notes">
<li>重写了插入图片的算法,让图片排版更加方便</li>
<li>增加实时markdown扩展</li>
<li>修复了若干Bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.2</span>
<span class="date">2014-05-16</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.2/simditor-1.0.2.zip" class="btn-download">Simditor-1.0.2.zip</a>
</div>
<ul class="release-notes">
<li>网站增加扩展页面,规范扩展的结构</li>
<li>增加emoji扩展</li>
<li>修复了若干Bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.1</span>
<span class="date">2014-05-04</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.1/simditor-1.0.1.zip" class="btn-download">Simditor-1.0.1.zip</a>
</div>
<ul class="release-notes">
<li>使用Bower来管理依赖项目</li>
<li>更新项目网站</li>
<li>修复了若干Bug</li>
</ul>
</div>
<div class="version">
<div class="title">
<span class="icon fa fa-caret-right"></span>
<span class='name'>V1.0.0</span>
<span class="date">2014-04-04</span>
<a href="https://github.com/mycolorway/simditor/releases/download/v1.0.0/simditor-1.0.0.zip" class="btn-download">Simditor-1.0.0.zip</a>
</div>
<ul class="release-notes">
<li>初始版本</li>
</ul>
</div>
</div>
</section>

<script type="text/javascript" src="{{ page.root }}assets/scripts/page-download.js"></script>
Expand Down

0 comments on commit c2fd803

Please sign in to comment.