Skip to content

Releases: grow/grow

1.0.0 Alpha 8

25 Jun 18:13
Compare
Choose a tag to compare
1.0.0 Alpha 8 Pre-release
Pre-release

New Features

  • Added hreflang to sitemap generation.

Bug Fixes

  • Updated Makefile to use the pipenv for running commands instead of manually activating virtual env.

1.0.0 Alpha 7

25 Jun 18:09
Compare
Choose a tag to compare
1.0.0 Alpha 7 Pre-release
Pre-release

New Features

  • Removed the pyinstaller in favor of using in a pipenv for 1.x.
  • Quieted the extensions installation to reduce install spam.

Bug Fixes

  • Quickly retrieve grow version when using the --version flag.
  • Reduced the noise on logging 404 error handling for dev server.

1.0.0 Alpha 5

09 Jun 02:43
Compare
Choose a tag to compare
1.0.0 Alpha 5 Pre-release
Pre-release

Updates from version 0.8.27

New Features

  • Updated to use python 3 importlib for importing extensions.
  • Fixed extension imports to not cache between imports so that it can be used on a shared environment.
  • Added deprecation warning for using old % style string formatting.
  • Improve the dev server startup messages to be more dynamic.

Bug Fixes

  • Improved the cache clearing for non-content pod_paths on dev server file changes.

0.8.27

09 Jun 02:37
Compare
Choose a tag to compare

New Features

  • Improvements to not change the PATH when the GROW_NO_CHANGE_PATH environment variable is set.

Bug Fixes

  • Removing the dev message hook for python 2 versions of grow.

1.0.0 Alpha 4

28 May 20:07
Compare
Choose a tag to compare
1.0.0 Alpha 4 Pre-release
Pre-release

Fixed the yaml to use the libyaml for the packaged apps.

1.0.0 Alpha 3

20 May 19:40
Compare
Choose a tag to compare
1.0.0 Alpha 3 Pre-release
Pre-release

Updates from version 0.8.26

0.8.26

20 May 19:45
Compare
Choose a tag to compare

New Features

  • New extension hooks for adding jinja extensions and modifying the jinja env variables.
  • Better support for partials that live in the /views/partials directory.

1.0.0 Alpha 2

13 May 22:16
Compare
Choose a tag to compare
1.0.0 Alpha 2 Pre-release
Pre-release

Updates from version 0.8.24 and 0.8.25

Bug Fixes

  • Fixed document comparisons since __cmp__ doesn't work any more in python 3.
  • Fixed version check to work better with alpha versions.

0.8.25

05 May 16:59
Compare
Choose a tag to compare

New Features

  • Added an extension hook for the startup messages to allow other extensions to add to the dev server startup info.

Bug Fixes

  • Fixed bug with sorting partial keys when the partial item is a reference to a doc (ex: !g.doc ...)
  • Fixed the total number of translations in the translation messages.

0.8.24

17 Apr 16:27
Compare
Choose a tag to compare

New Features

  • Removed the translation injection ability.
  • Updated the google sheets translations download to use a batch request instead of threaded, individual requests.
  • Updated the display for downloading translations to not be so noisy.