|
1 | | -### [Website]- Add ability to change which solutions are published: |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [Website]- Add ability to change which solutions are published: |
2 | 4 |
|
3 | 5 | Previously, you could not change which solutions are published. We have now enabled this along with the ability to choose which appear on the profile and which allow public comments. [#4163](https://github.com/exercism/exercism/issues/4163) |
4 | 6 |
|
5 | | -### [Website] Add communal mentoring notes |
| 7 | +## [Website] Add communal mentoring notes |
6 | 8 | We have exposed the communal mentoring notes from GitHub to be visible directly within the UI. |
7 | 9 |
|
8 | | -### [Teams] Launch the site |
| 10 | +## [Teams] Launch the site |
9 | 11 |
|
10 | 12 | We have built a dedicated site for teams. It allows groups of people to complete exercises and mentor each other in a private space. We envision it being used by bootcamps, groups of friends, and colleagues at work. |
11 | 13 |
|
12 | | -### [Website] Delete my account |
| 14 | +## [Website] Delete my account |
13 | 15 |
|
14 | 16 | We needed to give people the ability to delete their account without emailing Jeremy. |
15 | 17 |
|
16 | | -### [Website] Reset CLI token |
| 18 | +## [Website] Reset CLI token |
17 | 19 |
|
18 | 20 | We wanted to let people reset their CLI tokens in case they are leaked. [#4150](https://github.com/exercism/exercism/issues/4150) |
19 | 21 |
|
20 | | -### [Website] Improve experience of "Legacy" or "Practice" solutions in Mentored Mode |
| 22 | +## [Website] Improve experience of "Legacy" or "Practice" solutions in Mentored Mode |
21 | 23 |
|
22 | 24 | Have separate restricted queues for core and side exercises when importing solutions created in v1 or in Practice Mode. |
23 | 25 |
|
24 | | -### [Website] Make side-exercise mentoring opt-in: |
| 26 | +## [Website] Make side-exercise mentoring opt-in: |
25 | 27 |
|
26 | 28 | At the moment some tracks have thousands of side-exercises in the backlog. We're going to change this behaviour so people have to opt-in to mentoring on an exercise-by-exercise basis and can only request mentoring on a handful of exercises at once. |
27 | 29 |
|
28 | | -### [Website] Put challenge back to mentor queue if mentor leaves conversation: |
| 30 | +## [Website] Put challenge back to mentor queue if mentor leaves conversation: |
29 | 31 | [#4308](https://github.com/exercism/exercism/issues/4308) |
30 | 32 |
|
31 | | -### [Website] Merge mentoring.exercism.io into the main site |
| 33 | +## [Website] Merge mentoring.exercism.io into the main site |
32 | 34 |
|
33 | 35 | We wanted to streamline the sign up process, to remove the Google Form and the need to join slack to mentor. This is the first step in a long list of changes we'll make to the mentoring onboarding process. |
34 | 36 |
|
35 | | -### [Website] Make the site responsive. |
| 37 | +## [Website] Make the site responsive. |
36 | 38 |
|
37 | 39 | The Exercism website is now mobile-responsive thanks to this [huge Pull Request](https://github.com/exercism/website/pull/252) by [@jackhughesweb](https://github.com/jackhughesweb).. |
38 | 40 |
|
39 | | -### [Website] Add all notifications |
| 41 | +## [Website] Add all notifications |
40 | 42 |
|
41 | 43 | Marked a notification as read but want to still see it? We've added a button for "All notifications" that allows you to see both read and unread notifications. Credit to [@PatrickMcSweeny](https://github.com/PatrickMcSweeny). |
42 | 44 |
|
43 | | -### [Website] Comments auto-save as typed |
| 45 | +## [Website] Comments auto-save as typed |
44 | 46 |
|
45 | 47 | Nothing is more frustrating than losing your work. To stop accidental tab-closes or refreshes, we've added autosaving as you type comments. Simply go back to the page and you'll find your text is still there!. Credit to [@jackhughesweb](https://github.com/jackhughesweb). |
46 | 48 |
|
47 | | -### [Website] Added Dark Theme to the code editor |
| 49 | +## [Website] Added Dark Theme to the code editor |
48 | 50 |
|
49 | 51 | We have added a dark theme to the code editor. You can enable it in [your preferences](https://exercism.io/my/settings/preferences/edit). Credit to [@jackhughesweb](https://github.com/jackhughesweb). |
50 | 52 |
|
51 | | -### [Tracks] Merged the Javascript and ECMAScript tracks |
| 53 | +## [Tracks] Merged the Javascript and ECMAScript tracks |
52 | 54 |
|
53 | 55 | We merged the Javascript and ECMAScript tracks with the aim of focussing the work of the maintainers and mentors into one place, and improve the quality of our offering. |
0 commit comments