Homebrewery Versions Save

Create authentic looking D&D homebrews using only markdown

v3.12.0

1 month ago

Change Log

For a full record of development, visit our Github Page - https://github.com/naturalcrit/homebrewery

Monday 18/3/2024 - v3.12.0

5e-Cleric
  • Fix language-specific hyphenation on print page

Fixes issue #3294

  • Upgrade Font-Awesome to v6.51

  • Allow downloaded files to be uploaded via NEW FROM UPLOAD

G-Ambatte
  • Fix an edge case crash with empty documents

Fixes issue #3315

  • Brews on the user page can be searched by tag; clicking a tag adds it to the filter

Fixes issue #3164

  • Add DiceFont icons
abquintic
  • Fix ^super^ and ^^sub^^ highlighting in the text editor

  • Add new syntax for multiline Definition Lists:

Term
::Definition 1
::Definition 2
with more text

produces:

Term ::Definition 1 ::Definition 2 with more text

Fixes issue #2340

RKuerten :
  • Fix monster stat block backgrounds on print page

Fixes issue #3275

  • Added new text editor theme: "Darkvision".
calculuschild, G-Ambatte, 5e-Cleric
  • Codebase and UI cleanup

v3.11.0

2 months ago
Gazook89
  • Brew view count no longer increases when viewed by owner

Fixes issue #3037

  • Small tweak to PHB H3 sizing

Fixes issue #2989

  • Add Fold/Unfold All buttons to editor bar

Fixes issue #2965

G-Ambatte
  • Share link added to Editor Access error page

Fixes issue #3086

  • Add Darkbrewery theme to Editor theme selector

Fixes issue #3034

  • Fix Firefox prints with alternating blank pages

Fixes issue #3115

  • Admin page working again

Fixes issue #2657

5e-Cleric
  • Fix indenting issue with Monster Blocks and italics in Class Feature

Fixes issues #527, #3247

  • Allow CSS vars in curly syntax to be formatted as strings using single quotes - {{--customVar:"'a string'"}}

Fixes issue #3066

  • Add Elderberry Inn icons {{ei,icon-name}}

Fixes issue #3171

  • New FONTS snippets!

Fixes issue #3171

  • New page now opens in a new tab
abquintic (new contributor!)
  • Add ^super^ ^abc^ and ^^sub^^ ^^abc^^ syntax.

Fixes issue #2171

  • Add HTML tag assignment to curly syntax {{tag=value}}

Fixes issue 1488

  • Brew → Clone to New now clones tags

Fixes issue 1488

calculuschild
  • Better error messages for "Out of Google Drive Storage" and "Not logged in to edit"

Fixes issues 2510, 2975

  • New Variables syntax. See below for details.

Brew Variable Syntax

You may already be familiar with [link](url) and ![image](url) syntax. We have expanded this to include a third $[variable](text) syntax. All three of these syntaxes now share a common set of features:

syntax description
[var]:content Assigns a variable (must start on a line by itself, and ends at the next blank line)
[var](content) Assigns a variable and outputs it (can be inline)
[var] Outputs the variable contents as a link, if formatted as a valid link
![var] Outputs as an image, if formatted as a valid image
$[var] Outputs as Markdown
$[var1 + var2 - 2 * var3] Performs math operations and outputs result if all variables are valid numbers

v3.9.1

10 months ago
G-Ambatte
  • Better error pages with more useful information

Fixes issue #1924

v3.8.0

1 year ago
calculuschild
  • Rename {{coverPage}} to {{frontCover}}. Those using this {{beta BETA}} feature will need to update that text to make the cover page appear again.

  • Several background fixes to test scripts

Jeddai
  • Add content negotiation to exclude image requests from our API calls

Fixes issue #2595

G-Ambatte
  • Update server build scripts to fix Admin page

Fixes issues #2657

  • Fix internal links inside <div> blocks not receiving the target=_self attribute

Fixes issues #2680

  • See brew details on /share pages by clicking the brew title (author, last update, tags, etc.)

Fixes issues #1679

  • Add local Windows install script via Chocolatey
5e-Clerc
  • New TABLES → RUNE TABLE snippets for V3. Adds an alphabetic script translation table.

  • New IMAGES → WATERCOLOR CENTER snippets for V3, which adds a stylish watercolor texture to the center of your images!

  • New PHB → INSIDE COVER PAGE snippet for V3! (Thanks to /u/Kaiburr_Kath-Hound on Reddit for providing some of these resources!)

  • Add some missing characters Ñ ñ ç Ç Ý ý # ^ ¿ ' " ¡ · to the "scalySansRemake" font in V3.

Fixes issues #2280

Gazook89
  • Add "Language" selector in Properties menu. Sets the HTML Lang attribute for your brew to better handle hyphenation or spellcheck.

Fixes issues #1343

  • Fix a crash when multiple {injection} tags appear in sequence

Fixes issues #2712

MichielDeMey
  • Remove all-caps display on Account button since usernames are case-sensitive.

Fixes issues #2731

v3.7.1

1 year ago

v3.6.1

1 year ago

changelog

For a full record of development, visit our Github Page.

Saturday 18/02/2023 - v3.6.1

G-Ambatte
  • Fix users not being removed from Authors list correctly

Fixes issues #2674

v3.6.0

1 year ago

Friday 23/01/2023 - v3.6.0

calculuschild
  • Fix Google Drive brews sometimes duplicating

Fixes issues #2603

Jeddai
  • Add unit tests with full coverage for the Homebrewery API

  • Add message to refresh the browser if the user is missing an update to the Homebrewery

Fixes issues #2583

G-Ambatte
  • Auto-compile Themes CSS on development server
5e-Cleric
  • Fix cloned brews inheriting the parent view count

v3.4.2

1 year ago

Saturday 10/12/2022 - v3.4.2

Jeddai
  • Fix broken tags editor

  • Reduce server load to fix some saving issues

Fixes issues #2322

Gazook
  • Account page help link for Google Drive errors

Fixes issues #2520

v3.3.1

1 year ago

Thursday 28/10/2022 - v3.3.1

Calculuschild

  • Fixes to several broken CSS styles from v3.3.0

Fixes issues #2468

Jeddai

  • Reduce size of thumbnails on social media links

v3.2.0

1 year ago

Saturday 27/08/2022 - v3.2.0

Calculuschild
  • The V3 renderer is now the default for new brews.

  • Small tweaks to the spacing around the classTable style

Jeddai:
  • Brew transfers between Homebrewery and Google Drive now keep the same share and edit links! Metadata is now also kept across transfers.

    Fixes issues: #1838

  • Brews can now be labeled with tags; these will be searchable on the My Brews page in a future update.

    Fixes issues: #758

Jlgraves:
  • Small tweaks to the ClassFeature snippet

    Fixes issues: #2215