Skip to Content
GuidesUpdating AppView

AppView is updated with new features, improvements, and bug fixes. To get these changes into your website, you need to merge the latest changes from the AppView repo into your project.

You can find release notes on the Releases  page of the AppView GitHub repository.

Add AppView remote

In order to fetch changes from the AppView repository, add it as an additional remote. Within your project folder run:

git remote add upstream [email protected]:overthink-software/app-view.git

Pull the latest changes

git fetch upstream git merge upstream/main

That’s it. In case you manually edited the internal implementation of the default components, there might be merge conflicts that you’ll need to resolve manually.

I try to avoid any breaking changes as much as possible, but if this happens, there will be a detailed update guide in the release notes .