summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2012-12-12 19:58:42 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2012-12-12 19:58:42 -0300
commitca1f5a392261a7c6b82b5ac1015427605909d8c9 (patch)
treef91146c9340c6c78e84aaf6b92053386397e2069 /CHANGES.txt
Imported Upstream version 4.0.3upstream/4.0.3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt91
1 files changed, 91 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..7897c64
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1,91 @@
+New in Version 4.0.3
+====================
+
+Bugfixes
+--------
+
+* Handle empty posts without crashing.
+* Treat wordpress imported posts as Markdown.
+* Download attachments from wordpress
+* Fix links to attachments so they work
+* Change the global/local order of contexts on templates.
+* Link tag's feed in tag's pages.
+* Fix empty tag feeds.
+* Refactored Post out of nikola.py
+
+New in Version 4.0.2
+====================
+
+Features
+--------
+
+* Updated to bootstrap 2.1.0
+* Italian translation by Pierpaolo Da Fieno
+* Index-like tag pages with the TAG_PAGES_ARE_INDEXES option
+* Wordpress.com import script
+
+Bugfixes
+--------
+
+* Handle broken EXIF dates
+* Ignore .pyc files in the listings folder
+* Don't fail on render_pages when there is no content at all
+* Don't fail on render_posts when there is no content at all
+* Don't fail on render_sources when there is no content at all
+* Don't fail on build_bundles when there are no bundles
+* Added missing listing.tmpl to jinja-default theme
+* Added default for DEFAULT_LANG
+* Added default for TRANSLATIONS
+* Fixed getting metadata from post file.
+* More resistence to broken EXIF data.
+* Made jinja-default follow default more closely.
+* Don't say "reSt", say "Source" since it can be markdown or other stuff.
+
+New in Version 4.0.1
+====================
+
+Features
+--------
+
+* Improved multilingual site documentation
+* Added Greek translation
+
+Bugfixes
+--------
+
+* "Read More" is translatable.
+* Fixed Issue 121: CSS was not found if webassets was not installed.
+
+New in Version 4
+================
+
+Features
+--------
+
+* Previous/Next post links
+* Teaser support
+* Support posts with HTML "sources"
+* Site checking script (nikola_check)
+* Maximum image size in galleries
+* Image descriptions in galleries
+* Image exclusion in galleries
+* Special "draft" tag
+* Pretty code listings ("code galleries")
+* Page descriptions
+* Easy theme tuning via Bootswatch
+* Support for WebAssets bundles
+* "Filters" for powerful file post-processing
+
+Bugfixes
+--------
+
+* Improved HTML output
+* Support multiple time formats in post metadata
+* Slugify tag names for URLs
+* Archive path and filename configurable
+* Galleries sorted by date (supports EXIF)
+* Rotate gallery thumbnails (EXIF)
+* Tag feeds in tag pages
+* Colorbox support in restructured text figures
+* Fix for content displaying too wide
+* Changelog