Skip to content

Releases: derikb/hadleyville-online

v2.2.0

12 Mar 18:55
Compare
Choose a tag to compare

Features

  • factions: Add basic faction model/service/display (c89ab89), closes #17
  • factions: Relationships based on reaction roll (f4ba745), closes #17
  • factions: Show factions on map (6022281), closes #17
  • links: More links from notes to npc/faction objects (fe0a253), closes #25
  • map: Add pcs to map (7d02157)
  • notes: Add links to notes (fb869f9), closes #25
  • pc: Add relationships to pcs (d4de8ae), closes #16
  • pc: Added tables of example traits/skills (41ecb9f), closes #18
  • relationships: Improve table, add roll to form (bd61f09), closes #22
  • tables: Add oneof token to tables (db2b53a)

Bug Fixes

  • tables: Fix table result modal rerolls (9b462a4), closes #23

v2.1.1

06 Feb 18:28
Compare
Choose a tag to compare

Bug Fixes

  • map modal: Move into route output (3132800), closes #20
  • route: Fix for empty output (bafb7e7), closes #19

v2.1.0

06 Feb 18:08
Compare
Choose a tag to compare

Features

  • characters: Add character page (f32ee49), closes #1
  • map: Account for viewport being smaller than coords (cff7fe5)
  • map: Add arrow on link label (1a52ef6)
  • map: Show two way relationships (5e42926)
  • npcs: Add relationships for NPCs (d41143e)
  • relationships: Basic map for NPCs (a86afc8), closes #3
  • routing: Add routing for pages (9657971), closes #15
  • tables: Add reroll to results modal (b7d021e), closes #14

Bug Fixes

  • css: Fix dupe id causing weird styling in form (858d91e)
  • modals: Scroll content when overflowing (1d08b57)

v2.0.0

13 Jan 13:33
Compare
Choose a tag to compare

REMOVED ANGULAR: It was an experiment/education to build this original with Angular, but it was also annoying and bloated, so I refactored everything back to vanilla js. Smaller build, tons fewer dependencies, and the functionality is all the same. Plus I added a few new things...

Features

  • Focus management improvements (8156b0e)
  • New table items, new rules (817dbcd)
  • notes: Delete notes that are new and empty (4204849), closes #10
  • npcs: Allow markdown in notes property (902609a)
  • tabledrawer: Click outside to close (1a4b131), closes #11
  • ui: Collapse all button for npcs/notes (3356b12)

v1.0.0

27 Jun 17:31
Compare
Choose a tag to compare

First release!

Everything should be working (I hope).

See todo.md for things that still working out and planned improvements.