comparison docs/pages/support/changelog.md @ 750:377f4b626e74 2.0.0rc1

cm: Regenerate the CHANGELOG.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jun 2016 22:35:18 -0700
parents 0c3b811d2c26
children 6997ab31fc2d
comparison
equal deleted inserted replaced
749:171051e1aca5 750:377f4b626e74
4 --- 4 ---
5 5
6 # Changelog 6 # Changelog
7 7
8 8
9 ## 1. PieCrust 2.0.0b6 (2016-06-02) 9 ## 1. PieCrust 2.0.0rc1 (2016-06-09)
10 10
11 11
12 ### 1.0 Commands 12 ### 1.0 Commands
13 13
14 * init: Use a better config template when creating websites.
15 * themes: Simplify ``themes`` command.
16 * themes: Expand ``~`` paths, fix error message.
14 * bake: Fix some crashes with new blog archive/taxonomy for incremental bakes. 17 * bake: Fix some crashes with new blog archive/taxonomy for incremental bakes.
15 * admin: Add support for ``.well-known`` folder. 18 * admin: Add support for ``.well-known`` folder.
16 * admin: Fix crash when previewing a website. 19 * admin: Fix crash when previewing a website.
17 * serve: Fix some problems with trailing slashes. 20 * serve: Fix some problems with trailing slashes.
18 * routes: Show the route template function. 21 * routes: Show the route template function.
42 * admin: run an asset processing loop in the background. 45 * admin: run an asset processing loop in the background.
43 * admin: Run the asset pipeline before showing the admin panel. 46 * admin: Run the asset pipeline before showing the admin panel.
44 47
45 ### 1.1 Core 48 ### 1.1 Core
46 49
50 * data: Make the blog provider give usable data to the year archive routes.
51 * templating: Make the 'categories' taxonomy use a 'pccaturl' function again.
47 * internal: Remove threading stuff we don't need anymore. 52 * internal: Remove threading stuff we don't need anymore.
48 * routing: Correctly call the underlying route template function from a merged one. 53 * routing: Correctly call the underlying route template function from a merged one.
49 * routing: Fix problems with route functions. 54 * routing: Fix problems with route functions.
50 * templating: Make blog archives generator expose more templating data. 55 * templating: Make blog archives generator expose more templating data.
51 * bug: Also look for format changes when determining if a page needs parsing. 56 * bug: Also look for format changes when determining if a page needs parsing.
76 * internal: Fix a bug with registering taxonomy terms that are not strings. 81 * internal: Fix a bug with registering taxonomy terms that are not strings.
77 * internal: Move some basic FoodTruck SCM code to the base. 82 * internal: Move some basic FoodTruck SCM code to the base.
78 83
79 ### 1.2 Project 84 ### 1.2 Project
80 85
86 * docs: Write about generators and data providers, update all related topics.
87 * cm: Add generation of online changelog to the release task.
88 * docs: Add changelog page.
89 * cm: Add generation of Mardown changelog suitable for the online documentation.
90 * tests: the ``PageBaker`` now needs to be shutdown.
81 * cm: Fix ``setup.py`` script. 91 * cm: Fix ``setup.py`` script.
82 * docs: Use HTTPS version of Google Fonts. 92 * docs: Use HTTPS version of Google Fonts.
83 * tests: Add some tests for blog archives and multi-blog features. 93 * tests: Add some tests for blog archives and multi-blog features.
84 * tests: Add more tests for merged mappings. 94 * tests: Add more tests for merged mappings.
85 * cm: Ignore bdist output directory. 95 * cm: Ignore bdist output directory.