Prepares for release 0.1.1

main
Yasen Pramatarov 2024-06-18 10:50:25 +03:00
parent 2bd065da9c
commit a5149bf765
4 changed files with 29 additions and 11 deletions

View File

@ -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
View File

@ -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)" #"

View File

@ -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)" #"

View File

@ -1,5 +1,5 @@
Package: jilo
Version: 0.1
Version: 0.1.1
Section: utils
Priority: optional
Architecture: all