153 Commits

Author SHA1 Message Date
Matt Wang
b799ea8eaf
Update CHANGELOG.md 2022-12-17 07:23:31 -08:00
Matt Wang
9996d66940
Update CHANGELOG.md 2022-12-13 11:52:44 -08:00
Matt Wang
22ed2394b7
Update CHANGELOG.md 2022-11-15 00:10:40 -08:00
Matt Wang
b09fd44d70
Update CHANGELOG.md 2022-11-05 00:36:56 -07:00
Matt Wang
bf6f5028af
Update CHANGELOG.md 2022-11-05 00:22:49 -07:00
Matt Wang
ee2e324567
Update CHANGELOG.md 2022-10-30 13:20:56 -07:00
Matt Wang
945cb866f4
Update CHANGELOG.md 2022-10-23 20:38:09 -07:00
Matt Wang
223feac30b
Fixes additional typos in CHANGELOG links (#1006)
Fixes additional CHANGELOG typos

See: https://github.com/just-the-docs/just-the-docs/pull/1000#issuecomment-1279842324
2022-10-19 22:46:08 -07:00
Matt Wang
6b9cc5afdf
Update CHANGELOG.md 2022-10-14 13:17:07 -07:00
Matt Wang
e269960fa8
Update CHANGELOG.md 2022-10-14 13:10:06 -07:00
Matt Wang
e72181e09f
Update CHANGELOG.md 2022-10-14 08:40:13 -07:00
Oliver Kopp
e701ce140e
Fix typo in changelog links (#1000)
GitHub with one `h` rather than two!
2022-10-14 08:37:52 -07:00
Matthew Wang
c3164b0102
prep for v0.4.0.rc3 2022-10-09 17:56:20 -07:00
Matt Wang
55aa714b26
Update CHANGELOG.md 2022-10-09 17:49:23 -07:00
Matt Wang
48f729541e
Update CHANGELOG.md 2022-09-29 13:37:11 -07:00
Matt Wang
2e48a7e6b1
Update CHANGELOG.md 2022-09-27 09:55:17 -07:00
Peter Mosses
ce820828dc
Make more CHANGELOG urls clickable (#984)
* Make more CHANGELOG  urls clickable

Extension of PR #977 to v0.4.0.rc1:

- Make callouts `loud`.
- Replace a warning paragraph by a callout.
- Use a reference link instead of an explicit url for @pmarsceill .
- Add link reference definitions for PRs and new contributors in v0.4.0.rc1.
- Replace inline urls by shortcut link references.

The changes to replace URLs by link references would be too tedious and error-prone to do completely manually for v0.4.0.rc1.
The following regexp replacements were applied to the sections of v0.4.0.rc1, using Atom:

- Copy a section of changes.
- In the copy, replace `.*(https://.*pull/)([0-9]+).*$` by `[#$2]: $1$2`.
- In the original, replace `(https://.*pull/)([0-9]+)` by `[#$2]`.

- Copy a section of new contributors.
- In the copy, replace `\* @([^ ]+) .*$` by `[@$1]: https://githhub.com/$1`.
- In the original, replace `@([a-zA-Z0-9]+)` by `[@$1]`.

Add (co)authors in [#578]:

* [@AdityaTiwari2102] made their first contribution in [#477]
* [@svrooij] made their first contribution in [#544]

[@AdityaTiwari2102]: https://githhub.com/AdityaTiwari2102
[@svrooij]: https://githhub.com/svrooij

To test:

1. Check that the CHANGELOG contents looks the same in the docs and in the repo (apart from the callouts) with clickable links to all PRs and contributors for v0.4.0.rc1.

2. Check that none of the lines with changes or new contributors have been removed.

* Revert to quiet callouts
2022-09-26 15:20:02 -07:00
Matt Wang
58ca9394e5
Update CHANGELOG.md 2022-09-26 12:00:44 -07:00
Matt Wang
42c81a9261
typo fix - agh! 2022-09-25 17:53:42 -07:00
Matt Wang
a7ebb450d2
Update CHANGELOG.md 2022-09-25 17:53:16 -07:00
Peter Mosses
dbe157461b
Make CHANGELOG urls clickable (#977)
* Make CHANGELOG urls clickable

- Add link reference definitions for PRs and new contributors in v0.4.0.rc2
- Replace inline urls by shortcut link references
- Add front matter so the page appears in the navigation
- Change the link to the CHANGELOG on the home page

The CHANGELOG contents should look the same in the docs and in the repo (apart from the callouts) with clickable links to PRs and some contributors.

The urls shown in the changes in v0.4.0.rc1 (and previous releases) haven't yet been made clickable – it would be too tedious and error-prone to do it manually.

* Make CHANGELOG urls clickable

- Add a callout
2022-09-22 11:23:30 -07:00
Matt Wang
7c82b57aa3
Update CHANGELOG.md 2022-09-22 11:23:30 -07:00
Matt Wang
b99642697f
Update CHANGELOG.md 2022-09-16 11:42:46 -07:00
Matt Wang
8a6d26ac53
Update CHANGELOG.md 2022-09-15 12:25:49 -07:00
Matt Wang
4f8a3e75b2
Update CHANGELOG.md 2022-09-15 11:54:59 -07:00
Matt Wang
1b4aef358c
Update CHANGELOG.md 2022-09-14 16:54:18 -07:00
Peter Mosses
7cda88dfa3 Update CHANGELOG.md
Remove inaccurate comments about unpinned gem versions
- pre-release gems have lower precedence than release gems.
2022-09-13 10:38:30 +02:00
Peter Mosses
e484ad03dc
Update CHANGELOG.md
Clarify that there aren't yet any changes to `main` since the release of `v0.4.0.rc2`.
2022-09-12 16:09:47 +02:00
Matt Wang
e88f7f325f
Update CHANGELOG.md 2022-09-11 20:47:36 -07:00
Matt Wang
d9594fb7d5
prep for v0.4.0.rc2 (#957)
prep for v0.4.0.rc2
2022-09-11 20:45:22 -07:00
Matt Wang
7e646caa75
Update CHANGELOG.md 2022-09-11 20:32:43 -07:00
Matt Wang
03e1db9506
Update CHANGELOG.md 2022-09-10 16:51:47 -07:00
Matt Wang
9d720eb092
Update CHANGELOG.md 2022-09-10 16:46:05 -07:00
Peter Mosses
bd2af37865
Clarify version docs (#955)
This PR updates the home page and the CHANGELOG to refer to  v0.4.0.rc1 as a pre-release or release candidate, rather than a release. See [this comment](https://github.com/just-the-docs/just-the-docs/pull/613#issuecomment-1240442518) for motivation.

It also adds the versioned docs issue (#728) to the roadmap in the CHANGELOG.

As the config for the theme docs now needs to declare callouts, the [callouts docs](https://just-the-docs.github.io/just-the-docs/docs/ui-components/callouts/) can now illustrate the rendered appearance. (These callouts are merely examples: the names and colors should eventually be replaced by a principled collection, taking account of WCAG.)
2022-09-10 16:44:27 -07:00
Matt Wang
3f89145543
Update CHANGELOG.md 2022-09-07 10:06:26 -07:00
Matt Wang
fb5161ff65
Update CHANGELOG.md 2022-09-06 22:11:15 -07:00
Matt Wang
9454cdce68
Update CHANGELOG.md 2022-09-06 11:58:14 -07:00
Matt Wang
c3344441aa
Update CHANGELOG.md 2022-09-06 11:48:15 -07:00
Matt Wang
47d9c92c3a
Update CHANGELOG.md 2022-09-06 11:38:00 -07:00
Matt Wang
4fbc960548
Update CHANGELOG.md 2022-08-26 00:17:07 -07:00
Matt Wang
1d7b9bf35d
Update CHANGELOG.md 2022-08-24 10:27:23 -07:00
Matt Wang
6934b63860
Update CHANGELOG.md 2022-08-21 16:34:12 -07:00
Matt Wang
ffa4ec1994
Update CHANGELOG.md 2022-08-11 19:41:06 -07:00
Matt Wang
d364a8152e
Update CHANGELOG.md 2022-08-11 19:35:21 -07:00
Peter Mosses
d3c73eb525
Add omitted inclusion of #544 to changelog (#913)
See commit 1fd4e4663d
2022-08-07 17:08:39 -07:00
Matt Wang
1bef041a01
Update CHANGELOG.md 2022-08-02 22:32:06 -07:00
Peter Mosses
528141d30c
Added: Combination PRs (#910)
Enumerate Combination PRs

Some items are already listed separately, and some have no PRs.
2022-08-02 22:24:16 -07:00
Matt Wang
64c909aeb3
Update CHANGELOG.md 2022-08-01 11:14:15 -07:00
Matt Wang
a12f53b1f1
Update CHANGELOG.md 2022-07-31 22:45:27 -07:00
Matt Wang
3ab276ba1e
Update CHANGELOG.md with draft release notes 2022-07-31 22:41:26 -07:00