Skip to content

Releases: increments/qiita-cli

v1.5.0

16 Aug 05:36
9cb2300
Compare
Choose a tag to compare

What's Changed

  • Drop support for Node.js <18.18.0 by @kimkim0814 in #172
    • Qiita CLIを利用するには、Node.js v18.18.0以上が必要になりました
  • Release v1.5.0 by @ohakutsu in #176

Full Changelog: v1.4.4...v1.5.0

v1.4.4

15 Aug 08:44
7994c13
Compare
Choose a tag to compare

依存パッケージの更新のみで変更はありません。

Dependency updates

Misc

Full Changelog: v1.4.3...v1.4.4

v1.4.3

17 Jul 02:08
5eaff58
Compare
Choose a tag to compare

What's Changed

  • Fix issue that appearance of preview differs between Qiita and Qiita CLI by @ohakutsu in #162
    • QiitaとQiita CLIでのプレビューの見た目が異なる場合がある問題を修正しました
  • Release v1.4.3 by @ohakutsu in #166

Dependency updates

Full Changelog: v1.4.2...v1.4.3

v1.4.2

14 Jun 07:54
d806b9f
Compare
Choose a tag to compare

What's Changed

  • Fix error message for forbidden error by @wataru86 in #149
    • publish コマンドのエラーメッセージを修正しました。
  • Release v1.4.2 by @wataru86 in #153

Dependency updates

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

19 Apr 05:15
d0a272a
Compare
Choose a tag to compare

依存パッケージの更新のみで変更はありません。

Dependency updates

Misc

v1.4.0

29 Jan 06:26
b2b4ebd
Compare
Choose a tag to compare

What's Changed

  • Update from node18.0.0 to 18.12.0 by @acronhub in #97
    • Node.jsの最低バージョンを18.12.0以上に変更しました
  • Release v1.4.0 by @acronhub in #102

Dependency updates

Full Changelog: v1.3.1...v1.4.0

v1.3.1

25 Dec 06:23
df27ebc
Compare
Choose a tag to compare

What's Changed

  • Fix command line argument typo by @ohakutsu in #74
    • README内のコマンド引数のタイプミスを修正しました
  • Add readme with faq by @acronhub in #87
    • READMEによくある質問についてを追加しました
  • Release v1.3.1 by @acronhub in #89

Dependency updates

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Sep 07:34
9cc5892
Compare
Choose a tag to compare

What's Changed

  • Fix publish command by @kimkim0814 in #66
    • publishコマンドを実行したときに、意図しない記事ファイルが生成されてしまうことがあるバグを修正しました
  • Add a parameter whose name is ignorePublish to article markdown by @ikepu-tp in #65
    • 記事ファイルにignorePublishを指定することでpublish --allコマンドで投稿しないように設定できるようになりました
    • 詳細はREADMEをご確認ください
  • Bump actions/checkout from 3 to 4 by @dependabot in #60
  • Release v1.3.0 by @ohakutsu in #67

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Sep 09:17
df7fe5a
Compare
Choose a tag to compare

What's Changed

  • Bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.5.0 by @dependabot in #58
  • add host config by @ikepu-tp in #57
    • qiita.config.jsonからQiita Previewのサーバーのホストを指定できるようになりました
    • 詳しい設定方法はREADMEをご確認ください
  • Bump html-webpack-plugin from 5.5.0 to 5.5.3 by @dependabot in #19
  • Bump @types/debug from 4.1.7 to 4.1.8 by @dependabot in #22
  • Fix versioning strategy of dependabot by @ohakutsu in #59
  • Release v1.2.0 by @ohakutsu in #64

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Aug 03:39
5985670
Compare
Choose a tag to compare

What's Changed

  • docs: fix alias command by @mottox2 in #50
  • Bump @typescript-eslint/parser from 6.0.0 to 6.3.0 by @dependabot in #49
  • add "root" option to actions/publish by @MxShun in #51
    • GitHub Actionsにrootオプションを追加しました
    • rootオプションを用いることで、記事のディレクトリを指定することができるようになりました
  • Add root option to github action template by @getty104 in #54
  • Fix sidebar link style and article tag style by @makoto-ogata in #53
    • Qiita PreviewのサイドバーのUIを改善しました

New Contributors

Full Changelog: v1.0.0...v1.1.0