You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Problem
Maybe it isn't important enough, but the Apt packages of VSCodium do not expose a changelog, resulting th following error on install/updates...
apt-listchanges: Reading changelogs...
Calling ['apt-get', '-qq', 'changelog', 'codium=1.96.3.25013'] to retrieve changelog
apt-listchanges: Unable to retrieve changelog for package codium; 'apt-get changelog' failed with: E: Failed to fetch changelog:/codium.changelog Changelog unavailable for codium=1.96.3.25013
Execute apt update && apt install vscodium or if already installed apt update && apt upgrade it a new release is available.
See error
Expected behavior
Not to see that error (it also blocks other downloads for a specific amount of time), on the other hand, it whould be nice to have at least a changlog which maybe just contains a link to an external changelog (like this)
Desktop (please complete the following information):
OS: Ubuntu 22.04 LTS
Architecture x64
Version codium=1.96.3.25013
App Manager DEB (Apt)
Sandboxed no
The text was updated successfully, but these errors were encountered:
The Problem
Maybe it isn't important enough, but the Apt packages of VSCodium do not expose a changelog, resulting th following error on install/updates...
To Reproduce
Steps to reproduce the behavior:
/etc/apt/listchanges.conf
with following content...apt update && apt install vscodium
or if already installedapt update && apt upgrade
it a new release is available.Expected behavior
Not to see that error (it also blocks other downloads for a specific amount of time), on the other hand, it whould be nice to have at least a changlog which maybe just contains a link to an external changelog (like this)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: