Prepares for release 0.1.1
parent
2bd065da9c
commit
a5149bf765
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -7,16 +7,35 @@ All notable changes to this project will be documented in this file.
|
|||
## Unreleased
|
||||
|
||||
#### Links
|
||||
- upstream: https://code.lindeas.com/lindeas/jilo/compare/v0.1...HEAD
|
||||
- codeberg: https://codeberg.org/lindeas/jilo/compare/v0.1...HEAD
|
||||
- github: https://github.com/lindeas/jilo/compare/v0.1...HEAD
|
||||
- gitlab: https://gitlab.com/lindeas/jilo/-/compare/v0.1...HEAD
|
||||
- upstream: https://code.lindeas.com/lindeas/jilo/compare/v0.1.1...HEAD
|
||||
- codeberg: https://codeberg.org/lindeas/jilo/compare/v0.1.1...HEAD
|
||||
- github: https://github.com/lindeas/jilo/compare/v0.1.1...HEAD
|
||||
- gitlab: https://gitlab.com/lindeas/jilo/-/compare/v0.1.1...HEAD
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
---
|
||||
|
||||
## 0.1.1 - 2024-06-18
|
||||
|
||||
#### Links
|
||||
- upstream: https://code.lindeas.com/lindeas/jilo/compare/v0.1...v0.1.1
|
||||
- codeberg: https://codeberg.org/lindeas/jilo/compare/v0.1...v0.1.1
|
||||
- github: https://github.com/lindeas/jilo/compare/v0.1...v0.1.1
|
||||
- gitlab: https://gitlab.com/lindeas/jilo/-/compare/v0.1...v0.1.1
|
||||
|
||||
### Added
|
||||
- Initial changelog following the keepachangelog.com format
|
||||
- Added "silent" option to jilo-cli, suitable for scripting
|
||||
- Added time duration and number of participants in conferences listings
|
||||
- Build resources and scripts for DEB and RPM packages
|
||||
- Added man page
|
||||
- Added build resources and scripts for DEB and RPM packages
|
||||
- Initial build of the DEB and RPM packages
|
||||
- Added DEB repository
|
||||
|
||||
### Changed
|
||||
- Updated the way jilo-cli handles multiple options, added filtering conferences by time period
|
||||
|
@ -24,7 +43,6 @@ All notable changes to this project will be documented in this file.
|
|||
### Fixed
|
||||
- Fixed an error in double counting of conferences in jilo-cli
|
||||
|
||||
---
|
||||
|
||||
## 0.1 - 2024-06-12
|
||||
|
||||
|
|
4
jilo
4
jilo
|
@ -6,8 +6,8 @@
|
|||
# Bash script for Jitsi Meet components (Videobridge, Jicofo, etc.) logs parsing
|
||||
###
|
||||
|
||||
VERSION="0.1"
|
||||
RELEASE_DATE="2024-06-12"
|
||||
VERSION="0.1.1"
|
||||
RELEASE_DATE="2024-06-18"
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" #"
|
||||
|
||||
|
|
4
jilo-cli
4
jilo-cli
|
@ -7,8 +7,8 @@
|
|||
# Command line interface (jilo-cli)
|
||||
###
|
||||
|
||||
VERSION="0.1.1-dev"
|
||||
RELEASE_DATE="unreleased"
|
||||
VERSION="0.1.1"
|
||||
RELEASE_DATE="2024-06-18"
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" #"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: jilo
|
||||
Version: 0.1
|
||||
Version: 0.1.1
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
Loading…
Reference in New Issue