refactor: remove old client ref
feat: update changelog
This commit is contained in:
parent
edcbd7b02a
commit
3d72796c10
@ -65,7 +65,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Unused strict right management strategy
|
- Unused strict right management strategy
|
||||||
- Legacy config management system
|
- Legacy config management system
|
||||||
|
|
||||||
## [0.0.4] - preview
|
## [0.1.0] - preview
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -77,13 +77,18 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Sync camera orthographic scale
|
- Sync camera orthographic scale
|
||||||
- Logging basic configuration (file output and level)
|
- Logging basic configuration (file output and level)
|
||||||
- Object visibility type replication
|
- Object visibility type replication
|
||||||
|
- Sync custom fonts support
|
||||||
|
- Sync sound files
|
||||||
|
- Optionnal sync for active camera
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Auto updater now handle installation from branches
|
- Auto updater now handle installation from branches
|
||||||
- use uuid for collection loading
|
- use uuid for collection loading
|
||||||
|
- moved session instance to replication package
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Prevent unsuported datatypes to crash the session
|
- Prevent unsuported datatypes to crash the session
|
||||||
- Modifier vertex group assignation
|
- Modifier vertex group assignation
|
||||||
|
- World sync
|
@ -42,7 +42,6 @@ from replication.exception import NonAuthorizedOperationError
|
|||||||
from replication.interface import session
|
from replication.interface import session
|
||||||
|
|
||||||
|
|
||||||
client = None
|
|
||||||
background_execution_queue = Queue()
|
background_execution_queue = Queue()
|
||||||
delayables = []
|
delayables = []
|
||||||
stop_modal_executor = False
|
stop_modal_executor = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user