mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Add changelog
This commit is contained in:
parent
1a8221e4a9
commit
64751d4dcd
1 changed files with 61 additions and 0 deletions
61
CHANGELOG.md
Normal file
61
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
|
||||
# Edumeet 4.x CHANGE LOG
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
|
||||
Releases are based on our [docker images](https://hub.docker.com/u/edumeet)
|
||||
|
||||
We are using a rolling release versioning:
|
||||
```
|
||||
<version>-<date of release>-<tag>
|
||||
|
||||
4.0-20240131-stable
|
||||
```
|
||||
The stable tag is teseted by the development team and used by default for [edumeet-docker](https://github.com/edumeet/edumeet-docker/) repository installs.
|
||||
|
||||
## [4.0-202402x-stable] - 2024-02-x (next release changes)
|
||||
Generic bug fixes
|
||||
|
||||
### Added
|
||||
- Improved background blur
|
||||
- Media node has now metric, load, healt http endpoint
|
||||
- Turn support
|
||||
- Made media on join configurable.
|
||||
- Add support for audio output selection.
|
||||
### Changed
|
||||
- Room-server config is simplified.
|
||||
|
||||
### Fixed
|
||||
- Issue, code was not building in production mode because of a bad variable check
|
||||
- Media node was leaking memory because of mediasoup version bug
|
||||
- Management Client had hardcoded path
|
||||
- Management Client was running in development mode
|
||||
- Packages are now updated again
|
||||
|
||||
## [4.0-20240202-stable] - 2024-02-02
|
||||
Generic bug fixes
|
||||
|
||||
### Added
|
||||
- new Translations
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
Updated mediasoup
|
||||
|
||||
## [4.0-20240131-stable] - 2024-01-31
|
||||
Rewritten the the whole codebase from scrach based on EduMEET 3.x .
|
||||
|
||||
### Added
|
||||
- New local video recording code (works with Chrome).
|
||||
- Background blur
|
||||
- New UI
|
||||
- Added managmenet service (optional)
|
||||
|
||||
### Changed
|
||||
Everything...
|
||||
EduMEET is now written in TypeScrip and uses Node 18.x
|
||||
|
||||
### Fixed
|
||||
Every package is now updated to the latest available.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue