Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlezucc committed Oct 3, 2022
1 parent bc242af commit d42daa3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 04-10-2022
- The *Fog of War* tool has undergone an overhaul, introducing a paintbrush and the ability to *snap to grid cells*.
- *Conditions* have been split into categories to make them easier to find.
- All tokens can now be labeled with a *nickname* to differentiate between similar creatures.
- You can now *see the names* of individual characters by simply *hovering* over their token.

## 22-07-2022
- The website has been vastly improved for *mobile devices*.
- If you're using a touch device, you can now *pinch zoom* on battle maps.
Expand Down
3 changes: 2 additions & 1 deletion web/sass/game.scss
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,8 @@ $blink-off: #888d;

> .toast {
top: 60%;
background-color: #111a;
font-size: 14px;
background-color: #1119;
padding: 6px 8px;
opacity: 0;
}
Expand Down

0 comments on commit d42daa3

Please sign in to comment.