5.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	date: 2020-02-04 title: "Mostly bugfixes …" description: "Hugo 0.64.0 is the version you really really want …" categories: ["Releases"]
Hugo 0.64.0 is mostly a bugfix-release, but well worth the download. The main reason this release comes so soon after the previous is my (me being @bep) ongoing work on getting solid support for third-party libraries in Hugo Modules. In particular, this release makes the Hugo server's live-reload work with Turbolinks and similar. Also worth mentioning is that hugo mod get -u (without any path) now correctly updates every module imported in config.toml even with Go 1.13.
This release represents 16 contributions by 2 contributors to the main Hugo code base. Many have also been busy writing and fixing the documentation in hugoDocs, which has received 6 contributions by 4 contributors. A special thanks to @bep, @peterkappus, @kc0bfv, and @inwardmovement for their work on the documentation site.
Hugo now has:
- 41348+ stars
 - 439+ contributors
 - 289+ themes
 
Enhancements
Output
Other
- Mention a "no CGO rule" 29973101 @bep #6842
 - Update to Go 1.13.7 and Go 1.12.16 0792cfa9 @bep #6830
 - Add defer to livereload script tag b3f0674b @bep
 - Don't use document.write to inject livereload ef78a0d1 @bep #6507
 - Add a render hook whitespace test 58595864 @bep #6832
 - Inject livereload script right after head if possible 8f08cdd0 @bep #6821
 - Update goldmark to v1.1.22 281abb18 @bhavin192
 - Make the build flags shared between sites 0df7bd62 @bep #6789
 
Fixes
Other
- Fix module mount in sub folder 80dd6ddd @bep #6730
 - Fix config environment handling 2bbc865f @bep #6503#6824
 - Fix base template handling with preceding comments f45cb317 @bep #6816
 - Fix "hugo mod get -u" with no arguments 49ef6472 @bep #6826#6825
 - And now finally fix the 404 templates 74b6c4e5 @bep #6795
 - Fix 404 with base template regression 8df5d76e @bep #6795
 - Fix baseof with regular define regression f441f675 @bep #6790