Bump new version.

This commit is contained in:
Roman Telezhynskyi 2024-06-25 14:00:18 +03:00
parent b3cd40033d
commit f9b773e2ea
16 changed files with 86 additions and 28 deletions

View file

@ -260,7 +260,7 @@ linux_task:
QT_VERSION: Qt6
ARCH: x86_64
TARGET_PLATFORM: "Linux"
VALENTINA_VERSION: 0_7_52
VALENTINA_VERSION: 0_7_53
container:
cpu: 4
memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container
@ -455,7 +455,7 @@ macos_task:
TARGET_PLATFORM: "macOS_12.4+"
MACOS_DEPLOYMENT_TARGET: 12.0
ENABLE_CCACHE: true
VALENTINA_VERSION: 0_7_52
VALENTINA_VERSION: 0_7_53
matrix:
- name: 'macOS Monterey 12 [signle bundle, no tests]'
env:

View file

@ -20,7 +20,7 @@ env:
SOURCE_DIR: ${{ github.workspace }}
INSTALL_QT: 6.7.0
QBS_VERSION: 2.2.2
VALENTINA_VERSION: 0_7_52
VALENTINA_VERSION: 0_7_53
ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
jobs:

View file

@ -1,4 +1,4 @@
# Valentina 0.7.53 (unreleased)
# Valentina 0.7.53 June 25, 2024
- Fix layout sheet export with empty name.
- Fix visualization for tool Point from circle and tangent.
- Fix loading background image.

View file

