NEWS.md in nanoc-4.11.2 vs NEWS.md in nanoc-4.11.3

- old
+ new

@@ -1,7 +1,14 @@ # Nanoc news +## 4.11.3 (2019-04-27) + +Enhancements: + +* Set a User-Agent for HTTP requests made by the `external_links` check (#1417) [Daniel Aleksandersen] +* Added `atom:link[type]` attributes (#1415) [Daniel Aleksandersen] + ## 4.11.2 (2019-02-16) Fixes: * Fixed issue which prevented Sass (not SCSS) files from being imported (#1397, #1407) [Alexander Groß] @@ -1011,15 +1018,15 @@ Enhancements: * Added several convenience methods to view classes (#570, #572) -See the [nanoc 4 upgrade guide](http://nanoc.ws/doc/nanoc-4-upgrade-guide/) for details. +See the [nanoc 4 upgrade guide](https://nanoc.ws/doc/nanoc-4-upgrade-guide/) for details. ## 4.0.0a1 (2015-05-09) -This is a major upgrade. For details on upgrading, see the [nanoc 4 upgrade guide](http://nanoc.ws/doc/nanoc-4-upgrade-guide/). +This is a major upgrade. For details on upgrading, see the [nanoc 4 upgrade guide](https://nanoc.ws/doc/nanoc-4-upgrade-guide/). This release provides no new features, but streamlines the API and functionality, in order to easen future development, both for features and for optimisations. ## 3.8 (2015-05-04) @@ -1181,11 +1188,11 @@ Enhancements: * Reduced number of dependencies generated by Sass filter (#306) [Gregory Pakosz] * Recognised lowercase `utf` in language value (e.g. `en_US.utf8`) as being UTF-8 (#335, #338) -* Set [Thin](http://code.macournoyer.com/thin/) as the default server for `nanoc view` (#342, #345) +* Set [Thin](https://github.com/macournoyer/thin) as the default server for `nanoc view` (#342, #345) * Removed watcher section from the default configuration file (#343, #344) Fixes: * Prevented capturing helper from erroneously compiling items twice (#331, #337) @@ -1199,11 +1206,11 @@ ## 3.6.4 (2013-05-29) Enhancements: -* Deprecated `watch` and `autocompile` commands in favour of [`guard-nanoc`](https://github.com/nanoc/guard-nanoc) +* Deprecated `watch` and `autocompile` commands in favour of [`guard-nanoc`](https://github.com/guard/guard-nanoc) Fixes: * Fixed bug which could cause the `tmp/` dir to blow up in size * Unescaped URLs when checking internal links @@ -1546,11 +1553,11 @@ * An `Item#compiled_content` function for quickly getting compiled content * An `Item#path` function for quickly getting the path of an item rep * A new “+” wildcard in rule patterns that matches one or more characters * A `view` command that starts a web server in the output directory * A `debug` command that shows information about the items, reps and layouts -* A `kramdown` filter ([kramdown site](http://kramdown.gettalong.org/)) +* A `kramdown` filter ([kramdown site](https://kramdown.gettalong.org/)) * A diff between the previously compiled content and the last compiled content is now written to `output.diff` if the `enable_output_diff` site configuration attribute is true * Assigns, such as `@items`, `@layouts`, `@item`, … are accessible without `@` * Support for binary items Changed: @@ -1674,11 +1681,11 @@ * `--pages` and `--assets` compiler options * `--no-color` command-line option * `Filtering` helper * `#relative_path_to` function in `LinkTo` helper -* `rainpress` filter ([Rainpress site](http://code.google.com/p/rainpress/)) +* `rainpress` filter ([Rainpress site](https://github.com/ddfreyne/rainpress)) * `relativize_paths` filter * The current layout is now accessible through the `@layout` variable * Much more informative stack traces when something goes wrong Changed: @@ -1728,15 +1735,15 @@ * Fixed issue which would cause files not to be required in the right order ## 2.1 (2008-08-17) This is only a short summary of all changes in 2.1. For details, see the -[nanoc web site](http://nanoc.stoneship.org/). Especially the blog and the +[nanoc web site](https://nanoc.ws/). Especially the blog and the updated manual will be useful. New: -* New `rdiscount` filter ([RDiscount site](http://github.com/rtomayko/rdiscount)) +* New `rdiscount` filter ([RDiscount site](https://github.com/davidfstr/rdiscount)) * New `maruku` filter ([Maruku site](https://github.com/bhollis/maruku/)) * New `erubis` filter ([Erubis site](http://www.kuwata-lab.com/erubis/)) * A better command-line frontend * A new filesystem data source named `filesystem_combined` * Routers, which decide where compiled pages should be written to