Skip to content

Commit

Permalink
Update for 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Apr 21, 2024
1 parent 28f84dc commit 26ba329
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
release:
version: 2.1.1
release_notes: /releases/2-1-1
download_tarball: https://github.com/PintaProject/Pinta/releases/download/2.1.1/pinta-2.1.1.tar.gz
download_osx: https://github.com/PintaProject/Pinta/releases/download/2.1.1/Pinta.dmg
download_win: https://github.com/PintaProject/Pinta/releases/download/2.1.1/Pinta.exe
download_zip: https://github.com/PintaProject/Pinta/releases/download/2.1.1/pinta-2.1.1.zip
version: 2.1.2
release_notes: /releases/2-1-2
download_tarball: https://github.com/PintaProject/Pinta/releases/download/2.1.2/pinta-2.1.2.tar.gz
download_osx: https://github.com/PintaProject/Pinta/releases/download/2.1.2/Pinta.dmg
download_win: https://github.com/PintaProject/Pinta/releases/download/2.1.2/Pinta.exe
download_zip: https://github.com/PintaProject/Pinta/releases/download/2.1.2/pinta-2.1.2.zip

links:
bugs: https://bugs.launchpad.net/pinta
Expand Down
24 changes: 24 additions & 0 deletions releases/2-1-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
title: Release Notes 2.1.2 - Pinta
---
# Release Notes 2.1.2

**Released April 20th, 2024**

This is a maintenance release for [Pinta 2.1](https://github.com/PintaProject/Pinta/releases/2.1), which adds support for building against .NET 8 (replacing .NET 7) and fixes a couple bugs with the macOS package.

Thanks to everyone who contributed translations, filed bugs, made packages, and everything else!

### Changes
- Support building against .NET 8 (replacing .NET 7) in addition to .NET 6

### Bug Fixes
- Fixed AppStream validation errors in `xdg/pinta.appdata.xml`
- Fixed issues where the system language settings on macOS did not properly take effect in Pinta ([#1976178](https://bugs.launchpad.net/pinta/+bug/1976178))
- Fixed issues on macOS with loading webp images (#770)

### Checksums
- Fingerprint: `5BDA 30D0 C2E9 85E5 9808 9E44 4CF8 0E80 E77C 5C35`
- GPG Signature: `gpg --verify pinta-2.1.2.tar.gz.asc`
- Checksum: `pinta-2.1.2.tar.gz.sha512`
28 changes: 28 additions & 0 deletions releases/old-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@
<div class="features" style="margin-bottom: 10px;">Old Releases</div>

<div class="left-column" style="width: 100%">
<span class="features">Pinta 2.1.1 Packages:</span><br />
<a href="2-1-1">Release Notes</a>
<table width="100%" style="margin-top: 15px;">
<tr>
<td style="width: 50%; vertical-align: top">
<img src="images/windows.png" alt="Windows" width="48" height="48" />
<p class="bullet" style="height: 60px">
<span class="title">Windows</span><br />
<a href="https://github.com/PintaProject/Pinta/releases/download/2.1.1/Pinta.exe">Download</a>
</p>
<img src="images/osx.png" alt="Mac OS X" width="48" height="48" />
<p class="bullet" style="height: 60px">
<span class="title">macOS</span><br/>
<a href="https://github.com/PintaProject/Pinta/releases/download/2.1.1/Pinta.dmg">Download</a>
</p>
<img src="images/tarball.png" alt="Tarball" width="48" height="48" />
<p class="bullet" style="height: 60px">
<span class="title">Tarball</span><br />
<a href="https://github.com/PintaProject/Pinta/releases/download/2.1.1/pinta-2.1.1.tar.gz">Download</a>
</p>
<img src="images/zip.png" alt="Zip File" width="48" height="48" />
<p class="bullet" style="height: 60px">
<span class="title">Zip File</span><br />
<a href="https://github.com/PintaProject/Pinta/releases/download/2.1.1/pinta-2.1.1.zip">Download</a>
</p>
</td>
</tr>
</table>
<span class="features">Pinta 2.1 Packages:</span><br />
<a href="2-1">Release Notes</a>
<table width="100%" style="margin-top: 15px;">
Expand Down

0 comments on commit 26ba329

Please sign in to comment.