News:

--

Main Menu

The History & date

Started by pulsarstar, January 08, 2022, 11:18:45 AM

Previous topic - Next topic

pulsarstar

Hi all,
Happy New Year to all.
I have two questions.

I like to read what changes the author has made to their software,
When they do make changes.
I try to keep up with the nightly builds.
And would like to know what has been changed in a nightly build.
Could someone give me the link to such a page?
that is if there is one?
I do have the link to the version number changes
file:///C:/Program%20Files/Avidemux%202.8%20-%2064%20bits/ChangeLog.html

My second question, I suppose this would be directed to the author of Avidemux!
Why has the info changes in the about applet?
You included in the past the release date on the applet!
And now you do not!
Thank You.

eumagga0x2a

Happy New Year to you too.

Quote from: pulsarstar on January 08, 2022, 11:18:45 AMI like to read what changes the author has made to their software, when they do make changes.

You might want to bookmark https://github.com/mean00/avidemux2/commits/master then.

Quote from: pulsarstar on January 08, 2022, 11:18:45 AMWhy has the info changes in the about applet?
You included in the past the release date on the applet!

This is the difference between a nightly and a release build (a build with the CMake variable "Release" set in cmake/avidemuxVersion.cmake). Nightlies show the latest git commit (well, this often doesn't work for VC++ builds, I have no idea why) in the About dialog, releases show just the version which by itself defines the state of the code tree used to produce it.

To view code tree matching a release, select the matching tag.

pulsarstar

eumagga0x2a, Thank you for a nice clear answer,
just what I was looking for.