Mercurial > piecrust2
comparison docs/pages/support/changelog.md @ 1173:5f9f411a109e 3.3.0
cm: Regenerate the CHANGELOG.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 04 Oct 2019 11:48:18 -0700 |
parents | 3516759ea1b2 |
children |
comparison
equal
deleted
inserted
replaced
1172:aec9c6367c33 | 1173:5f9f411a109e |
---|---|
4 --- | 4 --- |
5 | 5 |
6 # Changelog | 6 # Changelog |
7 | 7 |
8 | 8 |
9 ## 1. PieCrust 3.2.1 (2018-06-05) | 9 ## 1. PieCrust 3.3.0 (2019-10-04) |
10 | 10 |
11 | 11 |
12 ### 1.0 Commands | 12 ### 1.0 Commands |
13 | 13 |
14 * admin: Improvements to micropub endpoint's photo handling. | |
15 * bake: Don't crash if a source doesn't implement related items. | |
16 * prepare: Add micro-blogging template. | |
17 * sources: Add ability to force a realm on a source. | |
18 | |
19 ### 1.1 Core | |
20 | |
21 * config: Add setting for enabling baking or serving posts in the future. | |
22 * config: Allow tweaking the configuration of default routes. | |
23 * config: Support environment variables in theme directories. | |
24 * data: Allow combining different data providers. | |
25 * routing: Fix breakages with routing on some versions of Python. | |
26 * routing: For some reason, escaping percents isn't happening anymore. | |
27 | |
28 ### 1.3 Project | |
29 | |
30 * cm: Add mock to test dependencies. | |
31 * cm: Add new pytest cache dirs to hgignore. | |
32 * cm: Update dependencies and fix imports of Flask plugins. | |
33 * cm: Update dependencies. | |
34 * cm: Update gulp/npm stuff. | |
35 * cm: Update hgignore. | |
36 * cm: Upgrade Jinja2 version. | |
37 * tests: Add ability to test different expected outputs based on Python version. | |
38 * tests: Fix YAML warning in tests. | |
39 | |
40 ### 1.4 Miscellaneous | |
41 | |
42 * copyasset: Add `copyasset` command. | |
43 * core: Remove deprecation warning about collections.abc. | |
44 * core: Remove more YAML deprecation warnings. | |
45 * core: Remove yaml deprecation warning. | |
46 * less: Fix issues moving the map file on Windows. Again. | |
47 | |
48 ## 2. PieCrust 3.2.1 (2018-06-05) | |
49 | |
50 | |
51 ### 2.0 Commands | |
52 | |
14 * bake: Give unique source specs to each taxonomy or blog archive page. | 53 * bake: Give unique source specs to each taxonomy or blog archive page. |
15 | 54 * serve: Fix an issue where false positive matches were rendered as the requested page. |
16 ### 1.1 Core | 55 |
56 ### 2.1 Core | |
17 | 57 |
18 * internal: Cleanup in the paginator's code. | 58 * internal: Cleanup in the paginator's code. |
19 | 59 |
20 ### 1.3 Project | 60 ### 2.3 Project |
21 | 61 |
62 * cm: Regenerate the CHANGELOG. | |
22 * tests: Improve servings tests' error reporting. | 63 * tests: Improve servings tests' error reporting. |
23 | 64 |
24 ## 2. PieCrust 3.2.0 (2018-05-20) | 65 ## 3. PieCrust 3.2.0 (2018-05-20) |
25 | 66 |
26 | 67 |
27 ### 2.0 Commands | 68 ### 3.0 Commands |
28 | 69 |
29 * bake: Disable `uglifyjs` and `cleancss` by default. | 70 * bake: Disable `uglifyjs` and `cleancss` by default. |
30 * bake: Optimize cache handling for the baking process. | 71 * bake: Optimize cache handling for the baking process. |
31 | 72 |
32 ### 2.1 Core | 73 ### 3.1 Core |
33 | 74 |
34 * templating: Fix Inukshuk `paginate` function. | 75 * templating: Fix Inukshuk `paginate` function. |
35 | 76 |
36 ### 2.3 Project | 77 ### 3.3 Project |
37 | 78 |
38 * cm: Regenerate the CHANGELOG. | 79 * cm: Regenerate the CHANGELOG. |
39 * cm: Update npm modules. | 80 * cm: Update npm modules. |
40 * tests: Don't use flow style for generated YAML markup. | 81 * tests: Don't use flow style for generated YAML markup. |
41 | 82 |
42 ### 2.4 Miscellaneous | 83 ### 3.4 Miscellaneous |
43 | 84 |
44 * fix: Correctly invalidate pages that use dirtied sources. | 85 * fix: Correctly invalidate pages that use dirtied sources. |
45 * showrecords: Tiny cosmetic change for the output. | 86 * showrecords: Tiny cosmetic change for the output. |
46 * url: New `url` command to get the URL of a page from its path. | 87 * url: New `url` command to get the URL of a page from its path. |
47 | 88 |
48 ## 3. PieCrust 3.1.1 (2018-02-28) | 89 ## 4. PieCrust 3.1.1 (2018-02-28) |
49 | 90 |
50 | 91 |
51 ### 3.0 Commands | 92 ### 4.0 Commands |
52 | 93 |
53 * chef: Support special tokens in the `chef/env` setting. | 94 * chef: Support special tokens in the `chef/env` setting. |
54 * prepare: Fix crash when preparing new pages. | 95 * prepare: Fix crash when preparing new pages. |
55 * theme: Fix quickstart message formatting. | 96 * theme: Fix quickstart message formatting. |
56 | 97 |
57 ### 3.3 Project | 98 ### 4.3 Project |
58 | 99 |
59 * cm: Regenerate the CHANGELOG. | 100 * cm: Regenerate the CHANGELOG. |
60 * tests: Improve failure reporting, improve CLI tests. | 101 * tests: Improve failure reporting, improve CLI tests. |
61 | 102 |
62 ## 4. PieCrust 3.1.0 (2018-02-27) | 103 ## 5. PieCrust 3.1.0 (2018-02-27) |
63 | 104 |
64 | 105 |
65 ### 4.0 Commands | 106 ### 5.0 Commands |
66 | 107 |
67 * admin: Early version of webmention endpoint. | 108 * admin: Early version of webmention endpoint. |
68 * admin: Fix another root URL issue for the admin panel. | 109 * admin: Fix another root URL issue for the admin panel. |
69 * admin: Fix possible crash in the edit page. | 110 * admin: Fix possible crash in the edit page. |
70 * admin: Upgrade login screen to new Bootstrap classes. | 111 * admin: Upgrade login screen to new Bootstrap classes. |
74 * routes: Make help topic names consistent. | 115 * routes: Make help topic names consistent. |
75 * serve: Do some more useful debug logging when serving assets. | 116 * serve: Do some more useful debug logging when serving assets. |
76 * serve: Indicate where to find the admin panel in the console output. | 117 * serve: Indicate where to find the admin panel in the console output. |
77 * serve: Only tell about the admin panel if needed. | 118 * serve: Only tell about the admin panel if needed. |
78 | 119 |
79 ### 4.1 Core | 120 ### 5.1 Core |
80 | 121 |
81 * config: Report error if a non-asset source has no URL route. | 122 * config: Report error if a non-asset source has no URL route. |
82 * data: Fix bug with page family data not returning correct `is_dir` value. | 123 * data: Fix bug with page family data not returning correct `is_dir` value. |
83 * data: Let the `asset` endpoint load JSON data into the template engine. | 124 * data: Let the `asset` endpoint load JSON data into the template engine. |
84 * data: Rename JSON-ifier function. | 125 * data: Rename JSON-ifier function. |
86 * internal: Disable macOS file-system wrappers. | 127 * internal: Disable macOS file-system wrappers. |
87 * internal: PEP8. | 128 * internal: PEP8. |
88 * internal: Remove unnecessary imports. | 129 * internal: Remove unnecessary imports. |
89 * routing: Fix URL generation bug with ugly URLs and index pages in sub-folders. | 130 * routing: Fix URL generation bug with ugly URLs and index pages in sub-folders. |
90 | 131 |
91 ### 4.3 Project | 132 ### 5.3 Project |
92 | 133 |
93 * cm: Add pipenv stuff. | 134 * cm: Add pipenv stuff. |
94 * cm: Ignore temp test files. | 135 * cm: Ignore temp test files. |
95 * cm: Regenerate the CHANGELOG. | 136 * cm: Regenerate the CHANGELOG. |
96 * cm: Simpler, better `Pipfile`. | 137 * cm: Simpler, better `Pipfile`. |
99 * tests: Better error reporting for serving tests. | 140 * tests: Better error reporting for serving tests. |
100 * tests: Fix assetor tests. | 141 * tests: Fix assetor tests. |
101 * tests: Fix pipeline test after having added new processors. | 142 * tests: Fix pipeline test after having added new processors. |
102 * tests: Make internal test stuff not get picked up by pytest. | 143 * tests: Make internal test stuff not get picked up by pytest. |
103 | 144 |
104 ### 4.4 Miscellaneous | 145 ### 5.4 Miscellaneous |
105 | 146 |
106 * formatter: Fix the regex used to find page segments. | 147 * formatter: Fix the regex used to find page segments. |
107 * tasks: Add new `tasks` command and infrastructure, with `mention` task. | 148 * tasks: Add new `tasks` command and infrastructure, with `mention` task. |
108 | 149 |
109 ## 5. PieCrust 3.0.2 (2018-02-16) | 150 ## 6. PieCrust 3.0.2 (2018-02-16) |
110 | 151 |
111 | 152 |
112 ### 5.0 Commands | 153 ### 6.0 Commands |
113 | 154 |
114 * sources: Update prose source to correctly use the new source API. | 155 * sources: Update prose source to correctly use the new source API. |
115 | 156 |
116 ### 5.1 Core | 157 ### 6.1 Core |
117 | 158 |
118 * data: Fix recently introduced bug with blog data provider. | 159 * data: Fix recently introduced bug with blog data provider. |
119 | 160 |
120 ### 5.3 Project | 161 ### 6.3 Project |
121 | 162 |
122 * cm: Regenerate the CHANGELOG. | 163 * cm: Regenerate the CHANGELOG. |
123 | 164 |
124 ### 5.4 Miscellaneous | 165 ### 6.4 Miscellaneous |
125 | 166 |
126 * page: Let sources like prose override the title. | 167 * page: Let sources like prose override the title. |
127 | 168 |
128 ## 6. PieCrust 3.0.1 (2018-02-15) | 169 ## 7. PieCrust 3.0.1 (2018-02-15) |
129 | 170 |
130 | 171 |
131 ### 6.0 Commands | 172 ### 7.0 Commands |
132 | 173 |
133 * serve: Fix debug rendering for page iterators. | 174 * serve: Fix debug rendering for page iterators. |
134 * serve: Show debug info, report errors when debug info isn't available. | 175 * serve: Show debug info, report errors when debug info isn't available. |
135 * sources: Fix index page slug for ordered page source. | 176 * sources: Fix index page slug for ordered page source. |
136 * sources: Fix some invalid relationship name. | 177 * sources: Fix some invalid relationship name. |
137 | 178 |
138 ### 6.1 Core | 179 ### 7.1 Core |
139 | 180 |
140 * data: Fix debug rendering of the blog data provider. | 181 * data: Fix debug rendering of the blog data provider. |
141 * data: Fix debug rendering of the family data. | 182 * data: Fix debug rendering of the family data. |
142 | 183 |
143 ### 6.3 Project | 184 ### 7.3 Project |
144 | 185 |
145 * cm: Ignore documentation counter. | 186 * cm: Ignore documentation counter. |
146 * cm: Regenerate the CHANGELOG. | 187 * cm: Regenerate the CHANGELOG. |
147 * docs: Add information about common file-system sources' configurations. | 188 * docs: Add information about common file-system sources' configurations. |
148 * docs: Add some information about migrating from v2 to v3. | 189 * docs: Add some information about migrating from v2 to v3. |
149 * docs: Cosmetic improvements to the navigation bar. | 190 * docs: Cosmetic improvements to the navigation bar. |
150 * docs: Fix default formatter. | 191 * docs: Fix default formatter. |
151 * docs: Make the "code" section show up correctly in navigation. | 192 * docs: Make the "code" section show up correctly in navigation. |
152 * docs: Tweak CSS style for block quotes. | 193 * docs: Tweak CSS style for block quotes. |
153 | 194 |
154 ## 7. PieCrust 3.0.0 (2018-02-13) | 195 ## 8. PieCrust 3.0.0 (2018-02-13) |
155 | 196 |
156 | 197 |
157 ### 7.0 Commands | 198 ### 8.0 Commands |
158 | 199 |
159 * admin: Handle multiple photo uploads in the micropub endpoint. | 200 * admin: Handle multiple photo uploads in the micropub endpoint. |
160 * admin: Make tumbnails when posting photos, commit to SCM. | 201 * admin: Make tumbnails when posting photos, commit to SCM. |
161 * admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower. | 202 * admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower. |
162 * bake: Add `--sources` argument. | 203 * bake: Add `--sources` argument. |
190 * serve: Use `watchdog` for a more efficient monitoring of assets files. | 231 * serve: Use `watchdog` for a more efficient monitoring of assets files. |
191 * sources: Adds support for whitelist filtering to file-system sources. | 232 * sources: Adds support for whitelist filtering to file-system sources. |
192 * sources: Fix ordering and filename confusion in the "ordered" source. | 233 * sources: Fix ordering and filename confusion in the "ordered" source. |
193 * sources: Improve error message when trying to get children pages on a group. | 234 * sources: Improve error message when trying to get children pages on a group. |
194 | 235 |
195 ### 7.1 Core | 236 ### 8.1 Core |
196 | 237 |
197 * data: Add new properties and folder support to the `family` data endpoint. | 238 * data: Add new properties and folder support to the `family` data endpoint. |
198 * data: Fix a bug when listing a blog's posts twice on a page. | 239 * data: Fix a bug when listing a blog's posts twice on a page. |
199 * data: Make `family` properties return lists instead of generators. | 240 * data: Make `family` properties return lists instead of generators. |
200 * data: Properly order month names in blog archives. | 241 * data: Properly order month names in blog archives. |
203 * internal: Don't profile the Inukshuk engine by default, duh. | 244 * internal: Don't profile the Inukshuk engine by default, duh. |
204 * internal: Remove debug logging for the cache class. | 245 * internal: Remove debug logging for the cache class. |
205 * internal: Remove unused parameter. | 246 * internal: Remove unused parameter. |
206 * templating: Add Inukshuk template engine. | 247 * templating: Add Inukshuk template engine. |
207 | 248 |
208 ### 7.3 Project | 249 ### 8.3 Project |
209 | 250 |
210 * cm: Add Python 3.6 to Travis-CI. | 251 * cm: Add Python 3.6 to Travis-CI. |
211 * cm: Bump Inukshuk to `0.1.2`, regenerate `requirements.txt`. | 252 * cm: Bump Inukshuk to `0.1.2`, regenerate `requirements.txt`. |
212 * cm: Bump cache version ahead of v3 release. | 253 * cm: Bump cache version ahead of v3 release. |
213 * cm: Include Bootstrap dependencies in `package.json`. | 254 * cm: Include Bootstrap dependencies in `package.json`. |
225 * tests: Fix determinism bug in linker test. | 266 * tests: Fix determinism bug in linker test. |
226 * tests: Fix path comparison in a test on Windows. | 267 * tests: Fix path comparison in a test on Windows. |
227 * tests: LOL | 268 * tests: LOL |
228 * tests: Prevent conflicts in later `pytest` versions. | 269 * tests: Prevent conflicts in later `pytest` versions. |
229 | 270 |
230 ### 7.4 Miscellaneous | 271 ### 8.4 Miscellaneous |
231 | 272 |
232 * formatters: Remove Hoedown formatter, split it off to a pluging. | 273 * formatters: Remove Hoedown formatter, split it off to a pluging. |
233 * markdown: Use either the `hoedown` or `markdown` config section. | 274 * markdown: Use either the `hoedown` or `markdown` config section. |
234 * sass: Make sure `load_paths` are relative to the website's root. | 275 * sass: Make sure `load_paths` are relative to the website's root. |
235 | 276 |
236 ## 8. PieCrust 2.1.2 (2017-11-21) | 277 ## 9. PieCrust 2.1.2 (2017-11-21) |
237 | 278 |
238 | 279 |
239 ### 8.0 Commands | 280 ### 9.0 Commands |
240 | 281 |
241 * admin: Regenerate FoodTruck assets. | 282 * admin: Regenerate FoodTruck assets. |
242 * bake: Big pass on bake performance. | 283 * bake: Big pass on bake performance. |
243 * bake: Fix bugs introduced by bake optimizations, of course. | 284 * bake: Fix bugs introduced by bake optimizations, of course. |
244 * bake: Fix crash when trying to report a deployment error. | 285 * bake: Fix crash when trying to report a deployment error. |
245 * plugins: Support multiple customizable plugins directories. | 286 * plugins: Support multiple customizable plugins directories. |
246 * prepare: Fix a crash when preparing a new post. | 287 * prepare: Fix a crash when preparing a new post. |
247 * sources: Respect the "abort source use" setting when iterating on a source. | 288 * sources: Respect the "abort source use" setting when iterating on a source. |
248 | 289 |
249 ### 8.1 Core | 290 ### 9.1 Core |
250 | 291 |
251 * data: Optimize page data so cheapest accessors are tried first. | 292 * data: Optimize page data so cheapest accessors are tried first. |
252 * pagination: Fix bad bug where all pages triggered pagination. | 293 * pagination: Fix bad bug where all pages triggered pagination. |
253 | 294 |
254 ### 8.2 Bugfixes | 295 ### 9.2 Bugfixes |
255 | 296 |
256 * bug: Fix crash on Python 3.6. | 297 * bug: Fix crash on Python 3.6. |
257 | 298 |
258 ### 8.3 Project | 299 ### 9.3 Project |
259 | 300 |
260 * cm: Fix crashes when page assets deployment fails. | 301 * cm: Fix crashes when page assets deployment fails. |
261 * cm: Generate CHANGELOG from the current branch instead of always master. Fix encoding problems. | 302 * cm: Generate CHANGELOG from the current branch instead of always master. Fix encoding problems. |
262 * cm: Make the release script commit changed FoodTruck assets if needed. | 303 * cm: Make the release script commit changed FoodTruck assets if needed. |
263 * cm: Only commit admin assets if they have changed. | 304 * cm: Only commit admin assets if they have changed. |
265 * cm: Regenerate the CHANGELOG. | 306 * cm: Regenerate the CHANGELOG. |
266 * cm: Regenerate the CHANGELOG. | 307 * cm: Regenerate the CHANGELOG. |
267 * cm: Upgrade Garcon tasks to the latest PyInvoke version. | 308 * cm: Upgrade Garcon tasks to the latest PyInvoke version. |
268 * tests: Fix non-determinism in linker tests. | 309 * tests: Fix non-determinism in linker tests. |
269 | 310 |
270 ### 8.4 Miscellaneous | 311 ### 9.4 Miscellaneous |
271 | 312 |
272 * fix: Compatibility for Python 3.4. | 313 * fix: Compatibility for Python 3.4. |
273 * showrecords: Sort records by name. | 314 * showrecords: Sort records by name. |
274 | 315 |
275 ## 9. PieCrust 2.1.0 (2017-10-29) | 316 ## 10. PieCrust 2.1.0 (2017-10-29) |
276 | 317 |
277 | 318 |
278 ### 9.0 Commands | 319 ### 10.0 Commands |
279 | 320 |
280 * admin: Add a "rebake preview assets" button to the dashboard. | 321 * admin: Add a "rebake preview assets" button to the dashboard. |
281 * admin: Add a Micropub endpoint. | 322 * admin: Add a Micropub endpoint. |
282 * admin: Add icon to publish button. | 323 * admin: Add icon to publish button. |
283 * admin: Add proper link to touch icon. | 324 * admin: Add proper link to touch icon. |
346 * sources: File-system sources accept all `open` arguments. | 387 * sources: File-system sources accept all `open` arguments. |
347 * sources: Give better exception messages when a class is missing a method. | 388 * sources: Give better exception messages when a class is missing a method. |
348 * sources: Posts source accepts more arguments for creating a post. | 389 * sources: Posts source accepts more arguments for creating a post. |
349 * themes: Allow keeping local overrides when copying a theme locally. | 390 * themes: Allow keeping local overrides when copying a theme locally. |
350 | 391 |
351 ### 9.1 Core | 392 ### 10.1 Core |
352 | 393 |
353 * config: Better generate route function names to prevent collisions. | 394 * config: Better generate route function names to prevent collisions. |
354 * config: Properly pass the merge mode to the `merge_dicts` function. | 395 * config: Properly pass the merge mode to the `merge_dicts` function. |
355 * data: Add access to route metadata in the templating data. | 396 * data: Add access to route metadata in the templating data. |
356 * data: Delay loading page configuration and datetimes. | 397 * data: Delay loading page configuration and datetimes. |
377 * internal: Worker pool improvements | 418 * internal: Worker pool improvements |
378 * pagination: Prevent a possible crash when paginating things without a current page. | 419 * pagination: Prevent a possible crash when paginating things without a current page. |
379 * routing: Properly order routes by pass when matching them to the request. | 420 * routing: Properly order routes by pass when matching them to the request. |
380 * templating: Template engines can now load extensions directly from plugins. | 421 * templating: Template engines can now load extensions directly from plugins. |
381 | 422 |
382 ### 9.3 Project | 423 ### 10.3 Project |
383 | 424 |
384 * cm: Regenerate the CHANGELOG. | 425 * cm: Regenerate the CHANGELOG. |
385 * cm: Update Werkzeug. | 426 * cm: Update Werkzeug. |
386 * tests: Big push to get the tests to pass again. | 427 * tests: Big push to get the tests to pass again. |
387 * tests: First pass on making unit tests work again. | 428 * tests: First pass on making unit tests work again. |
388 | 429 |
389 ### 9.4 Miscellaneous | 430 ### 10.4 Miscellaneous |
390 | 431 |
391 * assets: Fix bug in assetor. | 432 * assets: Fix bug in assetor. |
392 * cache: Bump the cache version. | 433 * cache: Bump the cache version. |
393 * clean: PEP8. | 434 * clean: PEP8. |
394 * clean: Remove unused code. | 435 * clean: Remove unused code. |
415 * refactor: Make the data providers and blog archives source functional. | 456 * refactor: Make the data providers and blog archives source functional. |
416 * refactor: Make the linker work again. | 457 * refactor: Make the linker work again. |
417 * server: Fix crash when serving temp files like CSS maps. | 458 * server: Fix crash when serving temp files like CSS maps. |
418 * wsgi: Add admin panel to WSGI helpers. | 459 * wsgi: Add admin panel to WSGI helpers. |
419 | 460 |
420 ## 10. PieCrust 2.0.0 (2017-02-19) | 461 ## 11. PieCrust 2.0.0 (2017-02-19) |
421 | 462 |
422 | 463 |
423 ### 10.0 Commands | 464 ### 11.0 Commands |
424 | 465 |
425 * admin: Add ability to upload page assets. | 466 * admin: Add ability to upload page assets. |
426 * admin: Add quick links in sidebar to create new posts/pages. | 467 * admin: Add quick links in sidebar to create new posts/pages. |
427 * admin: Bigger text for the site summary. | 468 * admin: Bigger text for the site summary. |
428 * admin: Don't have the static folder for the app collide with the blueprint's. | 469 * admin: Don't have the static folder for the app collide with the blueprint's. |
429 * admin: Fix crash when running `admin run` outside of a website. | 470 * admin: Fix crash when running `admin run` outside of a website. |
430 * bake: Don’t swallow generic errors during baking | 471 * bake: Don’t swallow generic errors during baking |
431 * bake: Show bake stats in descending order of time. | 472 * bake: Show bake stats in descending order of time. |
432 * showrecord: Add `show-manifest` argument. | 473 * showrecord: Add `show-manifest` argument. |
433 | 474 |
434 ### 10.1 Core | 475 ### 11.1 Core |
435 | 476 |
436 * config: Cleanup config loading code. Add support for a `local.yml` config. | 477 * config: Cleanup config loading code. Add support for a `local.yml` config. |
437 * data: Allow page generators to have an associated data provider | 478 * data: Allow page generators to have an associated data provider |
438 * internal: Don't check for a page repository, there's always one. | 479 * internal: Don't check for a page repository, there's always one. |
439 * internal: Import things in the builtin plugin only when needed. | 480 * internal: Import things in the builtin plugin only when needed. |
441 * internal: Make `posts` sources cache their list of pages. | 482 * internal: Make `posts` sources cache their list of pages. |
442 * internal: PEP8 fixup for admin panel code. | 483 * internal: PEP8 fixup for admin panel code. |
443 * rendering: Separate performance timers for renering segments and layouts. | 484 * rendering: Separate performance timers for renering segments and layouts. |
444 * templating: Put the routing functions in the data, not the template engine. | 485 * templating: Put the routing functions in the data, not the template engine. |
445 | 486 |
446 ### 10.2 Bugfixes | 487 ### 11.2 Bugfixes |
447 | 488 |
448 * bug: Fix crashes for commands run outside of a website. | 489 * bug: Fix crashes for commands run outside of a website. |
449 | 490 |
450 ### 10.3 Project | 491 ### 11.3 Project |
451 | 492 |
452 * cm: Add setup.cfg file for flake8. | 493 * cm: Add setup.cfg file for flake8. |
453 * cm: Allow generating documentation from inside the virtualenv. | 494 * cm: Allow generating documentation from inside the virtualenv. |
454 * cm: Fix MANIFEST file for packaging. | 495 * cm: Fix MANIFEST file for packaging. |
455 * cm: Fix `gulpfile` for FoodTruck. | 496 * cm: Fix `gulpfile` for FoodTruck. |
460 * docs: Fix line-end / new-line issues | 501 * docs: Fix line-end / new-line issues |
461 * docs: Invalid yaml in example | 502 * docs: Invalid yaml in example |
462 * docs: Repair some broken links | 503 * docs: Repair some broken links |
463 * tests: Fix for time comparisons. | 504 * tests: Fix for time comparisons. |
464 | 505 |
465 ### 10.4 Miscellaneous | 506 ### 11.4 Miscellaneous |
466 | 507 |
467 * Allow PageSource to provide a custom assetor | 508 * Allow PageSource to provide a custom assetor |
468 * Allow an individual page to override pretty_urls in it config | 509 * Allow an individual page to override pretty_urls in it config |
469 * Allow page source to post-process page config at the end of page loading | 510 * Allow page source to post-process page config at the end of page loading |
470 * Assetor is now responsible for copying assets, to allow customization | 511 * Assetor is now responsible for copying assets, to allow customization |
475 * Removed pointless page argument from copyAssets | 516 * Removed pointless page argument from copyAssets |
476 * Renamed buildPageAssetor to buildAssetor | 517 * Renamed buildPageAssetor to buildAssetor |
477 * Use assetor provided by page source when paginating | 518 * Use assetor provided by page source when paginating |
478 * assets: Fix crash when a page doesn't have assets. | 519 * assets: Fix crash when a page doesn't have assets. |
479 | 520 |
480 ## 11. PieCrust 2.0.0rc2 (2016-09-07) | 521 ## 12. PieCrust 2.0.0rc2 (2016-09-07) |
481 | 522 |
482 | 523 |
483 ### 11.0 Commands | 524 ### 12.0 Commands |
484 | 525 |
485 * admin: Correctly flush loggers before exiting. | 526 * admin: Correctly flush loggers before exiting. |
486 * admin: Don't crash when the site isn't in a source control repository. | 527 * admin: Don't crash when the site isn't in a source control repository. |
487 * admin: Fix API changes, don't crash the dashboard on non-binary WIP files. | 528 * admin: Fix API changes, don't crash the dashboard on non-binary WIP files. |
488 * admin: Fix crash when running the `admin` command. | 529 * admin: Fix crash when running the `admin` command. |
504 * publish: Fix stupid typo. | 545 * publish: Fix stupid typo. |
505 * publish: Make publisher more powerful and better exposed on the command line. | 546 * publish: Make publisher more powerful and better exposed on the command line. |
506 * showrecord: Fix some crashes and incorrect information. | 547 * showrecord: Fix some crashes and incorrect information. |
507 * themes: No parameters shoudl make the help text show up. | 548 * themes: No parameters shoudl make the help text show up. |
508 | 549 |
509 ### 11.1 Core | 550 ### 12.1 Core |
510 | 551 |
511 * config: Fix how we parse the root URL to allow for absolute and user URLs. | 552 * config: Fix how we parse the root URL to allow for absolute and user URLs. |
512 * data: Fix debug information for the blog data provider. | 553 * data: Fix debug information for the blog data provider. |
513 * internal: Add missing timer scope. | 554 * internal: Add missing timer scope. |
514 * internal: Add missing timer scope. | 555 * internal: Add missing timer scope. |
517 * routing: Add some backwards compatibility support for parameter types. | 558 * routing: Add some backwards compatibility support for parameter types. |
518 * routing: Don't mistakenly raise errors about incorrect variadic parameters. | 559 * routing: Don't mistakenly raise errors about incorrect variadic parameters. |
519 * routing: Simplify how route functions are declared and handled. | 560 * routing: Simplify how route functions are declared and handled. |
520 * routing: Simplify how routes are defined. | 561 * routing: Simplify how routes are defined. |
521 | 562 |
522 ### 11.2 Bugfixes | 563 ### 12.2 Bugfixes |
523 | 564 |
524 * bug: Fix possible crash with overlapping pages. | 565 * bug: Fix possible crash with overlapping pages. |
525 | 566 |
526 ### 11.3 Project | 567 ### 12.3 Project |
527 | 568 |
528 * cm: Add a "Bugfixes" section to the CHANGELOG and order things alphabetically. | 569 * cm: Add a "Bugfixes" section to the CHANGELOG and order things alphabetically. |
529 * cm: Declare PieCrust as a Python 3 only package. | 570 * cm: Declare PieCrust as a Python 3 only package. |
530 * cm: Regenerate the CHANGELOG. | 571 * cm: Regenerate the CHANGELOG. |
531 * docs: Add documentation about the SFTP publisher. | 572 * docs: Add documentation about the SFTP publisher. |
537 * tests: Fix crash when reporting 404 errors during server tests. | 578 * tests: Fix crash when reporting 404 errors during server tests. |
538 * tests: Fix some CLI tests. | 579 * tests: Fix some CLI tests. |
539 * tests: Make it possible to run FoodTruck tests. | 580 * tests: Make it possible to run FoodTruck tests. |
540 * tests: Try and finally fix the time-based tests. | 581 * tests: Try and finally fix the time-based tests. |
541 | 582 |
542 ## 12. PieCrust 2.0.0rc1 (2016-06-09) | 583 ## 13. PieCrust 2.0.0rc1 (2016-06-09) |
543 | 584 |
544 | 585 |
545 ### 12.0 Commands | 586 ### 13.0 Commands |
546 | 587 |
547 * admin: Add support for Git source-control. | 588 * admin: Add support for Git source-control. |
548 * admin: Add support for `.well-known` folder. | 589 * admin: Add support for `.well-known` folder. |
549 * admin: Fix OS-specific new line problems when editing pages. | 590 * admin: Fix OS-specific new line problems when editing pages. |
550 * admin: Fix crash when previewing a website. | 591 * admin: Fix crash when previewing a website. |
576 * themes: Add support for a `--theme` argument to `chef`. | 617 * themes: Add support for a `--theme` argument to `chef`. |
577 * themes: Add support for loading from a library of themes. | 618 * themes: Add support for loading from a library of themes. |
578 * themes: Expand `~` paths, fix error message. | 619 * themes: Expand `~` paths, fix error message. |
579 * themes: Simplify `themes` command. | 620 * themes: Simplify `themes` command. |
580 | 621 |
581 ### 12.1 Core | 622 ### 13.1 Core |
582 | 623 |
583 * data: Make the blog provider give usable data to the year archive routes. | 624 * data: Make the blog provider give usable data to the year archive routes. |
584 * data: Support both objects and dictionaries in `MergedMapping`. | 625 * data: Support both objects and dictionaries in `MergedMapping`. |
585 * debug: Pass the exceptions untouched when debugging. | 626 * debug: Pass the exceptions untouched when debugging. |
586 * debug: Show more stuff pertaining to data providers in the debug window. | 627 * debug: Show more stuff pertaining to data providers in the debug window. |
611 * routing: Fix problems with route functions. | 652 * routing: Fix problems with route functions. |
612 * templating: Make blog archives generator expose more templating data. | 653 * templating: Make blog archives generator expose more templating data. |
613 * templating: Make the 'categories' taxonomy use a 'pccaturl' function again. | 654 * templating: Make the 'categories' taxonomy use a 'pccaturl' function again. |
614 * templating: Use HTTPS URLs for a couple things. | 655 * templating: Use HTTPS URLs for a couple things. |
615 | 656 |
616 ### 12.2 Bugfixes | 657 ### 13.2 Bugfixes |
617 | 658 |
618 * bug: Also look for format changes when determining if a page needs parsing. | 659 * bug: Also look for format changes when determining if a page needs parsing. |
619 | 660 |
620 ### 12.3 Project | 661 ### 13.3 Project |
621 | 662 |
622 * cm: Add AppVeyor support. | 663 * cm: Add AppVeyor support. |
623 * cm: Add generation of Mardown changelog suitable for the online documentation. | 664 * cm: Add generation of Mardown changelog suitable for the online documentation. |
624 * cm: Add generation of online changelog to the release task. | 665 * cm: Add generation of online changelog to the release task. |
625 * cm: Also test Python 3.5 with Travis. | 666 * cm: Also test Python 3.5 with Travis. |
645 * tests: Add some tests for blog archives and multi-blog features. | 686 * tests: Add some tests for blog archives and multi-blog features. |
646 * tests: Fix logic for making time-based tests not fail randomly. | 687 * tests: Fix logic for making time-based tests not fail randomly. |
647 * tests: Improve failure reporting. | 688 * tests: Improve failure reporting. |
648 * tests: the `PageBaker` now needs to be shutdown. | 689 * tests: the `PageBaker` now needs to be shutdown. |
649 | 690 |
650 ### 12.4 Miscellaneous | 691 ### 13.4 Miscellaneous |
651 | 692 |
652 * Fix 404 broken link | 693 * Fix 404 broken link |
653 * jinja: Add `md5` filter. | 694 * jinja: Add `md5` filter. |
654 | 695 |
655 ## 13. PieCrust 2.0.0b5 (2016-02-16) | 696 ## 14. PieCrust 2.0.0b5 (2016-02-16) |
656 | 697 |
657 | 698 |
658 ### 13.0 Commands | 699 ### 14.0 Commands |
659 | 700 |
660 * admin: Don't require `bcrypt` for running FoodTruck with `chef`. | 701 * admin: Don't require `bcrypt` for running FoodTruck with `chef`. |
661 * admin: Remove settings view. | 702 * admin: Remove settings view. |
662 | 703 |
663 ### 13.1 Core | 704 ### 14.1 Core |
664 | 705 |
665 * internal: Remove SyntaxWarning from MacOS wrappers. | 706 * internal: Remove SyntaxWarning from MacOS wrappers. |
666 | 707 |
667 ### 13.3 Project | 708 ### 14.3 Project |
668 | 709 |
669 * cm: Exclude the correct directories from vim-gutentags. | 710 * cm: Exclude the correct directories from vim-gutentags. |
670 * cm: Fix CHANGELOG newlines on Windows. | 711 * cm: Fix CHANGELOG newlines on Windows. |
671 * cm: Fix categorization of CHANGELOG entries for new commands. | 712 * cm: Fix categorization of CHANGELOG entries for new commands. |
672 * cm: Fixes and tweaks to the documentation generation task. | 713 * cm: Fixes and tweaks to the documentation generation task. |
678 * cm: Tweaks to the release script. | 719 * cm: Tweaks to the release script. |
679 * cm: Update node module versions. | 720 * cm: Update node module versions. |
680 * cm: Update npm modules and bower packages before making a release. | 721 * cm: Update npm modules and bower packages before making a release. |
681 * cm: Update the node modules before building the documentation. | 722 * cm: Update the node modules before building the documentation. |
682 | 723 |
683 ## 14. PieCrust 2.0.0b4 (2016-02-09) | 724 ## 15. PieCrust 2.0.0b4 (2016-02-09) |
684 | 725 |
685 | 726 |
686 ### 14.0 Commands | 727 ### 15.0 Commands |
687 | 728 |
688 * admin: Ability to configure SCM stuff per site. | 729 * admin: Ability to configure SCM stuff per site. |
689 * admin: Add "FoodTruck" admin panel from the side experiment project. | 730 * admin: Add "FoodTruck" admin panel from the side experiment project. |
690 * admin: Add summary of page in source listing. | 731 * admin: Add summary of page in source listing. |
691 * admin: Better UI for publishing websites. | 732 * admin: Better UI for publishing websites. |
738 * serve: Werkzeug docs say you need to pass a flag with `wrap_file`. | 779 * serve: Werkzeug docs say you need to pass a flag with `wrap_file`. |
739 * showconfig: Don't crash when the whole config should be shown. | 780 * showconfig: Don't crash when the whole config should be shown. |
740 * sources: Add code to support "interactive" metadata acquisition. | 781 * sources: Add code to support "interactive" metadata acquisition. |
741 * sources: Add method to get a page factory from a path. | 782 * sources: Add method to get a page factory from a path. |
742 | 783 |
743 ### 14.1 Core | 784 ### 15.1 Core |
744 | 785 |
745 * cli: Add `--no-color` option. | 786 * cli: Add `--no-color` option. |
746 * cli: More proper argument parsing for the main/root arguments. | 787 * cli: More proper argument parsing for the main/root arguments. |
747 * data: Fix a crash bug when no parent page is set on an iterator. | 788 * data: Fix a crash bug when no parent page is set on an iterator. |
748 * debug: Don't show parentheses on redirected properties. | 789 * debug: Don't show parentheses on redirected properties. |
751 * debug: Fix how the linker shows children/siblings/etc. in the debug window. | 792 * debug: Fix how the linker shows children/siblings/etc. in the debug window. |
752 * internal: Refactor the app configuration class. | 793 * internal: Refactor the app configuration class. |
753 * internal: Rename `raw_content` to `segments` since it's what it is. | 794 * internal: Rename `raw_content` to `segments` since it's what it is. |
754 * internal: Some fixes to the new app configuration. | 795 * internal: Some fixes to the new app configuration. |
755 | 796 |
756 ### 14.2 Bugfixes | 797 ### 15.2 Bugfixes |
757 | 798 |
758 * bug: Correctly handle root URLs with special characters. | 799 * bug: Correctly handle root URLs with special characters. |
759 * bug: Fix a crash when some errors occur during page rendering. | 800 * bug: Fix a crash when some errors occur during page rendering. |
760 | 801 |
761 ### 14.3 Project | 802 ### 15.3 Project |
762 | 803 |
763 * cm: Add requirements for FoodTruck. | 804 * cm: Add requirements for FoodTruck. |
764 * cm: Add script to generate documentation. | 805 * cm: Add script to generate documentation. |
765 * cm: Add some pretty little icons in the README. | 806 * cm: Add some pretty little icons in the README. |
766 * cm: CHANGELOG generator can handle future versions. | 807 * cm: CHANGELOG generator can handle future versions. |
780 * tests: Fix another broken test. | 821 * tests: Fix another broken test. |
781 * tests: Fix broken test. | 822 * tests: Fix broken test. |
782 * tests: Fix broken unit test. | 823 * tests: Fix broken unit test. |
783 * tests: Print more information when a bake test fails to find an output file. | 824 * tests: Print more information when a bake test fails to find an output file. |
784 | 825 |
785 ## 15. PieCrust 2.0.0b3 (2015-08-01) | 826 ## 16. PieCrust 2.0.0b3 (2015-08-01) |
786 | 827 |
787 | 828 |
788 ### 15.0 Commands | 829 ### 16.0 Commands |
789 | 830 |
790 * import: Add some debug logging. | 831 * import: Add some debug logging. |
791 * import: Correctly convert unicode characters in site configuration. | 832 * import: Correctly convert unicode characters in site configuration. |
792 * import: Fix the PieCrust 1 importer. | 833 * import: Fix the PieCrust 1 importer. |
793 | 834 |
794 ### 15.1 Core | 835 ### 16.1 Core |
795 | 836 |
796 * internal: Fix a severe bug with the file-system wrappers on OSX. | 837 * internal: Fix a severe bug with the file-system wrappers on OSX. |
797 * templating: Make more date functions accept 'now' as an input. | 838 * templating: Make more date functions accept 'now' as an input. |
798 | 839 |
799 ### 15.3 Project | 840 ### 16.3 Project |
800 | 841 |
801 * cm: Add a Gutentags config file for `ctags` generation. | 842 * cm: Add a Gutentags config file for `ctags` generation. |
802 * cm: Changelog generator script. | 843 * cm: Changelog generator script. |
803 * cm: Ignore Rope cache. | 844 * cm: Ignore Rope cache. |
804 * cm: Update changelog. | 845 * cm: Update changelog. |
805 * tests: Check accented characters work in configurations. | 846 * tests: Check accented characters work in configurations. |
806 | 847 |
807 ## 16. PieCrust 2.0.0b2 (2015-07-29) | 848 ## 17. PieCrust 2.0.0b2 (2015-07-29) |
808 | 849 |
809 | 850 |
810 ### 16.0 Commands | 851 ### 17.0 Commands |
811 | 852 |
812 * prepare: More help about scaffolding. | 853 * prepare: More help about scaffolding. |
813 | 854 |
814 ### 16.2 Bugfixes | 855 ### 17.2 Bugfixes |
815 | 856 |
816 * bug: Fix crash running `chef help scaffolding` outside of a website. | 857 * bug: Fix crash running `chef help scaffolding` outside of a website. |
817 | 858 |
818 ## 17. PieCrust 2.0.0b1 (2015-07-29) | 859 ## 18. PieCrust 2.0.0b1 (2015-07-29) |
819 | 860 |
820 | 861 |
821 ### 17.0 Commands | 862 ### 18.0 Commands |
822 | 863 |
823 * bake: Add a processor to generate a Pygments style CSS file. | 864 * bake: Add a processor to generate a Pygments style CSS file. |
824 * bake: Fix logging configuration for multi-processing on Windows. | 865 * bake: Fix logging configuration for multi-processing on Windows. |
825 * bake: Fix random crash with the Sass processor. | 866 * bake: Fix random crash with the Sass processor. |
826 * bake: Set the worker ID in the configuration. It's useful. | 867 * bake: Set the worker ID in the configuration. It's useful. |
836 * themes: Don't fixup template directories, it's actually better as-is. | 877 * themes: Don't fixup template directories, it's actually better as-is. |
837 * themes: Fix crash when invoking command with no sub-command. | 878 * themes: Fix crash when invoking command with no sub-command. |
838 * themes: Improve CLI, add `deactivate` command. | 879 * themes: Improve CLI, add `deactivate` command. |
839 * themes: Proper template path fixup for the theme configuration. | 880 * themes: Proper template path fixup for the theme configuration. |
840 | 881 |
841 ### 17.1 Core | 882 ### 18.1 Core |
842 | 883 |
843 * config: Make sure `site/auto_formats` has at least `html`. | 884 * config: Make sure `site/auto_formats` has at least `html`. |
844 * formatting: Add support for Markdown extension configs. | 885 * formatting: Add support for Markdown extension configs. |
845 * internal: Correctly split sub URIs. Add unit tests. | 886 * internal: Correctly split sub URIs. Add unit tests. |
846 * internal: Fix some edge-cases for splitting sub-URIs. | 887 * internal: Fix some edge-cases for splitting sub-URIs. |
849 * internal: Return `None` instead of raising an exception when finding pages. | 890 * internal: Return `None` instead of raising an exception when finding pages. |
850 * templating: Add `now` global to Jinja, improve date error message. | 891 * templating: Add `now` global to Jinja, improve date error message. |
851 * templating: Make Jinja support arbitrary extension, show warning for old stuff. | 892 * templating: Make Jinja support arbitrary extension, show warning for old stuff. |
852 * templating: `highlight_css` can be passed the name of a Pygments style. | 893 * templating: `highlight_css` can be passed the name of a Pygments style. |
853 | 894 |
854 ### 17.2 Bugfixes | 895 ### 18.2 Bugfixes |
855 | 896 |
856 * bug: Fix a crash with the `ordered` page source when sorting pages. | 897 * bug: Fix a crash with the `ordered` page source when sorting pages. |
857 * bug: Fix file-system wrappers for non-Mac systems. | 898 * bug: Fix file-system wrappers for non-Mac systems. |
858 * bug: Forgot to add a new file like a big n00b. | 899 * bug: Forgot to add a new file like a big n00b. |
859 * bug: Of course I broke something. Some exceptions need to pass through Jinja. | 900 * bug: Of course I broke something. Some exceptions need to pass through Jinja. |
860 | 901 |
861 ### 17.3 Project | 902 ### 18.3 Project |
862 | 903 |
863 * cm: Add `unidecode` to requirements. | 904 * cm: Add `unidecode` to requirements. |
864 * cm: Error in `.hgignore`. Weird. | 905 * cm: Error in `.hgignore`. Weird. |
865 * cm: Fix benchmark website generation on Windows. | 906 * cm: Fix benchmark website generation on Windows. |
866 * cm: Ignore `.egg-info` stuff. | 907 * cm: Ignore `.egg-info` stuff. |
880 * tests: Fix processing tests on Windows. | 921 * tests: Fix processing tests on Windows. |
881 * tests: Fix the Mustache tests on Windows. | 922 * tests: Fix the Mustache tests on Windows. |
882 * tests: Help the Yaml loader figure out the encoding on Windows. | 923 * tests: Help the Yaml loader figure out the encoding on Windows. |
883 * tests: Normalize test paths using the correct method. | 924 * tests: Normalize test paths using the correct method. |
884 | 925 |
885 ### 17.4 Miscellaneous | 926 ### 18.4 Miscellaneous |
886 | 927 |
887 * bake/serve: Improve support for unicode, add slugification options. | 928 * bake/serve: Improve support for unicode, add slugification options. |
888 * cosmetic: Remove debug print here too. | 929 * cosmetic: Remove debug print here too. |
889 * cosmetic: Remove debug printing. | 930 * cosmetic: Remove debug printing. |
890 * jinja: Support `.j2` file extensions. | 931 * jinja: Support `.j2` file extensions. |
891 * less: Fix issues with the map file on Windows. | 932 * less: Fix issues with the map file on Windows. |
892 * sass: Overwrite the old map file with the new one always. | 933 * sass: Overwrite the old map file with the new one always. |
893 | 934 |
894 ## 18. PieCrust 2.0.0a13 (2015-07-14) | 935 ## 19. PieCrust 2.0.0a13 (2015-07-14) |
895 | 936 |
896 | 937 |
897 ### 18.0 Commands | 938 ### 19.0 Commands |
898 | 939 |
899 * bake: Fix a bug with copying assets when `pretty_urls` are disabled. | 940 * bake: Fix a bug with copying assets when `pretty_urls` are disabled. |
900 | 941 |
901 ### 18.2 Bugfixes | 942 ### 19.2 Bugfixes |
902 | 943 |
903 * bug: Correctly setup the environment/app for bake workers. | 944 * bug: Correctly setup the environment/app for bake workers. |
904 * bug: Fix copying of page assets during the bake. | 945 * bug: Fix copying of page assets during the bake. |
905 | 946 |
906 ## 19. PieCrust 2.0.0a12 (2015-07-14) | 947 ## 20. PieCrust 2.0.0a12 (2015-07-14) |
907 | 948 |
908 | 949 |
909 ### 19.0 Commands | 950 ### 20.0 Commands |
910 | 951 |
911 * bake: Abort "render first" jobs if we start using other pages. | 952 * bake: Abort "render first" jobs if we start using other pages. |
912 * bake: Add CLI argument to specify job batch size. | 953 * bake: Add CLI argument to specify job batch size. |
913 * bake: Commonize worker pool code between html and asset baking. | 954 * bake: Commonize worker pool code between html and asset baking. |
914 * bake: Correctly use the `num_worers` setting. | 955 * bake: Correctly use the `num_worers` setting. |
924 * bake: Use batched jobs in the worker pool. | 965 * bake: Use batched jobs in the worker pool. |
925 * serve: Fix bug with creating routing metadata from the URL. | 966 * serve: Fix bug with creating routing metadata from the URL. |
926 * serve: Fix crash on start. | 967 * serve: Fix crash on start. |
927 * serve: Use Werkzeug's HTTP exceptions correctly. | 968 * serve: Use Werkzeug's HTTP exceptions correctly. |
928 | 969 |
929 ### 19.1 Core | 970 ### 20.1 Core |
930 | 971 |
931 * debug: Add support for more attributes for the debug info. | 972 * debug: Add support for more attributes for the debug info. |
932 * debug: Better debug info output for iterators, providers, and linkers. | 973 * debug: Better debug info output for iterators, providers, and linkers. |
933 * debug: Fix serving of resources now that the module moved to a sub-folder. | 974 * debug: Fix serving of resources now that the module moved to a sub-folder. |
934 * debug: Log error when an exception gets raised during debug info building. | 975 * debug: Log error when an exception gets raised during debug info building. |
961 * templating: Add modification time of the page to the template data. | 1002 * templating: Add modification time of the page to the template data. |
962 * templating: Fix Pystache template engine. | 1003 * templating: Fix Pystache template engine. |
963 * templating: Let Jinja2 cache the parsed template for page contents. | 1004 * templating: Let Jinja2 cache the parsed template for page contents. |
964 * templating: Workaround for a bug with Pystache. | 1005 * templating: Workaround for a bug with Pystache. |
965 | 1006 |
966 ### 19.2 Bugfixes | 1007 ### 20.2 Bugfixes |
967 | 1008 |
968 * bug: Fix CLI crash caused by configuration variants. | 1009 * bug: Fix CLI crash caused by configuration variants. |
969 * bug: Fix a crash when errors occur while processing an asset. | 1010 * bug: Fix a crash when errors occur while processing an asset. |
970 * bug: Fix infinite loop in Jinja2 rendering. | 1011 * bug: Fix infinite loop in Jinja2 rendering. |
971 * bug: Fix routing bug introduced by 21e26ed867b6. | 1012 * bug: Fix routing bug introduced by 21e26ed867b6. |
972 | 1013 |
973 ### 19.3 Project | 1014 ### 20.3 Project |
974 | 1015 |
975 * cm: Add script to generate benchmark websites. | 1016 * cm: Add script to generate benchmark websites. |
976 * cm: Fix wrong directory for utilities. | 1017 * cm: Fix wrong directory for utilities. |
977 * cm: Move build directory to util to avoid conflicts with pip. | 1018 * cm: Move build directory to util to avoid conflicts with pip. |
978 * cm: Use Travis CI's new infrastructure. | 1019 * cm: Use Travis CI's new infrastructure. |
979 * docs: Add the `--pre` flag to `pip install` while PieCrust is in beta. | 1020 * docs: Add the `--pre` flag to `pip install` while PieCrust is in beta. |
980 * tests: Add pipeline processing tests. | 1021 * tests: Add pipeline processing tests. |
981 * tests: Fix Jinja2 test. | 1022 * tests: Fix Jinja2 test. |
982 * tests: Fix crash in processing tests. | 1023 * tests: Fix crash in processing tests. |
983 | 1024 |
984 ### 19.4 Miscellaneous | 1025 ### 20.4 Miscellaneous |
985 | 1026 |
986 * Fixed 'bootom' to 'bottom' | 1027 * Fixed 'bootom' to 'bottom' |
987 * markdown: Cache the formatter once. | 1028 * markdown: Cache the formatter once. |
988 | 1029 |
989 ## 20. PieCrust 2.0.0a11 (2015-05-18) | 1030 ## 21. PieCrust 2.0.0a11 (2015-05-18) |
990 | 1031 |
991 | 1032 |
992 ### 20.0 Commands | 1033 ### 21.0 Commands |
993 | 1034 |
994 * bake: Return all errors from a bake record entry when asked for it. | 1035 * bake: Return all errors from a bake record entry when asked for it. |
995 * serve: Fix bug where `?!debug` doesn't get appending correctly. | 1036 * serve: Fix bug where `?!debug` doesn't get appending correctly. |
996 * serve: Remove development assert. | 1037 * serve: Remove development assert. |
997 | 1038 |
998 ### 20.1 Core | 1039 ### 21.1 Core |
999 | 1040 |
1000 * data: Fix regression bug with accessing page metadata that doesn't exist. | 1041 * data: Fix regression bug with accessing page metadata that doesn't exist. |
1001 * linker: Fix error when trying to list non-existing children. | 1042 * linker: Fix error when trying to list non-existing children. |
1002 * linker: Fix linker returning the wrong value for `is_dir` in some situations. | 1043 * linker: Fix linker returning the wrong value for `is_dir` in some situations. |
1003 * pagination: Fix regression bug with previous/next posts. | 1044 * pagination: Fix regression bug with previous/next posts. |
1004 | 1045 |
1005 ### 20.3 Project | 1046 ### 21.3 Project |
1006 | 1047 |
1007 * tests: Add support for testing the Chef server. | 1048 * tests: Add support for testing the Chef server. |
1008 * tests: Also mock `open` in Jinja to be able to use templates in bake tests. | 1049 * tests: Also mock `open` in Jinja to be able to use templates in bake tests. |
1009 * tests: Fail bake tests with a proper error message when bake fails. | 1050 * tests: Fail bake tests with a proper error message when bake fails. |
1010 * tests: More accurate marker position for diff'ing strings. | 1051 * tests: More accurate marker position for diff'ing strings. |
1011 * tests: Move all bakes/cli/servings tests files to have a YAML extension. | 1052 * tests: Move all bakes/cli/servings tests files to have a YAML extension. |
1012 | 1053 |
1013 ### 20.4 Miscellaneous | 1054 ### 21.4 Miscellaneous |
1014 | 1055 |
1015 * jinja: Look for `html` extension first instead of last. | 1056 * jinja: Look for `html` extension first instead of last. |
1016 | 1057 |
1017 ## 21. PieCrust 2.0.0a10 (2015-05-15) | 1058 ## 22. PieCrust 2.0.0a10 (2015-05-15) |
1018 | 1059 |
1019 | 1060 |
1020 ### 21.3 Project | 1061 ### 22.3 Project |
1021 | 1062 |
1022 * setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup. | 1063 * setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup. |
1023 | 1064 |
1024 ## 22. PieCrust 2.0.0a9 (2015-05-11) | 1065 ## 23. PieCrust 2.0.0a9 (2015-05-11) |
1025 | 1066 |
1026 | 1067 |
1027 ### 22.0 Commands | 1068 ### 23.0 Commands |
1028 | 1069 |
1029 * serve: Add a WSGI utility module for easily getting a default app. | 1070 * serve: Add a WSGI utility module for easily getting a default app. |
1030 * serve: Add a generic WSGI app factory. | 1071 * serve: Add a generic WSGI app factory. |
1031 * serve: Add ability to suppress the debug info window programmatically. | 1072 * serve: Add ability to suppress the debug info window programmatically. |
1032 * serve: Compatibility with `mod_wsgi`. | 1073 * serve: Compatibility with `mod_wsgi`. |
1033 * serve: Split the server code in a couple modules inside a `serving` package. | 1074 * serve: Split the server code in a couple modules inside a `serving` package. |
1034 | 1075 |
1035 ### 22.1 Core | 1076 ### 23.1 Core |
1036 | 1077 |
1037 * data: Fix problems with using non-existing metadata on a linked page. | 1078 * data: Fix problems with using non-existing metadata on a linked page. |
1038 * internal: Make it possible to pass `argv` to the main Chef function. | 1079 * internal: Make it possible to pass `argv` to the main Chef function. |
1039 * routing: Fix bugs with matching URLs with correct route but missing metadata. | 1080 * routing: Fix bugs with matching URLs with correct route but missing metadata. |
1040 | 1081 |
1041 ### 22.3 Project | 1082 ### 23.3 Project |
1042 | 1083 |
1043 * docs: Add documentation for deploying as a dynamic CMS. | 1084 * docs: Add documentation for deploying as a dynamic CMS. |
1044 * docs: Add lame bit of documentation on publishing your website. | 1085 * docs: Add lame bit of documentation on publishing your website. |
1045 * setup: Keep the requirements in sync between `setuptools` and `pip`. | 1086 * setup: Keep the requirements in sync between `setuptools` and `pip`. |
1046 * tests: Add a Chef test for the `find` command. | 1087 * tests: Add a Chef test for the `find` command. |
1047 * tests: Add support for "Chef tests", which are direct CLI tests. | 1088 * tests: Add support for "Chef tests", which are direct CLI tests. |
1048 * tests: Fix serving unit-tests. | 1089 * tests: Fix serving unit-tests. |
1049 | 1090 |
1050 ## 23. PieCrust 2.0.0a8 (2015-05-03) | 1091 ## 24. PieCrust 2.0.0a8 (2015-05-03) |
1051 | 1092 |
1052 | 1093 |
1053 ### 23.0 Commands | 1094 ### 24.0 Commands |
1054 | 1095 |
1055 * bake: Fix crash when handling bake errors. | 1096 * bake: Fix crash when handling bake errors. |
1056 * serve: Giant refactor to change how we handle data when serving pages. | 1097 * serve: Giant refactor to change how we handle data when serving pages. |
1057 * serve: Refactoring and fixes to be able to serve taxonomy pages. | 1098 * serve: Refactoring and fixes to be able to serve taxonomy pages. |
1058 * sources: Default source lists pages in order. | 1099 * sources: Default source lists pages in order. |
1059 * sources: Fix how the `autoconfig` source iterates over its structure. | 1100 * sources: Fix how the `autoconfig` source iterates over its structure. |
1060 * theme: Fix link to PieCrust documentation. | 1101 * theme: Fix link to PieCrust documentation. |
1061 | 1102 |
1062 ### 23.1 Core | 1103 ### 24.1 Core |
1063 | 1104 |
1064 * caching: Use separate caches for config variants and other contexts. | 1105 * caching: Use separate caches for config variants and other contexts. |
1065 * config: Add method to deep-copy a config and validate its contents. | 1106 * config: Add method to deep-copy a config and validate its contents. |
1066 * internal: Return the first route for a source if no metadata match is needed. | 1107 * internal: Return the first route for a source if no metadata match is needed. |
1067 * linker: Don't put linker stuff in the config. | 1108 * linker: Don't put linker stuff in the config. |
1068 | 1109 |
1069 ### 23.3 Project | 1110 ### 24.3 Project |
1070 | 1111 |
1071 * tests: Changes to output report and hack for comparing outputs. | 1112 * tests: Changes to output report and hack for comparing outputs. |
1072 | 1113 |
1073 ### 23.4 Miscellaneous | 1114 ### 24.4 Miscellaneous |
1074 | 1115 |
1075 * Update `requirements.txt`. | 1116 * Update `requirements.txt`. |
1076 * Update development `requirements.txt`, add code coverage tools. | 1117 * Update development `requirements.txt`, add code coverage tools. |
1077 | 1118 |
1078 ## 24. PieCrust 2.0.0a7 (2015-04-20) | 1119 ## 25. PieCrust 2.0.0a7 (2015-04-20) |
1079 | 1120 |
1080 | 1121 |
1081 ### 24.0 Commands | 1122 ### 25.0 Commands |
1082 | 1123 |
1083 * bake: Improve render context and bake record, fix incremental bake bugs. | 1124 * bake: Improve render context and bake record, fix incremental bake bugs. |
1084 * bake: Several bug taxonomy-related fixes for incorrect incremental bakes. | 1125 * bake: Several bug taxonomy-related fixes for incorrect incremental bakes. |
1085 * bake: Use a rotating bake record. | 1126 * bake: Use a rotating bake record. |
1086 * chef: Add a `--config-set` option to set ad-hoc site configuration settings. | 1127 * chef: Add a `--config-set` option to set ad-hoc site configuration settings. |
1089 * import: Use the proper baker setting in the Jekyll importer. | 1130 * import: Use the proper baker setting in the Jekyll importer. |
1090 * serve: Don't access the current render pass info after rendering is done. | 1131 * serve: Don't access the current render pass info after rendering is done. |
1091 * serve: Fix crash on URI parsing. | 1132 * serve: Fix crash on URI parsing. |
1092 * showrecord: Add ability to filter on the output path. | 1133 * showrecord: Add ability to filter on the output path. |
1093 | 1134 |
1094 ### 24.1 Core | 1135 ### 25.1 Core |
1095 | 1136 |
1096 * config: Add `default_page_layout` and `default_post_layout` settings. | 1137 * config: Add `default_page_layout` and `default_post_layout` settings. |
1097 * data: Also expose XML date formatting as `xmldate` in Jinja. | 1138 * data: Also expose XML date formatting as `xmldate` in Jinja. |
1098 * internal: Fix stupid routing bug. | 1139 * internal: Fix stupid routing bug. |
1099 * internal: Remove unused code. | 1140 * internal: Remove unused code. |
1100 * internal: Template functions could potentially be called outside of a render. | 1141 * internal: Template functions could potentially be called outside of a render. |
1101 * internal: Try handling URLs in a consistent way. | 1142 * internal: Try handling URLs in a consistent way. |
1102 * internal: Use hashes for cache paths. | 1143 * internal: Use hashes for cache paths. |
1103 * pagination: Make pagination use routes to generate proper URLs. | 1144 * pagination: Make pagination use routes to generate proper URLs. |
1104 | 1145 |
1105 ### 24.3 Project | 1146 ### 25.3 Project |
1106 | 1147 |
1107 * build: Put dev-only lib requirements into a `dev-requirements.txt` file. | 1148 * build: Put dev-only lib requirements into a `dev-requirements.txt` file. |
1108 * docs: Add "active page" style for the navigation menu. | 1149 * docs: Add "active page" style for the navigation menu. |
1109 * docs: Add documentation for importing content from other engines. | 1150 * docs: Add documentation for importing content from other engines. |
1110 * docs: Add new site configuration settings to the reference documentation. | 1151 * docs: Add new site configuration settings to the reference documentation. |
1114 * tests: Improve bake tests output, add support for partial output checks. | 1155 * tests: Improve bake tests output, add support for partial output checks. |
1115 * tests: Raise an exception instead of crashing rudely. | 1156 * tests: Raise an exception instead of crashing rudely. |
1116 * tests: Remove debug output. | 1157 * tests: Remove debug output. |
1117 * tests: Support for YAML-based baking tests. Convert old code-based ones. | 1158 * tests: Support for YAML-based baking tests. Convert old code-based ones. |
1118 | 1159 |
1119 ### 24.4 Miscellaneous | 1160 ### 25.4 Miscellaneous |
1120 | 1161 |
1121 * cleancss: Fix stupid bug. | 1162 * cleancss: Fix stupid bug. |
1122 | 1163 |
1123 ## 25. PieCrust 2.0.0a6 (2015-03-30) | 1164 ## 26. PieCrust 2.0.0a6 (2015-03-30) |
1124 | 1165 |
1125 | 1166 |
1126 ### 25.0 Commands | 1167 ### 26.0 Commands |
1127 | 1168 |
1128 * bake: Better error handling for site baking. | 1169 * bake: Better error handling for site baking. |
1129 * bake: Better error handling for the processing pipeline. | 1170 * bake: Better error handling for the processing pipeline. |
1130 * bake: Change arguments to selectively bake to make them symmetrical. | 1171 * bake: Change arguments to selectively bake to make them symmetrical. |
1131 * bake: Changes in how assets directories are configured. | 1172 * bake: Changes in how assets directories are configured. |
1169 * sources: Use `posts_*` and `items_*` settings more appropriately. | 1210 * sources: Use `posts_*` and `items_*` settings more appropriately. |
1170 * theme: Fix the default theme's templates after changes in Jinja's wrapper. | 1211 * theme: Fix the default theme's templates after changes in Jinja's wrapper. |
1171 * theme: Updated "quickstart" text shown for new websites. | 1212 * theme: Updated "quickstart" text shown for new websites. |
1172 * themes: Add the `chef themes` command | 1213 * themes: Add the `chef themes` command |
1173 | 1214 |
1174 ### 25.1 Core | 1215 ### 26.1 Core |
1175 | 1216 |
1176 * config: Assign correct data endpoint for blogs to be v1-compatible. | 1217 * config: Assign correct data endpoint for blogs to be v1-compatible. |
1177 * config: Make YAML consider `omap` structures as normal maps. | 1218 * config: Make YAML consider `omap` structures as normal maps. |
1178 * config: Make sure `site/plugins` is transformed into a list. | 1219 * config: Make sure `site/plugins` is transformed into a list. |
1179 * data: Add a top level wrapper for `Linker`. | 1220 * data: Add a top level wrapper for `Linker`. |
1205 * render: Add support for a Mustache template engine. | 1246 * render: Add support for a Mustache template engine. |
1206 * render: Don't always use a `.html` extension for layouts. | 1247 * render: Don't always use a `.html` extension for layouts. |
1207 * render: When a template engine can't be found, show the correct name in the error. | 1248 * render: When a template engine can't be found, show the correct name in the error. |
1208 * routing: Better generate URLs according to the site configuration. | 1249 * routing: Better generate URLs according to the site configuration. |
1209 | 1250 |
1210 ### 25.3 Project | 1251 ### 26.3 Project |
1211 | 1252 |
1212 * build: Add `pystache` to `requirements.txt`. | 1253 * build: Add `pystache` to `requirements.txt`. |
1213 * docs: A whole bunch of drafts for content model and reference pages. | 1254 * docs: A whole bunch of drafts for content model and reference pages. |
1214 * docs: Add a page explaining how PieCrust works at a high level. | 1255 * docs: Add a page explaining how PieCrust works at a high level. |
1215 * docs: Add documentation on making a plugin. | 1256 * docs: Add documentation on making a plugin. |
1246 * tests: Fix tests for base sources. | 1287 * tests: Fix tests for base sources. |
1247 * tests: Fixes for running on Windows. | 1288 * tests: Fixes for running on Windows. |
1248 * tests: Patch `os.path.exists` and improve patching for `open`. | 1289 * tests: Patch `os.path.exists` and improve patching for `open`. |
1249 * tests: Remove debug output. | 1290 * tests: Remove debug output. |
1250 | 1291 |
1251 ### 25.4 Miscellaneous | 1292 ### 26.4 Miscellaneous |
1252 | 1293 |
1253 * Add bower configuration file. | 1294 * Add bower configuration file. |
1254 * Merge code changes. | 1295 * Merge code changes. |
1255 * Merge docs. | 1296 * Merge docs. |
1256 * Temporary root URL for publishing. | 1297 * Temporary root URL for publishing. |
1279 * processing: More powerful syntax to specify pipeline processors. | 1320 * processing: More powerful syntax to specify pipeline processors. |
1280 * processing: Use the correct full path for mounts. | 1321 * processing: Use the correct full path for mounts. |
1281 * sitemap: Fix broken API call. | 1322 * sitemap: Fix broken API call. |
1282 * sitemap: Fixed typo bug. | 1323 * sitemap: Fixed typo bug. |
1283 | 1324 |
1284 ## 26. PieCrust 2.0.0a5 (2015-01-03) | 1325 ## 27. PieCrust 2.0.0a5 (2015-01-03) |
1285 | 1326 |
1286 | 1327 |
1287 ### 26.0 Commands | 1328 ### 27.0 Commands |
1288 | 1329 |
1289 * bake: Don't crash stupidly when there was no previous version. | 1330 * bake: Don't crash stupidly when there was no previous version. |
1290 * chef: Work around a bug in MacOSX where the default locale doesn't work. | 1331 * chef: Work around a bug in MacOSX where the default locale doesn't work. |
1291 * find: Fix the `find` command, add more options. | 1332 * find: Fix the `find` command, add more options. |
1292 * paths: properly format lists of paths. | 1333 * paths: properly format lists of paths. |
1298 * serve: Always force render the page being previewed. | 1339 * serve: Always force render the page being previewed. |
1299 * sources: Add `chef sources` command to list page sources. | 1340 * sources: Add `chef sources` command to list page sources. |
1300 * sources: Add an `IListableSource` interface for sources that can be listed. | 1341 * sources: Add an `IListableSource` interface for sources that can be listed. |
1301 * sources: Make the `SimplePageSource` more extensible, fix bugs in `prose` source. | 1342 * sources: Make the `SimplePageSource` more extensible, fix bugs in `prose` source. |
1302 | 1343 |
1303 ### 26.1 Core | 1344 ### 27.1 Core |
1304 | 1345 |
1305 * linker: Actually implement the `Linker` class, and use it in the page data. | 1346 * linker: Actually implement the `Linker` class, and use it in the page data. |
1306 | 1347 |
1307 ### 26.3 Project | 1348 ### 27.3 Project |
1308 | 1349 |
1309 * build: Add Travis-CI config file. | 1350 * build: Add Travis-CI config file. |
1310 * setup: Make version generation compatible with PEP440. | 1351 * setup: Make version generation compatible with PEP440. |
1311 * tests: Add unit tests for routing classes. | 1352 * tests: Add unit tests for routing classes. |
1312 * tests: Fix serving test. | 1353 * tests: Fix serving test. |
1313 | 1354 |
1314 ### 26.4 Miscellaneous | 1355 ### 27.4 Miscellaneous |
1315 | 1356 |
1316 * Ability to output debug logging to `stdout` when running unit-tests. | 1357 * Ability to output debug logging to `stdout` when running unit-tests. |
1317 * Add Textile formatter. | 1358 * Add Textile formatter. |
1318 * Add `--log-debug` option. | 1359 * Add `--log-debug` option. |
1319 * Add `autoconfig` page source. | 1360 * Add `autoconfig` page source. |