Skip to content

Commit

Permalink
Updated CHANGELOG for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Sep 4, 2018
1 parent 197d7b5 commit 249c25d
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 81 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@ Regolith Change Log

.. current developments
v0.4.0
====================

**Added:**

* Optional ``static_source`` key in the rc for the html build.


**Changed:**

* institution dereference is done by ``regolith.tools.dereference_institution`` function
* HTML pages dereference institutions
* ``person.html`` allows for authors or editors and hides publications in details
* ``root_index.html`` allows for banner to be speced in ``groups`` collection
* ``regolith.builders.CVBuilder`` now dereferences institutions/organizations
for employers and education
* ``regolith.builders.CVBuilder`` deepcopies each person so we don't modify
the records during dereference
* ``regolith.tools.latex_safe`` wraps URLs in ``\url{}``
* ``regolith.builders.basebuilder.LatexBuilderBase`` runs ``pdflatex`` last
if running on windows, rather than ``latex`` then ``dvipdf``
* Order yaml collections by key before dump for deterministic changes in collection order (make git more sane)


**Fixed:**

* Properly handle authors and editors set in ``regolith.tools.filter_publications``
* ``regolith.tools.fuzzy_retrieval`` properly handles null values
* education and employment subschemas for people are now just lists
* ``regolith.builders.BuilderBase`` uses ``latex_safe`` from ``regolith.tools``
* wrap `dbdir` in `@()` so xonsh does the right thing




v0.3.1
====================

Expand Down
20 changes: 0 additions & 20 deletions news/editor_html.rst

This file was deleted.

21 changes: 0 additions & 21 deletions news/fix_cv.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/fix_dbdir.rst

This file was deleted.

14 changes: 0 additions & 14 deletions news/win_tex_build.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/yaml_order.rst

This file was deleted.

0 comments on commit 249c25d

Please sign in to comment.