Skip to content

Releases: natelandau/valentina

v3.2.0

13 Dec 22:22
Compare
Choose a tag to compare

Feat

  • webui: support Google or Cloudflare analytics (#207)

Fix

  • webui: improve logging of login errors (#206)

v3.1.1

08 Nov 19:51
Compare
Choose a tag to compare

Fix

  • webui: fix users with multiple guilds running valentina

v3.1.0

08 Nov 19:18
Compare
Choose a tag to compare

Feat

  • webui: fancy in-page transitions for forms (#201)
  • webui: redesign homepage (#200)
  • webui: add footer (#199)
  • webui: add user profile and macro editing (#198)
  • webui: storyteller quick character generation (#195)
  • webui: edit campaigns (#194)
  • webui: edit character inventory (#193)
  • webui: edit character notes, biography, and custom sections (#192)
  • webui: roll dice from character pages (#191)
  • webui: edit character profile information (#189)
  • webui: storytellers can update traits for any character (#188)
  • webui: spend experience to upgrade characters (#187)
  • chargen: correctly create werewolves and changelings (#186)
  • webui: can spend freebie points after RNG chargen (#184)
  • webui: quick roll new characters (#182)
  • webui: allow creation of storyteller characters
  • webui: storytellers can access every character (#181)

Fix

  • webui: players can view all player characters (#190)
  • webui: rename discord channels when changes made in web (#179)
  • webui: add favicons
  • webui: pass x-forwarded-for header to hypercorn for logging behind reverse proxy

Refactor

  • webui: sync channel changes to discord (#197)
  • improve run scripts (#196)
  • constants (#183)
  • webui can access guild and user permissions (#180)
  • reorganize cli scripts
  • reorganize discord models and views (#178)
  • webui: reorganize file structure (#176)
  • remove all naive datetimes

v3.0.4

06 Sep 14:53
Compare
Choose a tag to compare

Fix

  • webui: fix redirect error after logging in

Refactor

  • cleanup env var trace and improve docstrings (#174)

v3.0.0

16 Aug 17:42
Compare
Choose a tag to compare

Feat

  • webui: initial web ui release (#171)

v2.6.0

25 Jun 02:11
Compare
Choose a tag to compare

Feat

  • campaign: add roll statistics (#162)
  • campaign/character/roll commands must be run in channels (#161)
  • attach notes to characters and campaign books (#160)
  • admin: delete characters from database (#158)

Fix

  • xp: restrict xp spend to character channel (#164)
  • campaign: improve /campaign view

Refactor

  • remove campaign channel migration (#159)

v2.5.0

18 Jun 12:23
Compare
Choose a tag to compare

Feat

  • campaign: set campaign from discord channel category (#157)

Fix

  • changelog: don't repost version on bot connect (#156)
  • fewer errant line breaks in embeds (#155)
  • gameplay: improve roll display (#154)

v2.4.0

14 Jun 15:03
Compare
Choose a tag to compare

Feat

  • admin: create and delete campaign channels (#152)
  • character: rename characters with /character rename (#151)
  • campaign: add books and chapter migration tool (#150)

Fix

  • campaign: improve campaign deletion (#153)

v2.3.0

09 Jun 21:59
Compare
Choose a tag to compare

Feat

  • character: minimal release of inventory system (#148)
  • campaign: chapters can be renumbered (#147)
  • character: associate characters with campaigns (#145)
  • campaign: add campaign specific channels (#141)

Fix

  • user: user_info now displays when no experience (#144)
  • chargen: remove unused characters from db when cancelled (#137)

Refactor

  • improve type hints (#146)

v2.2.0

29 Jan 15:32
Compare
Choose a tag to compare

Feat

  • gameplay: roll desperation dice (#120)
  • campaign: track desperation and danger (#116)
  • admin: change log level from discord (#113)

Fix

  • use confz for env variable parsing (#119)
  • logging: correct printing of calling function names (#117)
  • campaign: improve /campaign view (#115)
  • actually post change log on bot connect (#114)
  • gameplay: roll correct traits (#112)
  • gameplay: fix bug rolling traits
  • character: increase size of /character list (#111)
  • database: wait for db before connecting bot