Skip to content

0.6.641

Compare
Choose a tag to compare
@akahuku akahuku released this 24 Apr 04:32
· 102 commits to master since this release

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)
  • use shadowRoot property if available (#124)
  • allow agent run even iframe without src (#123)
  • treat content of a rich input field as markdown (#120)

  • mime タイプがテキストである場合にのみエージェントを動作させるようにした (#128)
  • 可能なら shadowRoot プロパティを参照するようにした (#124)
  • src のない iframe に対してもエージェントが動作するようにした (#123)
  • リッチテキストフィールドをの内容 markdown とみなすようにした (#120)

0.6.628

  • allow simultaneous multiple instances (#118)

  • 複数の起動を許可した (#118)