comparison CHANGELOG.rst @ 572:442cf576ae25

cm: CHANGELOG generator can handle future versions.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Oct 2015 21:46:05 -0700
parents 1856e7aa6ce8
children a5910616ee59
comparison
equal deleted inserted replaced
571:76f0118276d7 572:442cf576ae25
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.0b2 (2015-07-29) 13 1. PieCrust 2.0.0 (2015-10-31)
14 ==================================
15
16
17 1.0 Commands
18 ----------------------
19
20 * serve: Fix corner cases where the pipeline doesn't run correctly.
21 * showconfig: Don't crash when the whole config should be shown.
22 * bake: Don't re-setup logging for workers unless we're sure we need it.
23 * serve: Fix error reporting when the background pipeline fails.
24 * chef: Add ``--debug-only`` option to only show debug logging for a given logger.
25 * routes: Add better support for taxonomy slugification.
26 * serve: Improve reloading and shutdown of the preview server.
27 * serve: Don't crash when looking at the debug info in a stand-alone window.
28 * serve: Improve debug information in the preview server.
29 * serve: Refactor the server to make pieces usable by the debugging middleware.
30 * serve: Fix timing information in the debug window.
31 * serve: Extract some of the server's functionality into WSGI middlewares.
32 * serve: Rewrite of the Server-Sent Event code for build notifications.
33 * serve: Werkzeug docs say you need to pass a flag with ``wrap_file`` .
34 * bake: Add a flag to know which record entries got collapsed from last run.
35 * bake: Set the flags, don't combine.
36
37 1.1 Core
38 ----------------------
39
40 * bug: Correctly handle root URLs with special characters.
41 * debug: Fix a crash when rendering debug info for some pages.
42
43 1.2 Project
44 ----------------------
45
46 * tests: Fix broken unit test.
47 * tests: Fix another broken test.
48 * docs: Add reference entry about the ``site/slugify_mode`` setting.
49 * tests: Fix broken test.
50 * tests: Print more information when a bake test fails to find an output file.
51
52 ==================================
53 2. PieCrust 2.0.0b3 (2015-08-01)
54 ==================================
55
56
57 1.0 Commands
58 ----------------------
59
60 * import: Correctly convert unicode characters in site configuration.
61 * import: Fix the PieCrust 1 importer.
62 * import: Add some debug logging.
63
64 1.1 Core
65 ----------------------
66
67 * internal: Fix a severe bug with the file-system wrappers on OSX.
68 * templating: Make more date functions accept 'now' as an input.
69
70 1.2 Project
71 ----------------------
72
73 * cm: Update changelog.
74 * cm: Changelog generator script.
75 * cm: Add a Gutentags config file for ``ctags`` generation.
76 * tests: Check accented characters work in configurations.
77 * cm: Ignore Rope cache.
78
79 ==================================
80 3. PieCrust 2.0.0b2 (2015-07-29)
14 ================================== 81 ==================================
15 82
16 83
17 1.0 Commands 84 1.0 Commands
18 ---------------------- 85 ----------------------
23 ---------------------- 90 ----------------------
24 91
25 * bug: Fix crash running ``chef help scaffolding`` outside of a website. 92 * bug: Fix crash running ``chef help scaffolding`` outside of a website.
26 93
27 ================================== 94 ==================================
28 2. PieCrust 2.0.0b1 (2015-07-29) 95 4. PieCrust 2.0.0b1 (2015-07-29)
29 ================================== 96 ==================================
30 97
31 98
32 1.0 Commands 99 1.0 Commands
33 ---------------------- 100 ----------------------
102 * sass: Overwrite the old map file with the new one always. 169 * sass: Overwrite the old map file with the new one always.
103 * less: Fix issues with the map file on Windows. 170 * less: Fix issues with the map file on Windows.
104 * jinja: Support ``.j2`` file extensions. 171 * jinja: Support ``.j2`` file extensions.
105 172
106 ================================== 173 ==================================
107 3. PieCrust 2.0.0a13 (2015-07-14) 174 5. PieCrust 2.0.0a13 (2015-07-14)
108 ================================== 175 ==================================
109 176
110 177
111 1.0 Commands 178 1.0 Commands
112 ---------------------- 179 ----------------------
118 185
119 * bug: Fix copying of page assets during the bake. 186 * bug: Fix copying of page assets during the bake.
120 * bug: Correctly setup the environment/app for bake workers. 187 * bug: Correctly setup the environment/app for bake workers.
121 188
122 ================================== 189 ==================================
123 4. PieCrust 2.0.0a12 (2015-07-14) 190 6. PieCrust 2.0.0a12 (2015-07-14)
124 ================================== 191 ==================================
125 192
126 193
127 1.0 Commands 194 1.0 Commands
128 ---------------------- 195 ----------------------
204 271
205 * Fixed 'bootom' to 'bottom' 272 * Fixed 'bootom' to 'bottom'
206 * markdown: Cache the formatter once. 273 * markdown: Cache the formatter once.
207 274
208 ================================== 275 ==================================
209 5. PieCrust 2.0.0a11 (2015-05-18) 276 7. PieCrust 2.0.0a11 (2015-05-18)
210 ================================== 277 ==================================
211 278
212 279
213 1.0 Commands 280 1.0 Commands
214 ---------------------- 281 ----------------------
238 ---------------------- 305 ----------------------
239 306
240 * jinja: Look for ``html`` extension first instead of last. 307 * jinja: Look for ``html`` extension first instead of last.
241 308
242 ================================== 309 ==================================
243 6. PieCrust 2.0.0a10 (2015-05-15) 310 8. PieCrust 2.0.0a10 (2015-05-15)
244 ================================== 311 ==================================
245 312
246 313
247 1.2 Project 314 1.2 Project
248 ---------------------- 315 ----------------------
249 316
250 * setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup. 317 * setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup.
251 318
252 ================================== 319 ==================================
253 7. PieCrust 2.0.0a9 (2015-05-11) 320 9. PieCrust 2.0.0a9 (2015-05-11)
254 ================================== 321 ==================================
255 322
256 323
257 1.0 Commands 324 1.0 Commands
258 ---------------------- 325 ----------------------
279 * docs: Add documentation for deploying as a dynamic CMS. 346 * docs: Add documentation for deploying as a dynamic CMS.
280 * tests: Fix serving unit-tests. 347 * tests: Fix serving unit-tests.
281 * setup: Keep the requirements in sync between ``setuptools`` and ``pip`` . 348 * setup: Keep the requirements in sync between ``setuptools`` and ``pip`` .
282 349
283 ================================== 350 ==================================
284 8. PieCrust 2.0.0a8 (2015-05-03) 351 10. PieCrust 2.0.0a8 (2015-05-03)
285 ================================== 352 ==================================
286 353
287 354
288 1.0 Commands 355 1.0 Commands
289 ---------------------- 356 ----------------------
313 380
314 * Update development ``requirements.txt`` , add code coverage tools. 381 * Update development ``requirements.txt`` , add code coverage tools.
315 * Update ``requirements.txt`` . 382 * Update ``requirements.txt`` .
316 383
317 ================================== 384 ==================================
318 9. PieCrust 2.0.0a7 (2015-04-20) 385 11. PieCrust 2.0.0a7 (2015-04-20)
319 ================================== 386 ==================================
320 387
321 388
322 1.0 Commands 389 1.0 Commands
323 ---------------------- 390 ----------------------
364 ---------------------- 431 ----------------------
365 432
366 * cleancss: Fix stupid bug. 433 * cleancss: Fix stupid bug.
367 434
368 ================================== 435 ==================================
369 10. PieCrust 2.0.0a6 (2015-03-30) 436 12. PieCrust 2.0.0a6 (2015-03-30)
370 ================================== 437 ==================================
371 438
372 439
373 1.0 Commands 440 1.0 Commands
374 ---------------------- 441 ----------------------
531 * cosmetic: Fix some PEP8 issues. 598 * cosmetic: Fix some PEP8 issues.
532 * cosmetic: Fix some PEP8 issues. 599 * cosmetic: Fix some PEP8 issues.
533 * processing: Add more information to the pipeline record. 600 * processing: Add more information to the pipeline record.
534 601
535 ================================== 602 ==================================
536 11. PieCrust 2.0.0a5 (2015-01-03) 603 13. PieCrust 2.0.0a5 (2015-01-03)
537 ================================== 604 ==================================
538 605
539 606
540 1.0 Commands 607 1.0 Commands
541 ---------------------- 608 ----------------------