Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8a1a8824166
Choose a base ref
...
head repository: getnikola/nikola
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f8622a8d5ccc
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 13, 2017

  1. Copy the full SHA
    65234a1 View commit details
  2. Copy the full SHA
    f8622a8 View commit details
Showing with 24 additions and 65 deletions.
  1. +22 −0 CHANGES.txt
  2. +1 −1 nikola/data/themes/base/assets/css/ipython.min.css
  3. +0 −63 nikola/data/themes/base/assets/css/nikola_ipython.css
  4. +1 −1 nikola/plugins/task/copy_assets.py
22 changes: 22 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
New in master
=============

Features
--------

* Use ``PRETTY_URLS`` by default on all sites (Issue #1838)

Bugfixes
--------
* Use Jupyter name more consistently in docs
* Support CODE_COLOR_SCHEME in Jupyter notebooks (Issue #2093)


Removed features
----------------
* Drop Python 2 support
* Remove ``nikola install_theme`` — use ``nikola theme`` instead
* Drop insecure post encryption feature
* Stop supporting all deprecated config options
* Drop annotations support (annotateit.org closed down in March 2017)

New in v7.8.8
=============

Loading