Skip to content

Commit

Permalink
Bump version number for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Jan 7, 2022
1 parent 72abb02 commit a0e9009
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Pinta-${{ matrix.platform }}.zip
path: pinta-2.0.zip
path: pinta-2.0.1.zip
if-no-files-found: error

build-macos:
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
# Change Log
All notable changes to this project (beginning with version 1.7) will be documented in this file.

## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.0...HEAD)
## [Unreleased](https://github.com/PintaProject/Pinta/compare/2.0.1...HEAD)

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @jpobst

### Added

### Changed

### Fixed

## [2.0.1](https://github.com/PintaProject/Pinta/releases/tag/2.0.1) - 2022/01/06

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @jpobst

### Changed
- Some of the less frequently used items in the View menu (e.g. hiding the toolbar or status bar) are now grouped in their own submenu (#203)
- Updated translations

### Fixed
- Fixed a missing file (`installer/linux/install.proj`) from the release tarball that caused the `install` build step to fail
- Fixed a bug where opening a large number of tabs could cause the window's width to expand ([#1956182](https://bugs.launchpad.net/pinta/+bug/1956182))
- Fixed a bug that could cause a border to appear around the image when zoomed in far enough to require scrolling
- Fixed an issue where tool shortcuts could be affected by Num Lock being enabled ([#1093935](https://bugs.launchpad.net/pinta/+bug/1093935))
- Fixed a missing file (`installer/linux/install.proj`) from the release tarball that caused the `install` build step to fail
- Fixed an issue where the credits text in the About dialog was aligned incorrectly ([#1956168](https://bugs.launchpad.net/pinta/+bug/1956168))

## [2.0](https://github.com/PintaProject/Pinta/releases/tag/2.0) - 2021/12/31
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Core/Pinta.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Core/PintaCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static class PintaCore
public static EffectsManager Effects { get; private set; }
public static IServiceManager Services { get; }

public const string ApplicationVersion = "2.0";
public const string ApplicationVersion = "2.0.1";

static PintaCore ()
{
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Docking/Pinta.Docking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Pinta.Docking</RootNamespace>
<AssemblyName>Pinta.Docking</AssemblyName>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Effects/Pinta.Effects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Gui.Widgets/Pinta.Gui.Widgets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Resources/Pinta.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Pinta.Resources</AssemblyName>
<Nullable>enable</Nullable>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta.Tools/Pinta.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion Pinta/Pinta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<OutputPath>..\bin</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([pinta], [2.0])
AC_INIT([pinta], [2.0.1])
AM_INIT_AUTOMAKE([tar-ustar foreign])

AC_PROG_INSTALL
Expand Down
4 changes: 2 additions & 2 deletions installer/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>xmmd</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<string>2.0.1</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
<key>UTImportedTypeDeclarations</key>
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define ProductName "Pinta"
#define ProductVersion "2.0"
#define ProductVersion "2.0.1"

[Setup]
AppId=C0BCDEDA-62E7-4A43-8435-58323E096912
Expand Down
2 changes: 1 addition & 1 deletion tests/Pinta.Core.Tests/Pinta.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Pinta.Core.Tests</AssemblyName>
<IsPublishable>false</IsPublishable>

<Version>2.0.0.0</Version>
<Version>2.0.1.0</Version>
<Authors>PintaProject</Authors>
<Company />
<Product />
Expand Down
18 changes: 18 additions & 0 deletions xdg/pinta.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,24 @@
<binary>pinta</binary>
</provides>
<releases>
<release version="2.0.1" date="2022-01-06">
<url>https://github.com/PintaProject/Pinta/releases/tag/2.0.1</url>
<description>
<p>Changes</p>
<ul>
<li>Some of the less frequently used items in the View menu (e.g. hiding the toolbar or status bar) are now grouped in their own submenu (#203)</li>
<li>Updated translations</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed a missing file (`installer/linux/install.proj`) from the release tarball that caused the `install` build step to fail</li>
<li>Fixed a bug where opening a large number of tabs could cause the window's width to expand (#1956182)</li>
<li>Fixed a bug that could cause a border to appear around the image when zoomed in far enough to require scrolling</li>
<li>Fixed an issue where tool shortcuts could be affected by Num Lock being enabled (#1093935)</li>
<li>Fixed an issue where the credits text in the About dialog was aligned incorrectly (#1956168)</li>
</ul>
</description>
</release>
<release version="2.0" date="2021-12-31">
<url>https://github.com/PintaProject/Pinta/releases/tag/2.0</url>
<description>
Expand Down

0 comments on commit a0e9009

Please sign in to comment.