Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

What's new in Vanilla 2.1?

I'm trying to find a change log or list of new features coming in 2.1 but I cannot find anything. Will it only be available when 2.1 goes live?

Comments

  • Welcome to the community!

    Change lists are for stable releases ;)

    There are some listed on the community wiki. This lists mostly technical changes.

    As far as general updates, everything is better, faster, and stronger.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • On this forum we have something called 'announcements'. In those announcements Lincoln made an excellent post about Vanilla 2.1 Beta 2. Please read it carefully and thoroughly.

    Scroll all the way down to where it says : Changelog since 2.1b1 and read that list. At least it's part of the changelog. Rest will most likely be in the announcement of the final release.

    For Vanilla 2.1 beta : technical skills required

    There was an error rendering this rich post.

  • LincLinc Admin
    edited September 2013

    I may put together a full 2.1 changelog if I muster the strength. Doing the quick-and-easy git commit list won't really cut it for the level of change that happened, so I actually have to go back and summarize things. It would be very labor intensive.

  • @Lincoln said:
    Doing the quick-and-easy git commit list won't really cut it for the level of change that happened

    Wait please. While the offer is awesome, let's see if the community can put something together (on the Wiki of course) we have an example in the Beta 2 announcement. We have the 'github diff' between 2.0.18.8 (and beyond? ) and 2.1 beta 2.

    Let's see how good our community can work on the Wiki :-)

    There was an error rendering this rich post.

  • The git comparison between 2.0 and 2.1 branches is here: https://github.com/vanillaforums/Garden/compare/2.0...2.1

    I will set up a changelog page on the wiki here: http://vanillawiki.homebrewforums.net/index.php?title=Changelog_2.1

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • @hgtonight said:
    The git comparison between 2.0 and 2.1 branches is here

    Heh, kinda.

    "This comparison is big! We're only showing the most recent 250 commits "

  • Wouldn't you know it, I saw that notice and didn't even think to check if it paged.

    Time to bust out my local git client.

    hgtonight sighs

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • TamaTama ✭✭✭

    @hgtonight said:
    The git comparison between 2.0 and 2.1 branches is here: https://github.com/vanillaforums/Garden/compare/2.0...2.1

    I will set up a changelog page on the wiki here: http://vanillawiki.homebrewforums.net/index.php?title=Changelog_2.1

    I added some features, that I've been able to remember off the top of my head, have a look at the community changelog linked @Fengol

    There was an error rendering this rich post.

  • LincLinc Admin
    edited September 2013

    @hgtonight This the command we use to create the HTML list changelog:

     git log --no-merges Vanilla_2.0.18.. --pretty='<li><a href="https://github.com/vanillaforums/Garden/commit/%H">%ad</a> %s</li>' --date=short | pbcopy
    

    Puts it on your clipboard.

    Unfortunately, with 4000 commits that's the easy part.

Sign In or Register to comment.