Skip to content

Commit

Permalink
Bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Sep 30, 2023
1 parent 95ddead commit 4310efa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ $ alias cb='snap run clipboard'
### <img src="documentation/readme-assets/InstallManually.png" alt="Install Manually" height=25px />
You'll need CMake and C++20 support, and if you want X11 or Wayland support, you'll also need libx11 or libwayland plus Wayland Protocols respectively. If you're on Linux, you'll need ALSA.

Get the latest release instead of the latest commit by adding `--branch 0.8.1` right after `git clone...`.
Get the latest release instead of the latest commit by adding `--branch 0.8.2` right after `git clone...`.

Change the system installation prefix by adding `-DCMAKE_INSTALL_PREFIX=/custom/prefix` to `cmake ..`, or the library install location by adding `-DCMAKE_INSTALL_LIBDIR=/custom/dir`.
```bash
Expand Down
3 changes: 2 additions & 1 deletion app.getclipboard.Clipboard.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<screenshots>
<screenshot type="default">
<caption>An example of using Clipboard</caption>
<image type="source" width="1906" height="1010">https://raw.githubusercontent.com/Slackadays/Clipboard/0.8.1/documentation/readme-assets/CBDemo.png</image>
<image type="source" width="1906" height="1010">https://raw.githubusercontent.com/Slackadays/Clipboard/0.8.2/documentation/readme-assets/CBDemo.png</image>
</screenshot>
</screenshots>

Expand All @@ -44,6 +44,7 @@
<url type="contribute">https://github.com/Slackadays/Clipboard/blob/main/.github/CONTRIBUTING.md</url>

<releases>
<release version="0.8.2" date="2023-09-30" />
<release version="0.8.1" date="2023-07-08" />
<release version="0.8.0" date="2023-06-03" />
<release version="0.7.1" date="2023-05-10" />
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: clipboard
version: "0.8.1"
version: "0.8.2"
summary: The ultimate clipboard manager for the terminal
description: |
The Clipboard Project is one of the most advanced clipboard managers ever.
Expand Down

0 comments on commit 4310efa

Please sign in to comment.