comparison CHANGELOG.rst @ 651:cc2d212c3ba1 2.0.0b5

cm: Regenerate the CHANGELOG.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Feb 2016 22:32:58 -0800
parents 7940861ff9bc
children 377f4b626e74
comparison
equal deleted inserted replaced
650:1e543ed2bf38 651:cc2d212c3ba1
8 .. _PieCrust: http://bolt80.com/piecrust/ 8 .. _PieCrust: http://bolt80.com/piecrust/
9 9
10 10
11 11
12 ================================== 12 ==================================
13 1. PieCrust 2.0.0b4 (2016-02-09) 13 1. PieCrust 2.0.0b5 (2016-02-16)
14 ==================================
15
16
17 1.0 Commands
18 ----------------------
19
20 * admin: Remove settings view.
21 * admin: Don't require ``bcrypt`` for running FoodTruck with ``chef`` .
22
23 1.1 Core
24 ----------------------
25
26 * internal: Remove SyntaxWarning from MacOS wrappers.
27
28 1.2 Project
29 ----------------------
30
31 * cm: Fix CHANGELOG newlines on Windows.
32 * cm: Update npm modules and bower packages before making a release.
33 * cm: Fixes and tweaks to the documentation generation task.
34 * cm: Update node module versions.
35 * cm: Update the node modules before building the documentation.
36 * cm: Get a new version of pytest-cov to avoid a random multiprocessing bug.
37 * cm: Ignore more things for pytest.
38 * cm: Move all scripts into a ``garcon`` package with ``invoke`` support.
39 * cm: Exclude the correct directories from vim-gutentags.
40 * cm: Fix categorization of CHANGELOG entries for new commands.
41 * cm: Regenerate the CHANGELOG.
42
43 ==================================
44 2. PieCrust 2.0.0b4 (2016-02-09)
14 ================================== 45 ==================================
15 46
16 47
17 1.0 Commands 48 1.0 Commands
18 ---------------------- 49 ----------------------
112 * docs: Add reference entry about the ``site/slugify_mode`` setting. 143 * docs: Add reference entry about the ``site/slugify_mode`` setting.
113 * tests: Fix broken test. 144 * tests: Fix broken test.
114 * tests: Print more information when a bake test fails to find an output file. 145 * tests: Print more information when a bake test fails to find an output file.
115 146
116 ================================== 147 ==================================
117 2. PieCrust 2.0.0b3 (2015-08-01) 148 3. PieCrust 2.0.0b3 (2015-08-01)
118 ================================== 149 ==================================
119 150
120 151
121 1.0 Commands 152 1.0 Commands
122 ---------------------- 153 ----------------------
139 * cm: Add a Gutentags config file for ``ctags`` generation. 170 * cm: Add a Gutentags config file for ``ctags`` generation.
140 * tests: Check accented characters work in configurations. 171 * tests: Check accented characters work in configurations.
141 * cm: Ignore Rope cache. 172 * cm: Ignore Rope cache.
142 173
143 ================================== 174 ==================================
144 3. PieCrust 2.0.0b2 (2015-07-29) 175 4. PieCrust 2.0.0b2 (2015-07-29)
145 ================================== 176 ==================================
146 177
147 178
148 1.0 Commands 179 1.0 Commands
149 ---------------------- 180 ----------------------
154 ---------------------- 185 ----------------------
155 186
156 * bug: Fix crash running ``chef help scaffolding`` outside of a website. 187 * bug: Fix crash running ``chef help scaffolding`` outside of a website.
157 188
158 ================================== 189 ==================================
159 4. PieCrust 2.0.0b1 (2015-07-29) 190 5. PieCrust 2.0.0b1 (2015-07-29)
160 ================================== 191 ==================================
161 192
162 193
163 1.0 Commands 194 1.0 Commands
164 ---------------------- 195 ----------------------
233 * sass: Overwrite the old map file with the new one always. 264 * sass: Overwrite the old map file with the new one always.
234 * less: Fix issues with the map file on Windows. 265 * less: Fix issues with the map file on Windows.
235 * jinja: Support ``.j2`` file extensions. 266 * jinja: Support ``.j2`` file extensions.
236 267
237 ================================== 268 ==================================
238 5. PieCrust 2.0.0a13 (2015-07-14) 269 6. PieCrust 2.0.0a13 (2015-07-14)
239 ================================== 270 ==================================
240 271
241 272
242 1.0 Commands 273 1.0 Commands
243 ---------------------- 274 ----------------------
249 280
250 * bug: Fix copying of page assets during the bake. 281 * bug: Fix copying of page assets during the bake.
251 * bug: Correctly setup the environment/app for bake workers. 282 * bug: Correctly setup the environment/app for bake workers.
252 283
253 ================================== 284 ==================================
254 6. PieCrust 2.0.0a12 (2015-07-14) 285 7. PieCrust 2.0.0a12 (2015-07-14)
255 ================================== 286 ==================================
256 287
257 288
258 1.0 Commands 289 1.0 Commands
259 ---------------------- 290 ----------------------
335 366
336 * Fixed 'bootom' to 'bottom' 367 * Fixed 'bootom' to 'bottom'
337 * markdown: Cache the formatter once. 368 * markdown: Cache the formatter once.
338 369
339 ================================== 370 ==================================
340 7. PieCrust 2.0.0a11 (2015-05-18) 371 8. PieCrust 2.0.0a11 (2015-05-18)
341 ================================== 372 ==================================
342 373
343 374
344 1.0 Commands 375 1.0 Commands
345 ---------------------- 376 ----------------------
369 ---------------------- 400 ----------------------
370 401
371 * jinja: Look for ``html`` extension first instead of last. 402 * jinja: Look for ``html`` extension first instead of last.
372 403
373 ================================== 404 ==================================
374 8. PieCrust 2.0.0a10 (2015-05-15) 405 9. PieCrust 2.0.0a10 (2015-05-15)
375 ================================== 406 ==================================
376 407
377 408
378 1.2 Project 409 1.2 Project
379 ---------------------- 410 ----------------------
380 411
381 * setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup. 412 * setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup.
382 413
383 ================================== 414 ==================================
384 9. PieCrust 2.0.0a9 (2015-05-11) 415 10. PieCrust 2.0.0a9 (2015-05-11)
385 ================================== 416 ==================================
386 417
387 418
388 1.0 Commands 419 1.0 Commands
389 ---------------------- 420 ----------------------
410 * docs: Add documentation for deploying as a dynamic CMS. 441 * docs: Add documentation for deploying as a dynamic CMS.
411 * tests: Fix serving unit-tests. 442 * tests: Fix serving unit-tests.
412 * setup: Keep the requirements in sync between ``setuptools`` and ``pip`` . 443 * setup: Keep the requirements in sync between ``setuptools`` and ``pip`` .
413 444
414 ================================== 445 ==================================
415 10. PieCrust 2.0.0a8 (2015-05-03) 446 11. PieCrust 2.0.0a8 (2015-05-03)
416 ================================== 447 ==================================
417 448
418 449
419 1.0 Commands 450 1.0 Commands
420 ---------------------- 451 ----------------------
444 475
445 * Update development ``requirements.txt`` , add code coverage tools. 476 * Update development ``requirements.txt`` , add code coverage tools.
446 * Update ``requirements.txt`` . 477 * Update ``requirements.txt`` .
447 478
448 ================================== 479 ==================================
449 11. PieCrust 2.0.0a7 (2015-04-20) 480 12. PieCrust 2.0.0a7 (2015-04-20)
450 ================================== 481 ==================================
451 482
452 483
453 1.0 Commands 484 1.0 Commands
454 ---------------------- 485 ----------------------
495 ---------------------- 526 ----------------------
496 527
497 * cleancss: Fix stupid bug. 528 * cleancss: Fix stupid bug.
498 529
499 ================================== 530 ==================================
500 12. PieCrust 2.0.0a6 (2015-03-30) 531 13. PieCrust 2.0.0a6 (2015-03-30)
501 ================================== 532 ==================================
502 533
503 534
504 1.0 Commands 535 1.0 Commands
505 ---------------------- 536 ----------------------
662 * cosmetic: Fix some PEP8 issues. 693 * cosmetic: Fix some PEP8 issues.
663 * cosmetic: Fix some PEP8 issues. 694 * cosmetic: Fix some PEP8 issues.
664 * processing: Add more information to the pipeline record. 695 * processing: Add more information to the pipeline record.
665 696
666 ================================== 697 ==================================
667 13. PieCrust 2.0.0a5 (2015-01-03) 698 14. PieCrust 2.0.0a5 (2015-01-03)
668 ================================== 699 ==================================
669 700
670 701
671 1.0 Commands 702 1.0 Commands
672 ---------------------- 703 ----------------------