diff --git a/ReadMe.md b/ReadMe.md index 8e21c27..6188914 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # Tildes Issue Log -[Latest Post: **May 2020**](https://til.bauke.xyz/2020/may.html). +[Latest Post: **June 2020**](https://til.bauke.xyz/2020/june.html). [Click here to view all posts](https://til.bauke.xyz/posts.html). diff --git a/source/pages/data/statistics.json b/source/pages/data/statistics.json index ae17aa1..5096d7f 100644 --- a/source/pages/data/statistics.json +++ b/source/pages/data/statistics.json @@ -405,7 +405,7 @@ "commits": 30 }, "issues": { - "closed": 9, + "closed": 8, "opened": 9 }, "lines": { @@ -518,5 +518,25 @@ }, "month": 5, "year": 2020 + }, + { + "contributions": { + "authors": 1, + "commits": 7 + }, + "issues": { + "closed": 1, + "opened": 10 + }, + "lines": { + "added": 197, + "removed": 283 + }, + "mergeRequests": { + "closed": 0, + "opened": 0 + }, + "month": 6, + "year": 2020 } ] \ No newline at end of file diff --git a/source/pages/posts/2020/june.md b/source/pages/posts/2020/june.md new file mode 100644 index 0000000..1b21fe8 --- /dev/null +++ b/source/pages/posts/2020/june.md @@ -0,0 +1,12 @@ +

+ June 2020 + by @Bauke +

+ +### Another Very Short One + +Just like last month, this month's also a shorter one. Nonetheless, some things still happened: + +* Comments that are removed by a site admin and then deleted by the comment author will now show that it was removed. Previously it would show as deleted but the reason it was deleted is often because it was removed. +* The specialized coronavirus views that were introduced [in March](https://til.bauke.xyz/2020/march.html#covid-19) and were visible at the top of the home page have been removed. +* A [new feature was introduced](https://tildes.net/~tildes/pt7/you_cant_reply_to_this_user_yet_please_wait_29_minutes#comment-57nh) that added a hard delay when 2 people were replying to each other too quickly. It was removed a few days after the delay was being triggered more than @Deimos liked, but it will likely come back in the future in an improved form.