From 4b42a941f7725e5c6b84dd2066f74f95ef0a3cb0 Mon Sep 17 00:00:00 2001 From: Davide Date: Wed, 12 Aug 2020 17:48:25 +0200 Subject: [PATCH] Updated changelogs --- src/common/modals/ChangeLogs.js | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/common/modals/ChangeLogs.js b/src/common/modals/ChangeLogs.js index f30b388d0..42f53b368 100644 --- a/src/common/modals/ChangeLogs.js +++ b/src/common/modals/ChangeLogs.js @@ -22,7 +22,15 @@ const ChangeLogs = () => { title={`What's new in ${version}`} > -
+
+ We are really sorry for the current issues. Sadly, there is not much + we can do since they are cause by CurseForge. +
+ {/*
props.theme.palette.colors.green}; @@ -45,7 +53,7 @@ const ChangeLogs = () => { -
+
*/}
{
    -
  • Fixed curse links sometimes not working
  • -
  • Fixed the news loader
  • -
  • Fixed context menu sometimes going outside the window
  • +
  • Fixed instances corruption
  • +
  • Fixed instances disappearing when adding mods
  • +
  • + Fixed modals closing when dragging the mouse outside of them +