Hi Yakov

what is the easiest way to review all the changes in TW since 2.6.0?
>

GitHub has a number of useful ways to keep track of changes. Start with
tracking the commit history for the TiddlyWiki repo:

https://github.com/TiddlyWiki/tiddlywiki/commits/master

You can also compare two different versions of a repo like this:

https://github.com/TiddlyWiki/TiddlyWiki/compare/v2.6.3...master - compares
2.6.3 with current master

https://github.com/TiddlyWiki/TiddlyWiki/compare/v2.6.3...v2.7.1 - compares
2.6.3 with 2.7.1

In those examples I'm comparing tags (
https://github.com/TiddlyWiki/tiddlywiki/tags). Sadly, not all TiddlyWiki
releases were tagged in GitHub, so sometimes you'll have to use commit IDs
instead:

https://github.com/TiddlyWiki/TiddlyWiki/compare/ae0a1e668dde0b8f9af35c8e149f540cf0104986...master

GitHub can also show you a history of changes to an individual file:

https://github.com/TiddlyWiki/tiddlywiki/commits/master/tiddlywiki.html.recipe

TiddlyWiki on GitHub goes back to around 2007.

Best wishes

Jeremy



>
> Some time ago we discussed that there should be some changlog, but I
> haven't heard anything new since than. Now I have multiple issues solving
> which would be easier with changelog (saving issues with TiddlyFox, Java 7,
> plugin testing, plugin building..) Also, it would be useful to know which
> versions were updatable with TW native update system and which were not (I
> guess that depended on browser versions too).
>
> There's some scattered information like at [1] for pre 2.6.3, at [2] for
> 2.6.3, something about 2.6.6 was at [3], but that's updated for the recent
> version.. I haven't even figured the dates of releases of 2.6.4 and 2.6.5.
>
> Also, I'd like to be able to see all the changes in code (not just their
> functional description). Is that achievable via GitHub? Does GitHub know
> about versions 2.6.2 and below? I'm now updating ForEachTiddlerPlugin and
> there's lots of code which is already in the core; but I'd better see in
> which versions they were introduced to avoid some problems..
>
> Best regards,
> Yakov.
>
> [1] http://trac.tiddlywiki.org/wiki/History
> [2]
> http://groups.google.com/group/tiddlywiki/browse_thread/thread/22e0f1635cacfdf1/5c5a914afdeb3ccd?lnk=gst&q=new+version#5c5a914afdeb3ccd
> [3] http://tiddlywiki.com/#WhatsNew
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to