Skip to content

Commit

Permalink
up 0.6.641
Browse files Browse the repository at this point in the history
  • Loading branch information
akahuku committed Apr 24, 2016
1 parent 268a2c7 commit fbcbc77
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.6.641

* fix that ',' can not be used in a shortcut descriptor (#131)
* use https://wasavi.appsweets.net/ (#78)
* fix the bug that cannot retrieve the content from CodeMirror
* fix content type that allow execution agent (#129)

* ショートカット記述子内で ',' を使えないのを修正 (#131)
* https://wasavi.appsweets.net/ を参照するようにした (#78)
* CodeMirror から内容を取得できないのを修正
* エージェントの実行を許可する内容タイプを修正 (#129)

0.6.635

* run the agent only if the mime type is text (#128)
Expand Down
2 changes: 1 addition & 1 deletion dist/chrome.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
<app appid="dgogifpkoilgiofhhhodbodcfgomelhe">
<updatecheck codebase="https://github.com/akahuku/wasavi/raw/master/dist/wasavi.crx" version="0.6.636" />
<updatecheck codebase="https://github.com/akahuku/wasavi/raw/master/dist/wasavi.crx" version="0.6.641" />
</app>
</gupdate>
2 changes: 1 addition & 1 deletion dist/firefox.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Seq>
<li>
<Description>
<em:version>0.6.636</em:version>
<em:version>0.6.641</em:version>

<em:targetApplication>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion dist/opera-blink.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<gupdate xmlns="http://www.google.com/update2/response" protocol="2.0">
<app appid="dgogifpkoilgiofhhhodbodcfgomelhe">
<updatecheck codebase="https://github.com/akahuku/wasavi/raw/master/dist/wasavi.nex" version="0.6.636" />
<updatecheck codebase="https://github.com/akahuku/wasavi/raw/master/dist/wasavi.nex" version="0.6.641" />
</app>
</gupdate>
2 changes: 1 addition & 1 deletion dist/opera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<update-info
xmlns="http://www.w3.org/ns/widgets"
src="https://github.com/akahuku/wasavi/raw/master/dist/wasavi.oex"
version="0.6.636">
version="0.6.641">
</update-info>
Binary file modified dist/wasavi.crx
Binary file not shown.
Binary file modified dist/wasavi.nex
Binary file not shown.
Binary file modified dist/wasavi.oex
Binary file not shown.
Binary file modified dist/wasavi.xpi
Binary file not shown.

0 comments on commit fbcbc77

Please sign in to comment.