Releases: lbr38/repomanager
Releases · lbr38/repomanager
4.13.0
Changes:
- Manage hosts: added a way to update specific or all packages on one or multiple hosts with update options such as dry-run, ignore exclusions and more
- Added a way to customize each repository environment color
- Added a way to view websocket server logs (for debugging)
- Various UI fixes and improvements
4.12.1
Changes:
- Fixed Alma Linux CRB repository definition #206
- Fixed typo
- Various UI fixes
4.12.0
Changes:
- Added a way to import source repositories from predefined lists #203
- Added some predefined source repositories lists to import (Debian, Ubuntu, Fedora, CentOS, Redhat, OpenSUSE, etc ...). It is recommended to import them to benefit from suggestions when creating a new repository. More lists may be added later.
- Added distributions and release versions suggestions when creating a new repository.
- UI improvements, contrast, colors, etc.
4.11.1
Changes:
- Increased database busy timeout
- Various UI fixes and improvements
4.11.0
Changes:
- Manage hosts: improved requests logs retrieval
- Speeded up the loading of the repos list
- Various UI improvements
4.10.0
Changes:
- Fixed repos access stats generation for dnf clients
- Added the possibility to update hosts packages by selecting them from the available packages list
- Various UI improvements
4.9.0
Changes:
- Added a way to filter wanted or unwanted packages from a repository sync, using patterns
- Various UI improvements
4.8.0
Changes:
- Added packages deduplication between repos snapshots #194
- Added a button to select all latest snapshots in the repos list
- Various UI improvements
- Typos fixes (@Starbix)
4.7.1
Changes:
- Added the possibility to use basic authentication in source repository URL (
https://username:password@...
) @Starbix
- RPM: Fixed syncing of repository with no basearch in URL
- Various UI improvements