Skip to content

Commit

Permalink
Upgrade to 0.9.1, look for vcpkg first
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 6, 2024
1 parent 743ff51 commit 969b894
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-clipboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
- name: Run a script
run: |
vcpkg install openssl:arm64-windows
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_GENERATOR_PLATFORM=ARM64
cmake --build . --config Release -j 3
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(Clipboard LANGUAGES CXX C VERSION 0.9.0)
project(Clipboard LANGUAGES CXX C VERSION 0.9.1)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED True)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,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.9.0.1` right after `git clone...`.
Get the latest release instead of the latest commit by adding `--branch 0.9.1` 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
1 change: 1 addition & 0 deletions app.getclipboard.Clipboard.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<url type="contribute">https://github.com/Slackadays/Clipboard/blob/main/.github/CONTRIBUTING.md</url>

<releases>
<release version="0.9.1" date="2024-10-06" />
<release version="0.9.0" date="2023-12-17" />
<release version="0.8.3" date="2023-10-02" />
<release version="0.8.2" date="2023-09-30" />
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.9.0"
version: "0.9.1"
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 969b894

Please sign in to comment.