diff --git a/changelog.md b/changelog.md index 0260a1f44..2a02bea4a 100644 --- a/changelog.md +++ b/changelog.md @@ -80,6 +80,29 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Thursday 09/02/2023 - v3.7.1 +{{taskList + +##### Lucastucious (new contributor!) + +* [x] Changed `filter: drop-shadow` to `box-shadow` on text boxes, making text selectable in PDFs again. + +Fixes issues [#1569](https://github.com/naturalcrit/homebrewery/issues/1569) + +{{note +**NOTE:** If you create your PDF on a computer with an old version of Mac Preview (v10 or older) you may see shadows appear as solid gray. +}} + +##### MichielDeMey + +* [x] Updated the Google Drive icon +* [x] Backend fix to unit tests failing intermittently + +##### Calculuschild + +* [x] Fix PDF pixelation on CoverPage text outlines +}} + ### Tuesday 28/02/2023 - v3.7.0 {{taskList @@ -115,7 +138,6 @@ Fixes issues [#2687](https://github.com/naturalcrit/homebrewery/issues/2687) Fixes issues [#2674](https://github.com/naturalcrit/homebrewery/issues/2674) }} - ### Monday 23/01/2023 - v3.6.0 {{taskList ##### calculuschild @@ -141,8 +163,6 @@ Fixes issues [#2583](https://github.com/naturalcrit/homebrewery/issues/2583) * [x] Fix cloned brews inheriting the parent view count }} -\column - ### Friday 23/12/2022 - v3.5.0 {{taskList diff --git a/client/homebrew/googleDrive.png b/client/homebrew/googleDrive.png deleted file mode 100644 index f555103cc..000000000 Binary files a/client/homebrew/googleDrive.png and /dev/null differ diff --git a/client/homebrew/googleDrive.svg b/client/homebrew/googleDrive.svg new file mode 100644 index 000000000..a8cefd5b2 --- /dev/null +++ b/client/homebrew/googleDrive.svg @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/client/homebrew/googleDriveMono.png b/client/homebrew/googleDriveMono.png deleted file mode 100644 index a573196d7..000000000 Binary files a/client/homebrew/googleDriveMono.png and /dev/null differ diff --git a/client/homebrew/pages/basePages/listPage/brewItem/brewItem.jsx b/client/homebrew/pages/basePages/listPage/brewItem/brewItem.jsx index aa2f47431..99bcc9351 100644 --- a/client/homebrew/pages/basePages/listPage/brewItem/brewItem.jsx +++ b/client/homebrew/pages/basePages/listPage/brewItem/brewItem.jsx @@ -6,7 +6,7 @@ const cx = require('classnames'); const moment = require('moment'); const request = require('../../../../utils/request-middleware.js'); -const googleDriveIcon = require('../../../../googleDrive.png'); +const googleDriveIcon = require('../../../../googleDrive.svg'); const dedent = require('dedent-tabs').default; const BrewItem = createClass({ diff --git a/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less b/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less index 42e0fd07e..da46eeb01 100644 --- a/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less +++ b/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less @@ -94,7 +94,7 @@ } } .googleDriveIcon { - height : 20px; + height : 18px; padding : 0px; margin : -5px; } diff --git a/client/homebrew/pages/basePages/listPage/listPage.jsx b/client/homebrew/pages/basePages/listPage/listPage.jsx index 81c966508..86570ec46 100644 --- a/client/homebrew/pages/basePages/listPage/listPage.jsx +++ b/client/homebrew/pages/basePages/listPage/listPage.jsx @@ -219,7 +219,7 @@ const ListPage = createClass({ render : function(){ return