Skip to content

Commit 969b894

Browse files
committed
Upgrade to 0.9.1, look for vcpkg first
1 parent 743ff51 commit 969b894

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

โ€Ž.github/workflows/build-clipboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
- name: Run a script
175175
run: |
176176
vcpkg install openssl:arm64-windows
177+
$env:PATH = "$env:VCPKG_ROOT;$env:PATH"
177178
cd build
178179
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_GENERATOR_PLATFORM=ARM64
179180
cmake --build . --config Release -j 3

โ€ŽCMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(Clipboard LANGUAGES CXX C VERSION 0.9.0)
3+
project(Clipboard LANGUAGES CXX C VERSION 0.9.1)
44
set(CMAKE_CXX_STANDARD 23)
55
set(CMAKE_CXX_STANDARD_REQUIRED True)
66

โ€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ $ alias cb='snap run clipboard'
247247
### <img src="documentation/readme-assets/InstallManually.png" alt="Install Manually" height=25px />
248248
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.
249249

250-
Get the latest release instead of the latest commit by adding `--branch 0.9.0.1` right after `git clone...`.
250+
Get the latest release instead of the latest commit by adding `--branch 0.9.1` right after `git clone...`.
251251

252252
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`.
253253
```bash

โ€Žapp.getclipboard.Clipboard.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<url type="contribute">https://github.com/Slackadays/Clipboard/blob/main/.github/CONTRIBUTING.md</url>
4545

4646
<releases>
47+
<release version="0.9.1" date="2024-10-06" />
4748
<release version="0.9.0" date="2023-12-17" />
4849
<release version="0.8.3" date="2023-10-02" />
4950
<release version="0.8.2" date="2023-09-30" />

โ€Žsnapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: clipboard
2-
version: "0.9.0"
2+
version: "0.9.1"
33
summary: The ultimate clipboard manager for the terminal
44
description: |
55
The Clipboard Project is one of the most advanced clipboard managers ever.

0 commit comments

Comments
ย (0)