v0.20.1 - 2023-11-12
- change test blog for CI by @Songmu in #144
- [nit] refactoring by @Songmu in #146
- test enhancement by @Songmu in #147
- [bugfix] fix fetch subcommand by @Songmu in #148
v0.20.0 - 2023-11-11
- define func entryFromFile by @Songmu in #136
- [nit] enhance testing by @Songmu in #141
- use flag-name instead of job-number for goveralls by @Songmu in #142
- add C option to change working directory by @Songmu in #143
v0.19.0 - 2023-11-04
- 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
v0.18.2 - 2023-10-29
- 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
v0.18.1 - 2023-10-28
- suppress git error logs by @Songmu in #119
v0.18.0 - 2023-10-28
- Drop testify dependency by @Songmu in #113
- Output debug logs for API access by @Songmu in #115
- use git log to determine when a file was last updated by @Songmu in #118
- add fetch subcommand by @Songmu in #116
v0.17.0 - 2023-10-22
- 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
v0.16.1 - 2023-10-14
- 記事更新時に更新元ファイルのentryHeaderのURLが未設定の場合も更新ができるように修正 by @halkt in #99
v0.16.0 - 2023-10-14
- 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
v0.15.0 - 2023-10-13
- [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
v0.14.2 - 2023-10-09
- [bugfix] ignore errors in the case of fetching fixed pages by @Songmu in #85
v0.14.1 - 2023-10-09
- update GitHub Actions workflows by @Songmu in #81
- remove old file that is no longer used due to changing the path of the entry after updating it by @Songmu in #83
v0.14.0 - 2023-10-08
v0.13.6 - 2023-10-08
v0.13.5 - 2023-04-16
v0.13.4 - 2023-04-16
- Enable stdin on windows by @ongaeshi in #70
v0.13.3 - 2023-04-14
- adjust release/action.yml by @Songmu in #68
v0.13.2 - 2023-04-14
- adjust GitHub Actions for action-update-semver by @Songmu in #66
v0.13.1 - 2023-04-14
- add action.yml to support custom GitHub Actions by @Songmu in #64
- Marketplaceに公開するためのアクションの作成 by @theoremoon in #63
v0.13.0 - 2023-01-25
- AtomPub API のエンドポイントにownerを設定できるように修正 by @halkt in #58
v0.12.3 - 2022-12-22
- chore: build assets for Windows by @suzuki-shunsuke in #56
v0.12.2 - 2022-12-21
- fix nil dereference when without default config by @Azuki-bar in #51
- update release related stuffs by @Songmu in #52
- update deps by @Songmu in #53
v0.12.1 (2022-08-12)
v0.12.0 (2020-07-09)
- username and password can read from environment variable #48 (nabeo)
- change urls contained in documents to the correct repository #45 (lufia)
v0.11.0 (2020-01-24)
v0.10.3 (2020-01-05)
- introduce GitHub actions #43 (Songmu)
- push subcommand pushes entr"ies" #42 (kiririmode)
- update urfave/cli to v2 #41 (Songmu)
- follow urfave/cli's change #40 (Songmu)
v0.10.2 (2019-12-12)
- update deps #38 (Songmu)
- [maint] update toolchains #37 (Songmu)
- remove github.com/mitchellh/go-homedir dependency #36 (itchyny)
- Fix: Typo #35 (codeout)
v0.10.1 (2019-02-23)
v0.10.0 (2018-10-26)
- update deps #32 (Songmu)
- Add list command #29 (autopp)
- fix path of golint #31 (autopp)
- enhance testing around loading configuration #27 (Songmu)
v0.9.1 (2018-07-29)
v0.9.0 (2018-07-29)
- update deps #25 (Songmu)
- fill the default values if the configuration value is empty when getting blogConfig #24 (Songmu)
- mergeBlogConfig #23 (Songmu)
- add config.OmitDomain #22 (Songmu)
- refine
commandPush
#21 (Songmu)
v0.1.0 (2018-05-08)
v0.0.1 (2017-08-16)
- add releng related files #16 (Songmu)
- add Makefilea and .travis.yml #15 (Songmu)
- Eradicate linter's point #14 (Songmu)
- Maint #13 (Songmu)
- Merge config files #12 (Songmu)
- eradicate dieIf #11 (Songmu)
- maint deps (codegangsta/cli moved to urfave/cli) #10 (Songmu)
- change config file searching way #9 (Songmu)
- if there is not config.yml in HOME, look up current dir #8 (t-mrt)
- Support entry categories #7 (tarao)
- supoprt custom url with --custom-path option #5 (Songmu)
- fix for the case Entry.Date is nil #4 (motemen)
- Frontmatter #2 (Songmu)
- Using
RemoteRoot
inLocalPath
instead ofURL.Host
#1 (Songmu)