Skip to content

Commit

Permalink
Release of version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Aug 24, 2023
1 parent 9d30b54 commit b48932a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.2.1~dev (Unreleased)
## 1.2.1

Bugfixes from various community contributors.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(xournalpp
LANGUAGES CXX C)
# according to https://cmake.org/cmake/help/latest/command/project.html we must fix the suffix:
# And https://gitlab.kitware.com/cmake/cmake/-/issues/16716 is still open:
set(VERSION_SUFFIX "~dev")
set(VERSION_SUFFIX "")
set(PROJECT_VERSION "${PROJECT_VERSION}${VERSION_SUFFIX}")
set(xournalpp_VERSION ${PROJECT_VERSION})
set(CMAKE_PROJECT_VERSION ${PROJECT_VERSION})
Expand Down
13 changes: 8 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
xournalpp (1.2.1~dev-1) UNRELEASED; urgency=medium

*

-- Roland Lötscher <[email protected]> Sat, 29 Jul 2023 23:29:03 +0100
xournalpp (1.2.1-1) unstable; urgency=medium

* Added a default toolbar so that the app does not start without toolbar on new installations
* Fixed some crashes and various issues with the crash log handling
* Added options to the command line and preferences to disable the audio system used for audio recording
* The official release builds are now all built with gtksourceview styling for the LaTeX tool and in "RelWithDeb" mode. Thus failing asserts do not result in a crash anymore.

-- rolandlo <[email protected]> Thu, 24 Aug 2023 17:22:54 +0200

xournalpp (1.2.0-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion desktop/com.github.xournalpp.xournalpp.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<!-- Could be automated more:
`git tag -l | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
-->
<release date="2023-07-29" version="1.2.1~dev" />
<release date="2023-08-24" version="1.2.1" />
<release date="2023-07-29" version="1.2.0" />
<release date="2022-11-25" version="1.1.3" />
<release date="2022-10-15" version="1.1.2" />
Expand Down
4 changes: 2 additions & 2 deletions mac-setup/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<string>Xournal++</string>

<key>CFBundleShortVersionString</key>
<string>1.2.1~dev</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>1.2.1~dev.0</string>
<string>1.2.1.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion rpm/fedora/xournalpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#This spec file is intended for daily development snapshot release
%global build_repo https://github.com/xournalpp/xournalpp/
%global build_branch master
%global version_string 1.2.1~dev
%global version_string 1.2.1
%define build_commit %(git ls-remote %{build_repo} | grep "refs/heads/%{build_branch}" | cut -c1-41)
%define build_shortcommit %(c=%{build_commit}; echo ${c:0:7})
%global build_timestamp %(date +"%Y%m%d")
Expand Down

0 comments on commit b48932a

Please sign in to comment.