Skip to content

Commit 1d1e8bc

Browse files
committed
Merge branch 'release/2024.3'
2 parents 742541d + d3d112d commit 1d1e8bc

File tree

113 files changed

+5741
-7789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+5741
-7789
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
- name: ruff
7070
working-directory: server
7171
run: |
72-
ruff src
72+
ruff check src

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,52 @@ tech changes will usually be stripped from release notes for the public
1010

1111
## Unreleased
1212

13+
## [2024.3.0] - 2024-10-13
14+
15+
### Added
16+
17+
- Optional simple chat system
18+
- This is **not** stored serverside, so messages will be lost on refresh or later re-opening of the session
19+
- Chat is basic markdown aware, but does not allow direct HTML
20+
- (image) urls can be pasted without special markdown syntax
21+
- Can be collapsed by clicking on the chat title
22+
- Collapse Selection: Temporarily move all shapes in the selection under the cursor for easier navigation through corridors
23+
- [DM] new DM settings section: Features
24+
- Can be used to enable/disable certain features campaign wide
25+
- Currently limited to chat & dice
26+
27+
### Changed
28+
29+
- Select tool:
30+
- now integrates all the ruler toggles in its UI as well
31+
- these toggles are synced with the ones in the ruler
32+
- Spell tool:
33+
- now renders hexes instead of squares in Hex grid mode
34+
- step size changed to 1 in Hex grid mode
35+
- shape bar is no longer visible, only hex is available in hex grid mode for now
36+
- Ruler tool:
37+
- now defaults to sharing with other users
38+
- Dice
39+
- non-3D mode
40+
- option to use a click interface to build dice strings
41+
- extra operators and selectors (e.g. keep highest 2)
42+
- 3D code & assets are only loaded when settin "use 3D" to true in the tool config for the first time
43+
- 3D physics now uses havok engine instead of ammo (babylonjs upgraded from 4 to 7)
44+
- history & result UI slightly changed
45+
- Option to share result with nobody
46+
- clicking on the notification of another player's roll shows the details
47+
- clicking on a history entry shows the details
48+
- Toolbar UI
49+
- All extended tool UI is now right aligned fully, no longer hovering over the related tool
50+
- This was preventing tools to the left to be limited in screen estate they could occupy
51+
52+
### Fixed
53+
54+
- Draw tool:
55+
- Clicking on the "blocks movement" label in the draw tool's vision setting now properly toggles the related checkbox
56+
- Ruler tool:
57+
- Gridmode spacebar did not synchronize snapped end correctly to other players
58+
1359
## [2024.2.0] - 2024-05-18
1460

1561
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This tool is provided free to use and is open source.
3030

3131
# Downloads
3232

33-
_Typically only one person in your group should have to download and install PA, alternatively you can use [a publicly hosted version](https://www.planarally.io/server/setup/external/)._
33+
_Typically only one person in your group should have to download and install PA, alternatively you can use [a publicly hosted version](https://www.planarally.io/server/setup/managed/)._
3434

3535
Releases of PlanarAlly can be found on [the release page](https://github.com/Kruptein/PlanarAlly/releases).
3636

0 commit comments

Comments
 (0)