Changelog History
Page 1
-
v0.8.9 Changes
November 09, 2015- Add mailing list and IRC channel information to README.
- Relax the version numbers (with an upper bound on major version) for dependencies.
Thanks to @jonafato:
- โก๏ธ Update command and fswrap dependencies.
- Use setuptools directly.
- ๐ Improve travis builds.
- add caching support.
- prevent duplicate builds.
- add support for new container based builds.
- ๐ฆ Move tests out of the hyde package.
Thanks to @bheesham:
- ๐ Bugfix: Fix favicon and apple touch icon paths in basic template.
Thanks to @jd:
- ๐ Bugfix: Paginator fails when there is no meta variable.
- ๐ Add tox support.
- Fix setup.py and make it pep8 compliant.
- ๐ Add pages list to resources in paginator plugin.
Thanks to @mtahmed:
- ๐ Bugfix: Ensure that
self.q
is assigned to None when PyQuery is unavilable.
Thanks to @ftao:
- ๐ Bugfix: Remove typo in sphinx plugin commando import.
Thanks to Alexey Biryukov:
- โ Hyde now supports assigning jinja2 custom tests similar to custom filters in site.yaml.
Thanks to @llonchj:
- โก๏ธ Huge updates to unit tests, development dependencies (flake8, pep8 etc).
- ๐ Travis support.
- ๐ The
h
binary is now deprecated and will be removed in one of the future releases. - ๐ libsass support.
-
v0.8.8 Changes
August 20, 2013- ๐ Bugfix: Fix smartypants to 1.7.x to avoid the breaking changes in 1.8. (Issue #229)
- ๐ Bugfix: Upgrade Jinja to 2.7.1 - this fixes mitsuhiko/jinja2#243.
Thanks to @shym:
- ๐ Fix various typos in documentation and code. (Issue #227)
Thanks to @maethor:
- Make username optional in SSH publisher. (Issue #222)
Thanks to @merlinrebrovic:
Refresh the starter layout: (Issue #220)
- Conform to changes from the newest Hyde version.
- Clean up Markdown and add explanations.
- Increase font sizes.
- Remove HTML5 shiv and hgroup element (deprecated).
- Other minor improvements.
Thanks to @webmaster128:
- ๐ Bugfix: Add spaces to menu in
starter
layout. (Issue #219)
-
v0.8.7 Changes
May 30, 2013- ๐ Bugfix: Ensure dependencies are handled properly when using the combine plugin. (Issue #120).
๐ Bugfix: Ensure external urls are encoded properly. (Issue #158).
- BREAKING: While this change will correct the weird encoding
behavior, this also changes the way
xxx_url
macros work. - Do not encode the url bases (
base_url
,media_url
). Only the path component needs to be encoded.
- BREAKING: While this change will correct the weird encoding
behavior, this also changes the way
๐ Bugfix: Fix subfolders for root paths on windows. (Issue #167).
- Ensure that subfolders for
layout_root
,content_root
,media_root
anddeploy_root
works reliably on windows. Usefully_expanded_path
for all path components.
- Ensure that subfolders for
๐ Bugfix: Context providers now accept all valid yaml data (Issue #189).
๐ Bugfix: Fixed
raise_exceptions
command line parameter handling.๐ป Better exception handling. (Issue #204)
- Hyde now propagates exceptions
- Hyde does not raise exceptions by default.
-x
flag is required for raising exceptions on error. - Traceback is available in the
verbose
mode
โฌ๏ธ Upgraded to commando 0.3.4
โฌ๏ธ Upgraded to Jinja 2.7
Make sorter's prev/next links circular. (Issue #208)
๐ Bugfix: Include project artifacts in sdist. (Issue #211)
- Add LICENSE, AUTHORS and CHANGELOG to MANIFEST.in
Add "Hyde contributors" to LICENSE copyright.
โฌ๏ธ Upgrade
UglifyPlugin
to use 2.3.5 version of uglify. (Issue #214)๐ Add support for draft blog posts. (Issue #213)
๐ Bugfix: Use
clearfix
class inlisting.j2
. (Issue #156)๐ Bugfix: Use
relative_path
instead of url inmacros.j2
. (Issue #180)
-
v0.8.6 Changes
April 30, 2013Thanks to @QuLogic:
- ๐จ Refactor: Plugins reorganized by function. (Issue #170)
- ๐ Add HG Dates Plugin. (Issue #177)
- ๐ Add Clever CSS Plugin. (Issue #178)
- ๐ Add Sassy CSS Plugin. (Issue #179)
Thanks to @sirlantis:
- ๐ Add support for custom jinja filters. (Issue #159)
Thanks to @gfuchedzhy
- ๐ Bugfix: Serve files without a resource. (Issue #92)
Thanks to @ilkerde:
- ๐ Add Require JS plugin. (Issue #201)
Thanks to @jakevdp:
- Add SSH publisher. (Issue #205)
Thanks to @herr-lehmann and @nud:
- ๐ Bugfix: Fix date time comparison in git plugin. (Issue#142, #199, #137)
Thanks to @rephorm, @gfuchedzhy and @vincentbernat:
- ๐ Add thumbnail plugin. (Issue #169, #89)
Thanks to @vincentbernat:
- ๐ Add Coffeescript plugin. (Issue #172)
- ๐ Add jpegtran plugin. (Issue #171)
Thanks to @jabapyth:
- ๐ Add extension support for restructured text. (Issue #206)
Thanks to @tarajane:
- ๐ Bugfix: Update the .clear styleName to be .clearfix instead. Base.j2 applies the 'clearfix' class to the 'banner' element, and not the 'clear' class. (Issue #156)
Thanks to @pib:
- ๐ Bugfix: Use
_transform
instead oftransform
in Expando. (Issue #152, #153)
-
v0.8.5 Changes
April 17, 2013- โฌ๏ธ Upgrade dependencies and setup for 0.8.5
- ๐ฆ Remove
hyde.fs
usefswrap
package instead. - ๐ Remove logging functions from
hyde.util
. Usecommando.util
instead. - Remove
hyde.loader
. Usecommando.util.load_python_object
instead. - ๐ Bugfix: Use the released version of typogrify. (Issue #193)
- ๐ Bugfix: Fixed stylus
indent
issues with empty files. (Issue #161) - ๐ Bugfix: Added support for plugin paths relative to site. (Issue #107)
- ๐ Bugfix: Folder Flattener updates node's
relative_deploy_path
&url
attributes as well. (Issue #126) - BREAKING: As part of the above fix,
resource.url
is prefixed with a/
. (Issue #126) - Added
simple_copy
feature to account for unprocessable files that are nonetheless required to be deployed (Issue #121) - ๐ Bugfix: Relative path was used in the server as the sitepath (Issue #119)
๐ Plugins now support inclusion filters. (Issue #112)
-
include_file_patterns
property accepts globs to filter by file name. -
include_paths
accepts paths relative to content. -
begin_node
andnode_complete
honorinclude_paths
-
begin_text_resource
,text_resource_complete
,begin_binary_resource
andbinary_resource_complete
honor both.
-
๐ Bugfix: Unsorted combine files fixed. (Issue #111)
Added an optional sorting parameter. (Issue #111)
๐ Bugfix: Modified combine plugin to process during
begin_text_resource
. (Issue #110)๐ Modified combine plugin to support relative paths and recursion. (Issue #108)
Added ability to specify safe characters in
content_url
,media_url
functions andurlencode
filter. (Issue #103)
Thanks to @idank
- ๐ Bugfix: Use
check_output
to avoid a traceback when subprocess command fails. - ๐ Bugfix: Tag archive generator uses subscript syntax to avoid failure when tags contain '-' or space. (Issue #130)
Thanks to @jd
- ๐ Bugfix: Metadata Plugin: Do not try to read meta data on
simple_copy
files. (Issue #124, Issue #121) - ๐ Bugfix: Force escape on title in Atom feed. (Issue #176)
- Add
node.rwalk
method for traversing the node in reverse. (Issue #176)
Thanks to @vinilios
- Added a helper method in Expando class to ease up non existing keys handling. (Issue #117)
- ๐ Some improvements in LessCSSPlugin to be able to build complex less projects (such as twitter bootstrap) (Issue #117)
Thanks to @Erkan-Yilmaz
- โ๏ธ Fixed typos in README.
Thanks to @merlinrebrovic
โก๏ธ Updates and improvements to the starter template.
- Cleans up CSS.
- Handles page title endings more elegantly.
- Renders the advanced menu below the basic one.
- Corrects and updates content.
- Explains how to generate and serve the template.
- Makes it more straightforward to contribute.
Thanks to @joshgerdes:
- ๐ง Made urlencoding safe character list configurable. (Issue #150)
Thanks to @irrelative:
- ๐ Bugfix: Avoid index error if there aren't pages when iterating for paginator. (Issue #190)
Thanks to @davefowler:
- ๐ Bugfix: Infinate recursion error with resource dependencies. (Issue #155, Issue#200)
Thanks to @adube:
- ๐ Bugfix: Fix atom.j2 to use
relative_path
instead ofurl
when referencing templates. (Issue #155, Issue#203)
-
v0.8.5.a1
November 11, 2011 -
v0.8.4 Changes
November 09, 2011- ๐ Bugfix: Configuration now gets reloaded when server regenerates (Issue #70)
- ๐ Bugfix: Added styles for codebox (Issue #69)
- Tagger now generates archives upfront in begin_site (Issue #72)
- ๐ฅ Breaking: The default nodemeta file has been changed to meta.yaml
- โ Added test for codehilite markdown extension (Issue #82)
- Added rst_directive.py from the pygments repository (Issue #82)
- ๐ Added support for ignoring nodes (Issue #80)
- 0๏ธโฃ Hyde now ignores .hg, .svn and .git by default (Issue #80)
- 0๏ธโฃ Added support for default publisher (Issue #83)
- Added
urlencode
andurldecode
filters. (Issue #102) - ๐ Bugfix: Fixed tests for Issue #88
- โ Added tests for sorting groups
- ๐ Added support for loading modules from the site path. Thanks to @theomega for the idea (Issue #78 & #79)
- Added docutils to dev-req.txt
- ๐ Bugfix: Fixed uglify-js tests
Thanks to @nud
- ๐
$PATH
based executable discovery forCLTransformer
plugins. (Issue #100) - ๐ Bugfix: Fix class name of
test_stylus
(Issue #97)
Thanks to @gfuchedzhy
- ๐ Bugfix: Textlinks plugin: do nothing if resource doesn't use template. (Issue #96)
- ๐ Bugfix: Retain permissions in text files during generation (Issue #90)
- ๐ Bugfix: Added support for encoded urls to hyde server. (Issue #88)
- Bugfix: Converted
content_url
andmedia_url
to encoded urls. (Issue #88) - ๐ Bugfix: All occurrences of
str
replaced withunicode
. (Issue #87) - ๐ Bugfix: CLTransformer now gracefully handles arguments that have "=". (Issue #58)
Thanks to @vincentbernat
- ๐ง Support for
output_format
configuration in markdown (Issue #89)
Thanks to @merlinrebrovic
- Hyde starter kit extended with advanced options (Issue #68)
Thanks to @tcheneau
- ๐ Added support for AsciiDoc. (Issue #76)
Thanks to @gr3dman
- โ Added paginator plugin and tests (Issue #73)
Thanks to @benallard
- ๐ Added restructuredText plugin (Issue #63)
- Added restructuredText filter (Issue #63)
- ๐ Added traceback support for errors when server is running (Issue #63)
Thanks to @rfk
- ๐ Added Sphinx Plugin (Issue #62)
- ๐ Bugfix: PyFS publisher now checks if the pyfs module is installed. (Issue #62)
-
v0.8.3 Changes
June 20, 2011- Bugfix: A bad bug in Expando that modified the
__dict__
has been fixed. (Issue #53) - ๐ Tags now support metadata. Metadata can be provided as part of the tagger
plugin configuration in
site.yaml
- Ensured that the context data & providers behave in the same manner. Both get loaded as expandos. (Issue #29)
-
hyde serve
now picks up changes in config data automatically. (Issue #24) - ๐ Bugfix:
hyde create
only fails whencontent
,layout
orsite.yaml
is present in the target directory. (Issue #21) - ๐ Bugfix: Exceptions are now handled with
ArgumentParser.error
. - ๐ Bugfix: Sorter excludes items that do not have sorting attributes. (Issue #18)
- Wrapped
<figure>
inside<div>
to appease markdown. (Issue #17) - Added
display:block
for html5 elements in basic template so that it works in not so modern browsers as well. (Issue #17)
Thanks to Joe Steeve.
- ๐ Changed deploy location for main.py and fixed entry point in
setup.py
. (Issue #56)
Thanks to @stiell
- ๐ Bugfix: Better mime type support in hyde server (Issue #50)
- ๐ Bugfix: Support empty extension in tagger archives (Issue #50)
Thanks to @gfuchedzhy
- ๐ Bugfix: Hyde server now takes the url cleaner plugin into account. (Issue #54)
Thanks to @vincentbernat
- ๐ Bugfix: Ensure image sizer plugin handles external urls properly. (Issue #52)
Thanks to @rfk
- Added PyPI publisher (Issue #49)
- ๐ Bugfix: Made
site.full_url
ignore fully qualified paths (Issue #49)
Thanks to @vincentbernat
- ๐ Added JPEG Optim plugin (Issue #47)
- ๐ Fixes to CLTransformer (Issue #47)
- Bugfix: A bad bug in Expando that modified the
-
v0.8.2 Changes
May 10, 2011Thanks to @merlinrebrovic
- Added hyde starter kit (Issue #43)
Thanks to @vincentbernat
- ๐ Added git dates plugin (Issue #42)
- ๐ Added Image size plugin (Issue #44)
- ๐ Added silent, compress and optimization parameter support for less css plugin (Issue #40)
- ๐ Fixed plugin chaining issues (Issue #38)
- ๐ Added Language(translation) plugin (Issue #37)
- ๐ Bugfix: Made sorting tests more predictable (Issue #41)
- ๐ Bugfix: Added more standard paths for executables (Issue #41)
- ๐ Added Combine files plugin (Issue #39)
- ๐ง Added ignore option in site configuration to igore based on wildcards (Issue #32)
Thanks to @pestaa
- ๐ Added support
UTF8
keys inmetadata
andconfig
(Issue #33)
-
v0.8.1 Changes
May 09, 2011Thanks to @rfk.
- โก๏ธ Updated to use nose 1.0 (Issue #28)
- ๐ Bugfix: LessCSSPlugin: return original text if not a .less file (Issue #28)
- ๐ PyFS publisher with mtime and etags support. (Issue #28)