Skip to content

Releases: lbr38/repomanager

4.13.1

25 Nov 17:04
7cd1acc
Compare
Choose a tag to compare

Changes:

4.13.0

24 Nov 09:25
f2e0b1b
Compare
Choose a tag to compare

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

04 Nov 17:59
bc44641
Compare
Choose a tag to compare

Changes:

  • Fixed Alma Linux CRB repository definition #206
  • Fixed typo
  • Various UI fixes

4.12.0

02 Nov 17:38
21cbbed
Compare
Choose a tag to compare

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

07 Oct 07:07
59f20e8
Compare
Choose a tag to compare

Changes:

  • Increased database busy timeout
  • Various UI fixes and improvements

4.11.0

28 Sep 13:08
25abe82
Compare
Choose a tag to compare

Changes:

  • Manage hosts: improved requests logs retrieval
  • Speeded up the loading of the repos list
  • Various UI improvements

4.10.0

23 Sep 19:26
2402b6d
Compare
Choose a tag to compare

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

16 Sep 08:14
5e3d358
Compare
Choose a tag to compare

Changes:

  • Added a way to filter wanted or unwanted packages from a repository sync, using patterns
  • Various UI improvements

4.8.0

10 Sep 07:47
3c9c2d6
Compare
Choose a tag to compare

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

03 Sep 18:11
0680d0d
Compare
Choose a tag to compare

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