@ -5,7 +5,7 @@
[![GitLab Last Commit](https://img.shields.io/gitlab/last-commit/smart-pattern%2Fvalentina?style=flat)]()
[![Discord](https://img.shields.io/discord/1209739539816517692?logo=discord&logoColor=white)](https://discord.gg/XUxKFQuQ)
[![Stable version](https://img.shields.io/badge/Stable-v0.6.1-blue)](https://smart-pattern.com.ua/valentina/version/0.6.1/)
[![Dev version](https://img.shields.io/badge/Dev-v0.7.52-yellow)](https://smart-pattern.com.ua/valentina/version/0.7.52/)
[![Dev version](https://img.shields.io/badge/Dev-v0.7.53-yellow)](https://smart-pattern.com.ua/valentina/version/0.7.53/)
[![Build Status](https://api.cirrus-ci.com/github/dismine/valentina.svg)](https://cirrus-ci.com/github/dismine/valentina)
[![Build status](https://ci.appveyor.com/api/projects/status/m505f1pfs19j81nt/branch/develop?svg=true)](https://ci.appveyor.com/project/dismi_/valentina)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dismine_valentina&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=dismine_valentina)

View file

@ -44,7 +44,7 @@ environment:
ACCESS_TOKEN:
secure: RUhnEHqaR8KhalOMWwZZOoO342Ja50QV4KpEWdm9g3pG+jG7i6aJqUmeKF1l5VN6dzksk1u+yN6pOLnU8oGcaVQ6v+1dpKK1oZvF0tyHhNE=
APPVEYOR_SAVE_CACHE_ON_ERROR: "true"
VALENTINA_VERSION: 0_7_52
VALENTINA_VERSION: 0_7_53
matrix:
- job_name: MacOS_12_Qt_5_15 (qbs, multibundle)

View file

@ -1,5 +1,5 @@
valentina (0.7.52) trusty; urgency=low
valentina (0.7.53) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 12 September 2022 16:25:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, June 25, 2024 13:39:00 +0300

View file

@ -1,5 +1,5 @@
valentina (0.7.52) trusty; urgency=low
valentina (0.7.53) trusty; urgency=low
* Auto build.
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Mon, 12 September 2022 16:25:00 +0300
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, June 25, 2024 13:39:00 +0300

View file

@ -11,7 +11,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2013-2023, Valentina project</string>
<string>© 2013-2024, Valentina project</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>

View file

@ -11,7 +11,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2013-2023, Valentina project</string>
<string>© 2013-2024, Valentina project</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>

View file

@ -11,7 +11,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2013-2023, Valentina project</string>
<string>© 2013-2024, Valentina project</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>

2
dist/rpm/_service vendored
View file

@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="url">git://github.com/dismine/Valentina_git.git</param>
<param name="versionprefix">0.7.52</param>
<param name="versionprefix">0.7.53</param>
<param name="filename">valentina</param>
<param name="scm">git</param>
<param name="exclude">.git</param>

View file

@ -105,7 +105,7 @@ Requires: poppler
Requires: poppler-utils
%endif
Version: 0.7.52
Version: 0.7.53
Release: 0
URL: https://gitlab.com/smart-pattern/valentina
License: GPL-3.0+

View file

@ -48,11 +48,69 @@
<li>New option Interactive tools.</li>
<li>Improve error messages while import CSV data.</li>
<li>Fix regression in dialog Known measurements.</li>
<li>New option. Default piece label template for new pieces.</li>
<li>Shortcut to quickly enable/disable Interactive tools mode.</li>
<li>Improve labels for V notch.</li>
<li>Fix QT issue on MacOS version 11.0 "Big Sur".</li>
<li>Fix excluding objects in internal path.</li>
<li>Fix float-point accuracy issue in multisize measurements dimensions.</li>
<li>Fix compatibility with Richpeace DXF-AAMA/ASTM R12.</li>
<li>Fix seam allowance. Loose requirements to case with prong.</li>
<li>Fix list of dimension popup list. Make sure it will always has enough space for values.</li>
<li>New grainline type: Four way.</li>
<li>Show/hide grainline when export.</li>
<li>Improve calculating notches.</li>
<li>Simplify number of versions for DXF AAMA/ASTM.</li>
<li>New notch type - Check Notch.</li>
<li>Control a notch width and angle with formulas.</li>
<li>Independent translation for piece labels.</li>
<li>Piece labels line break.</li>
<li>Support for single-line fonts.</li>
<li>Export to HP-GL format.</li>
<li>Fix crash after using tool Union of details.</li>
<li>Tool box redesign.</li>
<li>Increased requirement for minimal Qt version.</li>
<li>Support for Dark mode.</li>
<li>Fix issue with passing incorrect number of dimension to Tape.</li>
<li>New option: Pointer mode.</li>
<li>Fix GUI freezing while nesting.</li>
<li>New option: Use Tool Groups.</li>
<li>Redesign notch context menu to allow quick selection of the notch type.</li>
<li>Redesign standard path system.</li>
<li>New option: Translate formula.</li>
<li>Fix filling piece label data.</li>
<li>New piece option Follow grainline.</li>
<li>Validate sheet and layout names before proposing file name.</li>
<li>Puzzle app. Fix piece position move when update layout data.</li>
<li>Puzzle app. Fix losing selection by piece.</li>
<li>Puzzle app. Fix updating layout when file already opened.</li>
<li>Tape app. Custom measurement name.</li>
<li>Tape app. Show variables in order they were added.</li>
<li>Shortcuts manager.</li>
<li>Support for custom known measurements.</li>
<li>Allow negative values.</li>
<li>Tape app. New feature: Always keep on top.</li>
<li>Label %mFileName% file name punctuation.</li>
<li>Adding removing nodes of curved path.</li>
<li>New tools: Arc start point, Arc end point.</li>
<li>Optimize U-notch shape.</li>
<li>New feature. Boundary together with notches.</li>
<li>Puzzle app. Horizontal piece flipping.</li>
<li>Mirror line.</li>
<li>Fold line.</li>
<li>Minimal Qt version increased to Qt 5.15. Minimal C++ standard to C++17.</li>
<li>Updated Windows installer.</li>
<li>Automatic crash reports.</li>
<li>Improve compatibility with Richpeace CAD.</li>
<li>New warning "Piece gape position".</li>
<li>New feature. Hide/Show enabled grainline.</li>
</ul>
</description>
<issues>
<issue url="https://gitlab.com/smart-pattern/valentina/-/issues/187">valentina#187</issue>
<issue url="https://gitlab.com/smart-pattern/valentina/-/issues/189">valentina#189</issue>
<issue url="https://gitlab.com/smart-pattern/valentina/-/issues/163">valentina#163</issue>
<issue url="https://gitlab.com/smart-pattern/valentina/-/issues/188">valentina#188</issue>
</issues>
</release>
</releases>

16
dist/valentina.dsc vendored
View file

@ -2,21 +2,21 @@ Format: 3.0 (native)
Source: valentina
Binary: valentina
Architecture: i386 amd64
Version: 0.7.52
Version: 0.7.53
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
Homepage: https://smart-pattern.com.ua
Standards-Version: 3.9.5
Vcs-Browser: https://gitlab.com/smart-pattern/valentina
Build-Depends: debhelper (>= 8.0.0),
qtbase5-dev (>= 5.4.0),
libqt5svg5-dev (>= 5.4.0),
qtbase5-dev (>= 5.15.0),
libqt5svg5-dev (>= 5.15.0),
g++ (>= 4.8.0),
qttools5-dev-tools (>= 5.4.0),
libqt5xmlpatterns5-dev (>= 5.4.0),
libqt5opengl5-dev (>= 5.4.0)
Debtransform-Tar: valentina-0.7.52.v0.7.52.tar.gz
qttools5-dev-tools (>= 5.15.0),
libqt5xmlpatterns5-dev (>= 5.15.0),
libqt5opengl5-dev (>= 5.15.0)
Debtransform-Tar: valentina-0.7.53.v0.7.53.tar.gz
Package-List:
valentina deb graphics optional
Files:
00000000000000000000000000000000 0 valentina-0.7.52.v0.7.52.tar.gz
00000000000000000000000000000000 0 valentina-0.7.53.v0.7.53.tar.gz

View file

@ -63,7 +63,7 @@ Module {
property string libDirName: "lib"
property string appTarget
property string projectVersion: "0.7.52"
property string projectVersion: "0.7.53"
readonly property string installAppPath: {
if (qbs.targetOS.contains("macos"))

View file

@ -33,7 +33,7 @@ class QString;
constexpr unsigned MAJOR_VERSION = 0;
constexpr unsigned MINOR_VERSION = 7;
constexpr unsigned DEBUG_VERSION = 52;
constexpr unsigned DEBUG_VERSION = 53;
auto AppVersionStr() -> const QString &;
@ -50,8 +50,8 @@ constexpr auto AppVersion() -> unsigned
// Change version number in projectversion.cpp too.
// Synchronize valentina.nsi
#define VER_FILEVERSION 0, 7, 52
#define VER_FILEVERSION_STR "0.7.52\0"
#define VER_FILEVERSION 0, 7, 53
#define VER_FILEVERSION_STR "0.7.53\0"
#define V_PRERELEASE // Mark prerelease builds
@ -61,7 +61,7 @@ constexpr auto AppVersion() -> unsigned
#define VER_COMPANYNAME_STR "Valentina"
// #define VER_FILEDESCRIPTION_STR "Patternmaking program." // Defined in program
// #define VER_INTERNALNAME_STR "Valentina" // Defined in program
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2022 Valentina Team"
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2024 Valentina Team"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
// #define VER_ORIGINALFILENAME_STR "valentina.exe" // Defined in program