Prepares for release 0.1.1

main v0.1.1
Yasen Pramatarov 2024-07-25 19:10:53 +03:00
parent ac42b6f591
commit 793600ccb9
8 changed files with 32 additions and 12 deletions

View File

@ -7,17 +7,35 @@ All notable changes to this project will be documented in this file.
## Unreleased
#### Links
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1...HEAD
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1...HEAD
- github: https://github.com/lindeas/jilo-web/compare/v0.1...HEAD
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1...HEAD
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1.1...HEAD
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1.1...HEAD
- github: https://github.com/lindeas/jilo-web/compare/v0.1.1...HEAD
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1.1...HEAD
### Added
### Changed
### Fixed
---
## 0.1.1 - 2024-07-25
#### Links
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1...v0.1.1
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1...v0.1.1
- github: https://github.com/lindeas/jilo-web/compare/v0.1...v0.1.1
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1...v0.1.1
### Added
- Added duration calculation in conferences listing
- Added manual install script
- Added DEB and RPM build files
- Added Bootstrap (licensed under MIT)
### Changed
- Changed the layout with bootstrap CSS classes
### Fixed

View File

@ -26,7 +26,7 @@ To see a demo install, go to https://work.lindeas.com/jilo-web-demo/
## version
Current version: **0.1** released on **2024-07-08**
Current version: **0.1.1** released on **2024-07-25**
## license

View File

@ -8,7 +8,7 @@
- major refactoring after v0.1
- - add bootstrap template
- - ~~add bootstrap template~~
- - clean up the code to follow model-view--controller style

View File

@ -5,7 +5,7 @@ $config = [
'folder' => '/jilo-web/',
'database' => '/home/yasen/work/code/git/lindeas-code/jilo-web/jilo-web.db',
'jilo_database' => '/home/yasen/work/code/git/lindeas-code/jilo/jilo.db',
'version' => '0.1',
'version' => '0.1.1',
];
?>

View File

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

View File

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

View File

@ -1,5 +1,5 @@
Name: jilo-web
Version: 0.1
Version: 0.1.1
Release: 1%{?dist}
Summary: Jitsi logs web observer
@ -54,5 +54,7 @@ cp %{sourcedir}/man-jilo.8 %{buildroot}/usr/share/man/man8/%{name}.8
/usr/share/man/man8/%{name}.8.gz
%changelog
* Thu Jul 25 2024 Yasen Pramatarov <yasen@lindeas.com> 0.1.1
- Build of upstream v0.1.1
* Wed Jul 12 2024 Yasen Pramatarov <yasen@lindeas.com> 0.1
- Initial build

View File

@ -8,7 +8,7 @@
* License: GPLv2
* Project URL: https://lindeas.com/jilo
* Year: 2024
* Version: 0.1
* Version: 0.1.1
*/
// error reporting, comment out in production