Skip to content

Releases: x-motemen/blogsync

v0.20.1

12 Nov 17:16
9760a4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

11 Nov 13:54
095909f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

04 Nov 14:01
80bd45b
Compare
Choose a tag to compare

What's Changed

  • define func *blogConfig.fetchRootURL by @Songmu in #125
  • update README.md by @Songmu in #131
  • add remove subcommand to remove the entry by @Songmu in #132
  • define func newApp() for internal testability by @Songmu in #133
  • add --publish option to push subcommand by @Songmu in #134
  • 下書きエントリーのファイル配置位置の変更 by @Songmu in #128

Full Changelog: v0.18.2...v0.19.0

v0.18.2

29 Oct 05:48
fdfda0b
Compare
Choose a tag to compare

What's Changed

  • return a function instead of a string when retrieving git by @Songmu in #121
  • make the blogID argument of blogsync pull optional by @Songmu in #123
  • unshallow if a shallow repository mainly for CI environment by @Songmu in #124

Full Changelog: v0.18.1...v0.18.2

v0.18.1

28 Oct 15:23
07a8802
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

28 Oct 15:04
7114de1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

v0.17.0

22 Oct 13:04
7b6d1b3
Compare
Choose a tag to compare

What's Changed

  • Add PreviewURL field by @Mahito in #104
  • [incompatible] change log output dest to stderr by @Songmu in #106
  • output updated files to stdout by @Songmu in #107
  • add "--no-drafts" and "--only-drafts" flags to pull subcommand for drafts management by @Songmu in #110

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

14 Oct 17:18
8d225d4
Compare
Choose a tag to compare

What's Changed

  • 記事更新時に更新元ファイルのentryHeaderのURLが未設定の場合も更新ができるように修正 by @halkt in #99

Full Changelog: v0.16.0...v0.16.1

v0.16.0

14 Oct 15:10
9326b9d
Compare
Choose a tag to compare

What's Changed

  • add doc directory by @Songmu in #92
  • post new entry when the pushed entry has no EditURL by @Songmu in #91
  • set the updated to nil when the entry is still draft by @Songmu in #95

Full Changelog: v0.15.0...v0.16.0

v0.15.0

13 Oct 16:43
e0f7de2
Compare
Choose a tag to compare

What's Changed

  • [breaking change] normalize localRoot to absolute path by @Songmu in #87
  • refactoring around config loading by @Songmu in #89
  • expand tilde in LocalPath with home directory by @Songmu in #90

Full Changelog: v0.14.2...v0.15.0