Where is the changelog?
Is there a changelog, list of tags, or list of artifacts/binaries with version numbers somewhere? I can't work out what the latest version is
There is no changelog, only the git commit messages. At the moment, there are no tags, releases (artifacts/binaries). Version is generated from the used commit date and hash at compilation. Example:
$ ./https_dns_proxy -V
2024.10.19-ae93cd1
There hasn't really been enough churn to do changelogs. Changes aren't that frequent.
On Mon, 21 Oct 2024, 7:21 am baranyaib90, @.***> wrote:
There is no changelog, only the git commit messages. At the moment, there are no tags, releases (artifacts/binaries). Version is generated from the used commit date and hash at compilation. Example:
$ ./https_dns_proxy -V 2024.10.19-ae93cd1
— Reply to this email directly, view it on GitHub https://github.com/aarond10/https_dns_proxy/issues/172#issuecomment-2425203929, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABTOXVT7ZXEPWVXTHMX4NTZ4QGF7AVCNFSM6AAAAABQI2T27CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGIYDGOJSHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I think it would be useful to at least tag releases even if they're only yearly
There aren't yearly release. Releases happen when they happen and always follow tip of tree. Openwrt cuts it's own binaries. You can use the -V option as stated above to get a useful indicator (usually) of how old it is.