|
1 | 1 |
|
2 | | -We are pleased to announce the release of **Bacularis 5.7.0**. This version introduces |
3 | | -a new **Web Access** feature that simplifies different backup automations in Bacula |
4 | | -environments such as event-driven backup, run automated jobs with custom settings |
5 | | -and others. Access can be restricted by time, usage, or source IP address, offering |
6 | | -flexible and secure control. |
| 2 | +We are pleased to announce the release of **Bacularis 5.8.0**. |
| 3 | +This version introduces **improved accuracy** for running job byte and file |
| 4 | +estimations. Users can now choose between quick estimations (default) or |
| 5 | +more precise data gathered directly from the Bacula client. This feature |
| 6 | +was inspired by an idea from Community user Rui. |
7 | 7 |
|
8 | | -This release further includes several improvements and fixes to existing features. |
9 | | -Notably, the job list loading speed has been significantly improved, thanks to |
10 | | -a contribution from Community member Elias Pereira. |
| 8 | +This release also focuses on **language support**: Spanish, German, Italian, |
| 9 | +and Polish translations have been updated. |
11 | 10 |
|
12 | | -At the end we added an option to define maximum number of jobs displayed in |
13 | | -the job table. This was a feature request reported by the Community. |
| 11 | +Additionally, this version includes **several bug fixes**. |
| 12 | +Community contributor MmAaXx500 provided a fix for OIDC single sign-on |
| 13 | +compatibility issues affecting certain identity providers (e.g. Nextcloud). |
| 14 | +We have also corrected an issue related to the SSL certificate creation form. |
| 15 | + |
| 16 | +Finally, Bacularis has been prepared to support the new **openSUSE 16.0** |
| 17 | +release. |
14 | 18 |
|
15 | 19 | We wish you smooth installations and upgrades! |
16 | 20 |
|
17 | 21 | ## Main changes |
18 | 22 |
|
19 | 23 | **Bacularis Web** |
20 | 24 |
|
21 | | - - Add web access |
22 | | - - Add web access Bacula resource module |
23 | | - - Add web access configuration module |
24 | | - - Add display option to set max number of latest jobs in table on dashboard |
25 | | - - Add long unit parameter to format time duration helper |
26 | | - - Move some job options to jobinfo module |
27 | | - - Add Elias to AUTHORS |
28 | | - - Fix page not found error after clicking the fileset link in job log |
29 | | - - Fix access to job details page for regular users |
| 25 | + * Add button to accurate job estimation for bytes/files progress bars in running job status |
| 26 | + * Improve job estimation in run job window |
| 27 | + * Make at\_hash optional to comply with OIDC spec |
| 28 | + * Make total number of backed up files more readable |
| 29 | + * Add MmAaXx500 to AUTHORS |
30 | 30 |
|
31 | | -**Bacularis API** |
| 31 | +**Bacularis Common** |
32 | 32 |
|
33 | | - - Jobs list: replace ROW_NUMBER() first-volume subquery with MIN(JobMediaId) join (big speedup on MariaDB; also OK on PostgreSQL) |
34 | | - - Add Elias to AUTHORS |
| 33 | + * Fix reset common name text field in SSL certs form |
| 34 | + * Update SELinux policy module for openSUSE 16.0 |
| 35 | + * Add MmAaXx500 to AUTHORS |
35 | 36 |
|
36 | | -**Bacularis Common** |
| 37 | +**Languages** |
37 | 38 |
|
38 | | - - Improve datepicker style |
39 | | - - Add Elias to AUTHORS |
| 39 | + * Update Spanish translations |
| 40 | + * Update German translations |
| 41 | + * Update Italian translations |
| 42 | + * Update Polish translations |
40 | 43 |
|
41 | 44 | **Contributors** |
42 | | - |
43 | | - - @empereira |
| 45 | +@MmAaXx500 |
| 46 | +Rui |
44 | 47 |
|
0 commit comments