Prepares for release 0.3

main v0.3
Yasen Pramatarov 2025-01-15 19:06:12 +02:00
parent 80a3068742
commit 55ab59372e
7 changed files with 15 additions and 13 deletions

View File

@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
--- ---
## Unreleased ## 0.3 - 2025-01-15
#### Links #### Links
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.2.1...HEAD - upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.2.1...v0.3
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.2.1...HEAD - codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.2.1...v0.3
- github: https://github.com/lindeas/jilo-web/compare/v0.2.1...HEAD - github: https://github.com/lindeas/jilo-web/compare/v0.2.1...v0.3
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.2.1...HEAD - gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.2.1...v0.3
### Added ### Added
- Added status page - Added status page

View File

@ -26,7 +26,7 @@ To see a demo install, go to https://work.lindeas.com/jilo-web-demo/
## version ## version
Current version: **0.2.1** released on **2024-10-17** Current version: **0.3** released on **2025-01-15**
## license ## license

View File

@ -31,7 +31,7 @@ return [
// default avatar // default avatar
'default_avatar' => 'static/default_avatar.png', 'default_avatar' => 'static/default_avatar.png',
// system info // system info
'version' => '0.2.1', 'version' => '0.3',
// development has verbose error messages, production has not // development has verbose error messages, production has not
'environment' => 'development', 'environment' => 'development',

View File

@ -1,5 +1,5 @@
Package: jilo-web Package: jilo-web
Version: 0.2.1 Version: 0.3
Section: web Section: web
Priority: optional Priority: optional
Architecture: all Architecture: all

View File

@ -1,4 +1,4 @@
.TH JILO-WEB "8" "October 2024" "jilo-web 0.2.1" .TH JILO-WEB "8" "January 2025" "jilo-web 0.3"
.SH NAME .SH NAME
jilo-web \- PHP frontent to jilo (jitsi logs observer) database. jilo-web \- PHP frontent to jilo (jitsi logs observer) database.
.SH DESCRIPTION .SH DESCRIPTION
@ -17,7 +17,7 @@ Written and maintained by Yasen Pramatarov <yasen@lindeas.com>
https://lindeas.com/jilo https://lindeas.com/jilo
.SH VERSION .SH VERSION
0.2.1 0.3
.SH SEE ALSO .SH SEE ALSO
jilo(8), jilo-cli(8) jilo(8), jilo-cli(8)

View File

@ -1,5 +1,5 @@
Name: jilo-web Name: jilo-web
Version: 0.2.1 Version: 0.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Jitsi logs web observer Summary: Jitsi logs web observer
@ -54,6 +54,8 @@ cp %{sourcedir}/man-jilo.8 %{buildroot}/usr/share/man/man8/%{name}.8
/usr/share/man/man8/%{name}.8.gz /usr/share/man/man8/%{name}.8.gz
%changelog %changelog
* Wed Jan 15 2025 Yasen Pramatarov <yasen@lindeas.com> 0.3
- Build of upstream v0.3
* Thu Oct 17 2024 Yasen Pramatarov <yasen@lindeas.com> 0.2.1 * Thu Oct 17 2024 Yasen Pramatarov <yasen@lindeas.com> 0.2.1
- Build of upstream v0.2.1 - Build of upstream v0.2.1
* Sat Aug 31 2024 Yasen Pramatarov <yasen@lindeas.com> 0.2 * Sat Aug 31 2024 Yasen Pramatarov <yasen@lindeas.com> 0.2

View File

@ -7,8 +7,8 @@
* Author: Yasen Pramatarov * Author: Yasen Pramatarov
* License: GPLv2 * License: GPLv2
* Project URL: https://lindeas.com/jilo * Project URL: https://lindeas.com/jilo
* Year: 2024 * Year: 2024-2025
* Version: 0.2.1 * Version: 0.3
*/ */
// we start output buffering and. // we start output buffering and.