diff --git a/changelog.md b/changelog.md index c666d3d7a..ac0a4cb43 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,31 @@ + + # changelog +### Saturday, 05/3/2021 - v2.11.0 + +- Many background things for upcoming v3. Get pumped. + +##### G-Ambatte : +- Fixed new brews failing to save when auto-generated file name is too long. +- "New" button added to the Nav bar. +- Reduced download size and improved caching. + +##### RKuerten : +- Bold and Italics hotkeys for Mac users (Cmd+B, Cmd+I) + ### Friday, 25/1/2021 - v2.10.7 - Cover Page snippet now flips left-right page numbering. - Added instructions for [installing on a FreeBSD Jail](https://github.com/naturalcrit/homebrewery/blob/master/README.FREEBSD.md). -- Fix for box-shadows breaking across columns.
(Thanks @G-Ambatte for all of these!) -- Small user interface tweaks (Thanks @Ericsheid) +- Fix for box-shadows breaking across columns.
(Thanks G-Ambatte for all of these!) +- Small user interface tweaks (Thanks Ericsheid) ### Friday, 02/1/2021 - v2.10.6 -- Fixed punctuation for usernames ending with 's' on the user page. (Thanks @AlexeySachkov) +- Fixed punctuation for usernames ending with 's' on the user page. (Thanks AlexeySachkov) - Fixed server crashes due to excessive long lines in brews - Fixed "automated request" lockouts from Google @@ -30,12 +48,12 @@ - Fixed issue with users unable to create new brews - Fixing brews being lost when loaded via back button +``` +``` + ### Wednesday, 07/10/2020 - v2.10.0 - Google Drive integration -- Sign in with your Google account to link it with your Homebrewery profile. A new button in the Edit page will let you transfer your file to your personal Google Drive storage, and Google will keep a backup of each version! No more lost work surprises! -``` -``` - ### Friday, 28/08/2020 - v2.9.2 - Many dependency updates - Finally fixed this changelog page to not run off the edge :P @@ -76,11 +94,11 @@ ### Friday, 03/03/2017 - v2.7.3 - Increasing the range on the Partial Page Rendering for a quick-fix for it getting out of sync on long brews. +\page + ### Saturday, 18/02/2017 - v2.7.2 - Adding ability to delete a brew from the user page, incase the user creates a brew that makes the edit page unrender-able. (re:309) -\page - ### Thursday, 19/01/2017 - v2.7.1 - Fixed saving multiple authors and multiple systems on brew metadata (thanks u/PalaNolho re:282) - Adding in line highlight for new pages @@ -116,15 +134,14 @@ - Added in a snippet for a split table - Added an account nav item to new page +``` +``` + ### Sunday, 27/11/2016 - v2.5.1 - Fixed the column rendering on the new user page. Really should have tested that better - Added a hover tooltip to fully read the brew description - Made the brew items take up only 25% allowing you to view more per row. - -``` -``` - ### Wednesday, 23/11/2016 - v2.5.0 - Metadata can now be added to brews - Added a metadata editor onto the edit and new pages @@ -135,7 +152,6 @@ - Added a new user page to see others published brews, as well as all of your own brews. - Added a new nav item for accessing your profile and logging in - ### Monday, 14/11/2016 - Updated snippet bar style - You can now print from a new page without saving @@ -160,6 +176,8 @@ - Fixed the noteblock overlapping into titles (thanks u/dsompura!) - Fixed a bad search route in the admin panel (thanks u/SnappyTom!) +\page + ### Friday, 29/07/2016 - v2.2.7 - Adding in descriptive note blocks. (Thanks calculuschild!) @@ -171,9 +189,6 @@ - Allows adding in hyperlinks to specific pages - Even works after you print to pdf! - -\page - ### Tuesday, 07/06/2016 - v2.2.2 - Fixed bug with new markdown lexer and aprser not working on print page @@ -197,10 +212,6 @@ - Updated the issue template for (hopefully) better reporting - Added suggestion to use chrome while PDF printing - -``` -``` - ### Wednesday, 25/05/2016 -v2.0.5 - The class table generators have the proper ability score improvement progression. diff --git a/package-lock.json b/package-lock.json index f846fc4ba..9788cc675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebrewery", - "version": "2.10.7", + "version": "2.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a5b91a57..5690fe334 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebrewery", "description": "Create authentic looking D&D homebrews using only markdown", - "version": "2.10.7", + "version": "2.11.0", "engines": { "node": "14.15.x" },