Skip to content

Commit af9d794

Browse files
authored
Merge pull request #6 from martin-papy/develop
Release: A/V camera dock resizer
2 parents ca546b5 + aae5e85 commit af9d794

14 files changed

Lines changed: 1169 additions & 7 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project are documented here.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
## [0.2.0] - 2026-05-31
10+
11+
### Added
12+
- A/V camera dock resize via a drag handle on the dock's inner edge; resizes width (left/right docks) or height (top/bottom docks), persisted per device, toggleable in settings.
13+
714
## [0.1.1] - 2026-05-31
815

916
## Fix

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ A FoundryVTT v13/v14 module that lets each user resize parts of the interface:
55
- **Sidebar width** — drag the inner edge of the right-hand sidebar.
66
- **Chat input height** — drag the top edge of the chat input; the log above shares the space.
77
- **Pop-out windows** — popped-out sidebar windows (Combat Tracker, Playlists, directories, Compendium) become resizable.
8+
- **A/V camera dock** — drag the inner edge of the audio/video camera dock to resize it (width or height, depending on where it's docked).
89

910
Sizes are remembered per device. Each resizer can be toggled independently in the module settings.
1011

1112
![Video Demo](images/Demo.gif)
13+
![Video Demo 2](images/Demo2.gif)
1214

1315
## Have an idea or a feedback ?
1416

0 commit comments

Comments
 (0)