Releases: ashishb/wp2hugo
Releases · ashishb/wp2hugo
1.5.0
Changelog
- 1396a40 Don't crash on empty pages (#32)
- 0b14aff add -color-log-output to wp2hugo
- b614961 chore(deps): bump golang.org/x/text in /src/wp2hugo (#31)
- e7b986a chore: add comments on how footnotes work
- caa59fb chore: add more tests
- 9d57abb chore: add one more broken test
- f8b0bf6 chore: code cleanup related to publish status
- 78c5fc7 chore: improve error logging
- 010f6f0 chore: improve error messaging
- 3f5664e chore: upgrade Go Releaser config
- 1ccf4a6 chore: upgrade version 1.4.0 -> 1.5.0
- 9d34d1f feat: add
continue-on-media-download-error
to ignore download errors - 405d428 feat: add ability to filter posts by certain authors
- b1b6d18 feat: export WordPress author -> Hugo
author
frontmatter metadata - 78f627a feat: fix markdown lists
- ede76f6 feat: make requirement install
hugo
more explicit - 1b52f8a fix: allow more WordPress page
status
options - fbf5f01 fix: convert more variations of Google Maps embed into Markdown
- f523cd3 fix: don't remove \n, \r, or \t characters from XML
- 519650c fix: fix a lint issue in README (#28)
- d28dd68 fix: handle
<br>
correctly - 0af0710 fix: handle empty tag names
- cb39865 fix: remove more invalid XML characters
- ca3c27e fix: replace too many consecutive new lines
- 6ba6f93 fix: treat empty author list as empty
1.4.0
1.3.3
1.3.1
1.3
Changelog
- 79cbcb2 chore(deps): bump golang.org/x/net (#14)
- 7cda52b chore(deps): bump golang.org/x/text in /src/wp2hugo (#16)
- 562110c chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#19)
- d223ad4 chore: release version 1.3
- 89c8bdd fix: allow empty HTML body with an error message
- c4f79b2 fix: warn and continue if the last modified date is incorrect
- 26718f4 fix: warn and continue with unknown category
1.2
1.1
Changelog
- 128e147 Update version.txt
- 4d682ee chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 (#6)
- 05e809f chore: add building from source instructions to README
- c62fa1c chore: add reference to v2.ashishb.net
- 85adaae chore: add usage to README
- cbc1b75 fix: don't fetch media if http status code != 200
- c1391d7 fix: fix README
- 1d56b86 fix: fix incorrect link for downloading media files
- 770e17a fix: handle multiple posts with same title
- 261005a fix: handle non-string ID in navigation links
- 4feeaa5 fix: remove shortcodes from summary
1.0
Changelog
- f4529be Create dependabot.yml
- 935a57e Merge pull request #2 from ashishb/dependabot/github_actions/golangci/golangci-lint-action-4
- 627667f Remove trailing underscore from filenames
- 6aa601c Update LICENSE
- 36599f4 chore(deps): bump actions/cache from 3 to 4 (#1)
- f7b4c54 chore(deps): bump actions/setup-go from 4 to 5 (#3)
- dfd980a chore(deps): bump github.com/stretchr/testify in /src/wp2hugo (#4)
- 4be405d chore(deps): bump golangci/golangci-lint-action from 3 to 4
- c27d89a chore: Update README
- a595bb0 chore: add .gitignore for Go
- 6b5af71 chore: add a license
- 4bd0004 chore: add automated releases
- 33a11cf chore: add basic GitHub Actions
- a999195 chore: add download-media bool as a simplified CLI parameter
- b510cee chore: add initial README
- 77e8e08 chore: add missing Go releaser config
- 694ce58 chore: add more details to README
- 7310a6c chore: add more logging when an embedded download media fails
- 8daf051 chore: add more notes
- a35acb6 chore: add more notes to README
- da7eca0 chore: add note on font change
- 98ce66b chore: add notes on comment migration
- 6f53a74 chore: add some more comments
- 392e17e chore: code cleanup in media downloader
- a684284 chore: fix lint issues
- e74f400 chore: fix lint issues in README.md
- 508ae08 chore: fix lint issues in markdown
- 825790e chore: improve YAML by reducing indentation from 4 -> 2
- a42fd83 chore: minor code cleanup
- 52082fc chore: minor code cleanup related to directory creation
- b33015c chore: minor file rename for clarity
- 9eea3e5 chore: refactor hugopage package out of hugogenerator
- 163d514 chore: remove submodules, treat theme as a part of code
- fdcf897 chore: return website info
- ed538fa chore: update README
- 64ffbfb ci: fix a test name
- e9a8704 feat: Migrate WordPress
Show More...
- 42e851c feat: add WordPressAdvancedBackgrounds -> parallaxblur
- ed1436d feat: add a basic Hugo site generator
- e712e09 feat: add a basic parser for parsing and generating pages
- 70dfbbe feat: add a new shortcode for Google Maps embed
- 154695c feat: add ability to customize the output font
- d353850 feat: add ability to generate nav links and better page formatting
- 12f2345 feat: add ability to parse attachments, posts, and pages
- ef80a1f feat: add ability to read WordPress navigation links
- cc35351 feat: add first version of WordPress parsing code
- 5678277 feat: add language auto-detection for code blocks
- b4d44af feat: add mediacache for faster development cycle
- 58e4da9 feat: add new 'catlist' shortcode for WordPress migration
- 073507b feat: add search icon to the title bar
- c879601 feat: add skeleton code
- bc56937 feat: download media in explicit mode
- f16cbf3 feat: extract language for code blocks correctly
- eaaa56c feat: extract links for Hugo shortcodes
- 2f02ed2 feat: fetch and write favicon
- 75d596b feat: generate posts as well
- 056c5f3 feat: improve date parsing
- 678b25a feat: make YouTube embeds work
- 1feddd2 feat: migrate RSS feed with correct GUID
- d57553d feat: migrate WordPress's caption to Hugo's figure
- 6d99d5e feat: migrate WordPress's table of contents to PaperMod's ToC
- 8d8ba25 feat: noramalize category names for Hugo URLs
- 2b66496 feat: preserve URL paths and replace absolute links with relative
- a8a55e6 feat: write WordPress tags and categories to Hugo
- 703b677 fix: add Page#WPImageLinks
- c14508b fix: don't use submodules
- 1268296 fix: improve RegEx for caption
- 2ddb64f fix: more generated filename cleanup
- 8e34302 fix: search on all pages for category list
- 204179b fix: use dash instead of underscore in generated filenames for better readability