Skip to content

Commit

Permalink
Merge branch 'release/2023.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruptein committed Jun 21, 2023
2 parents 53f19fc + e3e5b55 commit 9b6e14a
Show file tree
Hide file tree
Showing 329 changed files with 9,016 additions and 6,002 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,59 @@ tech changes will usually be stripped from release notes for the public

## Unreleased

## [2023.2.0] - 2023-06-21

### Added

- Drop new assets on the game directly
- Scroll-like touch gestures no longer attempt to scroll the gameboard out of bounds

### Changed

- Templates no longer save certain settings
- Bring players no longer changes the zoom level of the players
- TpZone: When a player TP request arrives, the view area action will bring the DM to the trigger location and not to the target location

### Fixed

- Group: No longer sending group info for each member (just once)
- Group: Shape group settings fixes
- Create group button was not properly behaving
- Remove group button was not immediately updating the UI until a reselection
- Group: Fix socket events no longer being listened to; Fixes multiple things that were resolved when you refreshed
- Auth: A logic error in the auth routing code - in some cases you had to manually go to the login page
- Templates: Missing some settings when saved
- Fake Player: Proper rework of access handling
- Shapes and auras should now only be rendered _if and only if_ some player in the game has `vision` access to that shape _AND_ the shape is selected in the vision tool.
- This also hides invisible shapes
- This also hides _all_ auras on the DM layer regardless of the vision tool
- Labels: Fix removal not working
- Toolbar: Fix vision and filter tools not immediately being available when relevant
- Access: Fix players with specific access rules, having edit access at all times
- Access: Changing access would not live update the edit shape UI if it was open by another client
- Access: Fix default access in UI not being up to date if shape has no access modifications until reload
- Access: Prevent DMs from having an explicit access rule
- Access: No longer gives full access for fake DM
- TpZone: Fix tp zone moving a player to a different floor not moving their view along (if 'move players' configured)
- TpZone: Fix non-immediate player initiated teleports not working correctly
- TpZone: Fix teleports initiated in build-mode not working correctly for players
- Logic: Request mode not working as intended and behaving as Enabled mode instead
- Token Directions: Fix shown tokens not taking filtered tokens into account
- Auras: Fix sometimes not being visible until a refresh or panning closer to the aura
- Rendering: Transparency of higher layers was no longer applied after a window resize
- Rendering: Some cases where vision access related changes would not rerender immediately
- Rendering: Grid not rendering horizontal lines when the width is smaller than the height of the screen
- Select: Rotation UI should stay consistent when zooming
- LocationBar: Fix width on drag handle for multiline locations
- Properties: Invisible toggle not applying until a refresh for players
- Initiative: Vision lock not properly checking active tokens
- Initiative: Removing the last entry while it's active could break initiative
- Vision: Edgecase that could cause an infinite loop when drawing vision lines
- Draw: Reduced number of points in brush mode significantly
- AssetManager: Fix progressbar missing
- Annotation: Markdown no longer rendering as bold
- [server] Subpath: 2 cases where subpath based setup was not properly loading images (initiative & change asset)

## [2023.1.0] - 2023-02-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY Dockerfiles/server_config_docker.cfg /usr/src/server/server_config.cfg
###############
# Final stage #
###############
FROM python:3.9-slim
FROM python:3.11-slim

ARG DOCKER_TAG
ARG SOURCE_COMMIT
Expand Down
18 changes: 9 additions & 9 deletions admin-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "^2.5.1",
"sass": "^1.47.0",
"typescript": "^4.5.4",
"vite": "^2.9.13",
"vite": "^2.9.16",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.30.2"
}
Expand Down
Loading

0 comments on commit 9b6e14a

Please sign in to comment.