Mercurial > piecrust2
changeset 636:a5910616ee59
cm: Regenerate the CHANGELOG.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 09 Feb 2016 21:50:05 -0800 |
parents | 00a5accb8aad |
children | 7940861ff9bc |
files | CHANGELOG.rst |
diffstat | 1 files changed, 69 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG.rst Tue Feb 09 21:39:15 2016 -0800 +++ b/CHANGELOG.rst Tue Feb 09 21:50:05 2016 -0800 @@ -10,13 +10,21 @@ ================================== -1. PieCrust 2.0.0 (2015-10-31) +1. PieCrust 2.0.0b4 (2016-02-09) ================================== 1.0 Commands ---------------------- +* chef: Fix the ``--config-set`` option. +* chef: Add ``--pid-file`` option. +* bake: Add new performance timers. +* bake: Add support for a "known" page setting that excludes it from the bake. +* bake: Add option to bake assets for FoodTruck. This is likely temporary. +* sources: Add method to get a page factory from a path. +* sources: Add code to support "interactive" metadata acquisition. +* serve: Make it possible to preview pages with a custom root URL. * serve: Fix corner cases where the pipeline doesn't run correctly. * showconfig: Don't crash when the whole config should be shown. * bake: Don't re-setup logging for workers unless we're sure we need it. @@ -37,18 +45,78 @@ 1.1 Core ---------------------- +* debug: Fix debug window CSS. +* debug: Don't show parentheses on redirected properties. +* debug: Fix how the linker shows children/siblings/etc. in the debug window. +* internal: Some fixes to the new app configuration. +* internal: Refactor the app configuration class. +* internal: Rename ``raw_content`` to ``segments`` since it's what it is. +* bug: Fix a crash when some errors occur during page rendering. +* data: Fix a crash bug when no parent page is set on an iterator. * bug: Correctly handle root URLs with special characters. * debug: Fix a crash when rendering debug info for some pages. 1.2 Project ---------------------- +* docs: Make FoodTruck screenshots the proper size. +* cm: Add script to generate documentation. +* docs: Add documentation about FoodTruck. +* docs: Add raw files for FoodTruck screenshots. +* docs: Add documentation about the ``publish`` command. +* cm: Add some pretty little icons in the README. +* tests: Add unicode tests for case-sensitive file-systems. +* cm: Merge the 2 foodtruck folders, cleanup. +* cm: Fix Gulp config. +* docs: Fix broken link. +* cm: Put Bower/Gulp/etc. stuff all at the root. +* cm: Add requirements for FoodTruck. +* cm: Ignore more stuff for CtrlP or Gutentags. +* tests: Fix (hopefully) time-sensitive tests. +* cm: CHANGELOG generator can handle future versions. +* docs: Remove LessCSS dependencies in the tutorial, fix typos. * tests: Fix broken unit test. * tests: Fix another broken test. * docs: Add reference entry about the ``site/slugify_mode`` setting. * tests: Fix broken test. * tests: Print more information when a bake test fails to find an output file. +1.3 Miscellaneous +---------------------- + +* admin: Make the publish UI handle new kinds of target configurations. +* admin: Fix crashes when creating a new page. +* admin: Fix responsive layout. +* admin: Use ``HGPLAIN`` for the Mercurial VCS provider. +* publish: Add option to change the source for the ``rsync`` publisher. +* publish: Change the ``shell`` config setting name for the command to run. +* publish: Add the ``rsync`` publisher. +* publish: Polish/refactor the publishing workflows. +* admin: Make the sidebar togglable for smaller screens. +* admin: Change the default admin server port to 8090, add ``--port`` option. +* admin: Improve publish logs showing as alerts in the admin panel. +* publish: Make the ``shell`` log update faster by flushing the pipe. +* publish: Add publish command. +* admin: Use the app directory, not the cwd, in case of ``--root`` . +* admin: Configuration changes. +* admin: Fix "Publish started" message showing up multiple times. +* admin: Show the install page if no secret key is available. +* admin: Prompt the user for a commit message when committing a page. +* admin: Fix creating pages. +* admin: Better UI for publishing websites. +* admin: Better error reporting, general clean-up. +* admin: Fix constructor for Mercurial SCM. +* admin: Set the ``DEBUG`` flag before the app runs so we can read it during setup. +* admin: Ability to configure SCM stuff per site. +* admin: Better production config for FoodTruck, provide proper first site. +* admin: Make sure we have a valid default site to start with. +* admin: Dashboard UI cleaning, re-use utility function for page summaries. +* admin: Add summary of page in source listing. +* admin: New ``admin`` command to manage FoodTruck-related things. +* admin: Add "FoodTruck" admin panel from the side experiment project. +* cli: More proper argument parsing for the main/root arguments. +* cli: Add ``--no-color`` option. + ================================== 2. PieCrust 2.0.0b3 (2015-08-01) ==================================