Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Where to find release notes (WebApp 3.4.7.1277-734)

    Alpha, beta and RC releases
    2
    3
    534
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hi,
      I’m relatively new to the forum and perhaps just don’t know where to look … but I can see a recent build of the WebApp https://download.kopano.io/community/webapp:/ but can’t find anything about the changes since 3.4.6.

      Is there a place to find release notes or so by version ?

      Thanks,
      Michael

      1 Reply Last reply Reply Quote 0
      • fbartels
        fbartels Kopano last edited by

        Hi Michael,

        the general place for changelogs is https://documentation.kopano.io/kopano_changelog/webapp.html.

        But this place is only ever updated when we produce a release for our customers, therefore this hardly ever matches with the nightly builds available from the /community page.

        What you could do though is the following:

        # check out the webapp git repo (this is publicly accessible and does not require registration
        git clone https://stash.kopano.io/scm/kw/kopano-webapp.git
        # change into the checkout
        cd kopano-webapp/
        # print out all the changes since a certain release
        git log v3.4.6..HEAD
        

        so the above will get you all changes that have been done since the 3.4.6 release has been tagged and release.

        Regards Felix

        Resources:
        https://kopano.com/blog/how-to-get-kopano/
        https://documentation.kopano.io/
        https://kb.kopano.io/

        Support overview:
        https://kopano.com/support/

        1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User last edited by

          Thanks,
          I’ll give that a try, then !

          1 Reply Last reply Reply Quote 0
          • First post
            Last post