Skip to content

Commit

Permalink
updated website for bcp 1 (#5365)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Sep 1, 2022
1 parent 763d2d8 commit 1f9b049
Show file tree
Hide file tree
Showing 13 changed files with 80 additions and 9 deletions.
@@ -0,0 +1,59 @@
---
path: "/blog/2022/09/01/new-in-banana-cake-pop-1"
date: "2022-09-01"
title: "New in Banana Cake Pop 1"
tags: ["bananacakepop", "graphql", "ide", "cloud"]
featuredImage: "new-in-banana-cake-pop-1.png"
author: Rafael Staib
authorUrl: https://github.com/rstaib
authorImageUrl: https://avatars0.githubusercontent.com/u/4325318?s=100&v=4
---

[![YouTube Video](youtube-thumbnail.png)](https://youtube.bananacakepop.com/r/1)

## Subscription protocol auto-detection

Auto-detection can save you from a headache when it comes to the following questions:

- _Which subscription protocol is supported by server XYZ?_
- _Which subscription protocol prefers server XYZ?_

The new auto-detection is enabled by default. If you prefer a particular subscription protocol, you can change it in the **Connection Settings** dialog.

![Subscription protocol](subscription-protocol-auto-detection-1.png)

**Banana Cake Pop** supports the following subscription protocols.

![Supported subscription protocols](subscription-protocol-auto-detection-2.png)

## Workspace auto synchronization

Your local and remote workspace changes will be synchronized every 60 seconds automatically. No need for you to click the synchronize button anymore. The new synchronize button is now located in the status bar and is also an indicator, showing you whether a workspace is synchronizing.

![Workspace auto synchronization](workspace-auto-synchronization-1.png)

## Status bar

The new decent status bar shows you a couple of information. For instance, is my browser connected to a network, or with what account am I signed in?

![Network status and username](status-bar-1.png)

The status bar can also contain context-related information. For instance, is the schema of my current document up to date?

![Schema status](status-bar-2.png)

Furthermore, we introduced a new button in the right corner that shows the current version of **Banana Cake Pop** when clicking it.

![Version info](status-bar-3.png)

## Hidden Tabs

We introduced a new button that appears when a tab is at least partly hidden. This button, when clicked, will show a menu with partly hidden and completely hidden tabs.

![Version info](hidden-tabs-1.png)

## Subscribe

To stay up to date, subscribe to our [ChilliCream YouTube Channel](https://www.youtube.com/c/ChilliCream) to get notified whenever we publish new videos.

I'm Rafael Staib, and as soon as Banana Cake Pop 2 is released, I'll be right here to tell you what's new in Banana Cake Pop!
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion website/src/docs/bananacakepop/index.md
Expand Up @@ -2,13 +2,14 @@
title: "Introduction"
---

> Banana Cake Pop is currently **in preview**. Try it out and give us feedback via [slack](http://slack.chillicream.com/) in the **#banana-cake-pop** channel.
> Try it out and give us feedback via [slack](http://slack.chillicream.com/) in the **#banana-cake-pop** channel.
Banana Cake Pop makes it easy and enjoyable to test your GraphQL server implementations. It works well with Hot Chocolate and any other GraphQL server.

![Banana Cake Pop - Operations](../shared/bcp/bcp-operations.png)

# Web App

You can try Banana Cake Pop on the web by going to [eat.bananacakepop.com](https://eat.bananacakepop.com/)

The web version will let you query public GraphQL APIs and try out the Banana Cake Pop features. However, if you want to access local GraphQL servers, we recommend installing the [Banana Cake Pop App](/docs/bananacakepop/install).
Expand Down
25 changes: 18 additions & 7 deletions website/src/docs/bananacakepop/install.md
Expand Up @@ -2,42 +2,53 @@
title: "Installation"
---

> **⚠️ Note:** Banana Cake Pop is currently in preview and the current version is `1.0.0-preview.32`. The app has an auto-update feature built in, so as new releases come out you will be notified to update automatically.
# macOS

Banana Cake Pop App can be installed on macOS using a package manager (recommended) or by downloading the DMG installer.

## Homebrew

Banana Cake Pop can be installed using [Homebrew](https://brew.sh). Use the command below to install the Cask.

```bash
brew install --cask banana-cake-pop
```

## Installer

Make sure to download the correct installer if you're using an Apple Silicon Mac (M1) or an Intel Mac.
- [Intel Mac (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-mac-x64.dmg)
- [Apple Silicon Mac (ARM 64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-mac-arm64.dmg)

- [Intel Mac (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-mac-x64.dmg)
- [Apple Silicon Mac (ARM 64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-mac-arm64.dmg)

# Windows

Banana Cake Pop App can be installed in Windows using a package manager (recommended) or by downloading the installer.

## Windows Package Manager

Banana Cake Pop can be installed using the [Windows Package Manager](https://docs.microsoft.com/en-us/windows/package-manager/). The Windows Package Manager requires Windows 11 or a supported version of Windows 10.

```powershell
winget install banana-cake-pop
```

## Scoop

Banana Cake Pop can also be installed using the [Scoop](https://scoop.sh/) package manager. Scoop supports Windows 7, 10, and 11.

```powershell
scoop bucket add extras
scoop install banana-cake-pop
```

## Installer
- [Windows Installer (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-win-x64.exe)

- [Windows Installer (x64)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-win-x64.exe)

# Linux

We offer an AppImage and Snap installer for Ubuntu. At the moment, we do not support other distributions or installer formats.
- [Ubuntu Installer (AppImage)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-linux-x86_64.AppImage)
- [Ubuntu Installer (Snap)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-preview.32-linux-amd64.snap)

- [Ubuntu Installer (AppImage)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-linux-x86_64.AppImage)
- [Ubuntu Installer (Snap)](https://download.chillicream.com/bananacakepop/BananaCakePop-1.0.0-linux-amd64.snap)
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Expand Up @@ -123,7 +123,7 @@ const IndexPage: FC = () => {
<Link to="https://bananacakepop.com">
<BananaCakePop shadow />
<SlideContent>
<SlideTitle>Try Banana Cake Pop Preview 22</SlideTitle>
<SlideTitle>Try Banana Cake Pop</SlideTitle>
<SlideDescription>
Our GraphQL IDE to explore schemas, execute operations and get
deep performance insights.
Expand Down

0 comments on commit 1f9b049

Please sign in to comment.