Releases: maxwelljoslyn/zingor
Releases · maxwelljoslyn/zingor
Release list
Version 0.5.0
Features
Major: I added a party inventory search/filter interface on the homepage (#27). Use this to quickly hunt through all of the items the entire party is carrying.
Minor:
- New button to mark all of a character's spells as memorized
- In the form for adding items to inventory, I split the "weight" input box into two boxes, one for the number and one for the unit.
- Containers can now use "items" as their capacity unit, instead of a unit of weight or volume.
Bugfixes
- Deleting a container no longer deletes its contents; instead they go back into your normal inventory (#153)
- Sage study column widths are now uniform across all sage fields (#45)
- Editing an item's weight now lets you pick additional units. The only new one is pennyweight (abbreviated "dwt"), but if any others need adding, it's a trivial change.
Version 0.4.0
Features
- Added a table of contents to each character sheet (#133)
- Ability scores modified by one or more conditions now display the base value, total modification, and final modified value (#143)
- Containers now show what percent of their capacity is used up (#139)
Bugfixes
- Sage points now update properly if you click the up/down buttons to change their values (#124)
Docs
- Added documentation for display names vs. usernames (#125)
- Added documentation for exporting a character in wiki format (#126)
Infrastructure
- CDN-loaded libraries now specify integrity hashes to protect against malicious content changes #127
Version 0.3.2
- Standalone sage abilities are now supported by the external sync feature (#110)
- Conditions can now be edited inline so you don't have to delete and recreate them when they change (#113)
- When adding or editing a Condition that targets an ability score, you now pick that score from a dropdown instead of having to enter it as freetext (#118)
- Conditions that don't target ability scores now hide the ability-score input, and only Conditions that target Strength show the scope input (#118, #119)
- Improvements to the code for inline editing UIs, including but not limited to items, sage abilities, and conditions. These should be invisible to end users, but may help address the focus jump issue documented in #47.
Version 0.3.1
Version 0.3.0
- You can now delete sage studies. When you delete one, its points are still saved in the database; if you accidentally blow away one you meant to keep, just re-add it and the points will come back. (#51)
- You can now add sage abilities separately from sage studies, for those one-off abilities from sources such as your progenitor, or the handful of abilities that hirelings and men-at-arms tend to have. As with studies, sage ability points are retained for easy recovery when an ability is deleted. (#107)
Version 0.2.7
What's Changed
- The wiki export feature now embeds Zingor microformats (ZMF), which is a good way to get started using the external sync feature (issue #91, PR #103)
- On the homepage, characters' "last updated" times now render in the viewer's local timezone (issue #99, PR #104)
- For my benefit: during development (i.e. when DEBUG is on), the page background now shows a color that grossly clashes with the rest of the theme, so I don't mix up the dev and prod sites (issue #101, PR #102)
Version 0.2.6
- Added a field for a character's Armor Class (AC).
- Infrastructure improvements, including SQLite pragmas and better deploy workflows.
Version 0.2.5
Added a new "Docs" button in the navbar (next to the dark/light theme toggle) which links to the Zingor documentation at https://zingor.readthedocs.io/
Version 0.2.4
- We have documentation! It's available now at https://zingor.readthedocs.io/en/latest/.
- The external sync feature (#65) is now fully documented, with instructions for turning the feature on/off, and an explanation of how to mark up your Adventure wiki page (or any webpage!) so Zingor knows what to extract.
Version 0.2.3
- Party and character inventory tables now use abbreviated units ("lb" instead of "pounds") for weights and measures, removing some visual clutter. (#72)
- Pandred filed an issue about the browser "Don't allow Zingor to prompt you again?" dialog; if you accept the prompt, you are then prevented from triggering the confirmation again, meaning you can't take certain actions e.g. deleting items. I've replaced that browser-default dialog with a custom one which doesn't let you get yourself into that trap. (#49)
- Infra: cache-busting on static assets, saving you a little bit of bandwidth. (#95)