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
Hi, yes it is the intended behaviour. The idea was that most of the times, you want to display the latest log. After a while, though, the changelog becomes very big, hence the optional argument saying don't show version older than X.
This is not difficult to modify, but I don't know which of the two behaviours (show all versions after X or show version X) is the most common.
A better way would be to have two optional parameters, from and to, so we could express bounds ? I am thinking out loud now.
My code:
ClickListener:
showChangelog
function:This shows me next:
Is that right? I just wanted to show to user, that changelog which he hit the button to.
The text was updated successfully, but these errors were encountered: