Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 1cb03d1

Browse files
author
Benjamin Scholtysik (Reimold)
authored
Merge pull request #149 from v-momoin/release/5.1.1
Release/5.1.1
2 parents 03996d3 + ef85353 commit 1cb03d1

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

Documentation/Guides/Changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.1.1
2+
3+
This version contains improvements around concurrency.
4+
5+
- [BUGFIX/IMPROVEMENT] On MacOS Mojave the feedback form can't be rendered properly with dark theme.
6+
Buttons and some other controls are invisible with dark theme which is fixed wiht this release. [#148] https://github.com/bitstadium/HockeySDK-Mac/pull/148
7+
18
## 5.1.0
29

310
This version contains improvements around concurrency.
@@ -387,4 +394,4 @@ This SDK release explicitly includes the Application Support directory into back
387394
- Added Mac Sandbox support:
388395
- Supports 32 and 64 bit Intel X86 architecture
389396
- Uses brand new PLCrashReporter version instead of crash logs from Library directories
390-
- Fixed sending crash reports to the HockeyApp servers
397+
- Fixed sending crash reports to the HockeyApp servers

Documentation/HockeySDK/.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ clean: true
33
sdk: macosx
44

55
module: HockeySDK
6-
module_version: 5.1.0
6+
module_version: 5.1.1
77
author: Microsoft Corp
88
author_url: https://www.microsoft.com
99

@@ -35,4 +35,4 @@ github_file_prefix: "https://github.com/bitstadium/HockeySDK-Mac/"
3535

3636
skip_undocumented: true
3737

38-
output: Generated/
38+
output: Generated/

HockeySDK-Mac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HockeySDK-Mac'
3-
s.version = '5.1.0'
3+
s.version = '5.1.1'
44

55
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and get usage data.'
66
s.description = <<-DESC

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Slack Status](https://slack.hockeyapp.net/badge.svg)](https://slack.hockeyapp.net)
33

44

5-
# Version 5.1.0
5+
# Version 5.1.1
66

77
## Introduction
88

Support/buildnumber.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "HockeySDK.xcconfig"
22

33
BUILD_NUMBER = 64
4-
VERSION_STRING = 5.1.0
4+
VERSION_STRING = 5.1.1
55
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\"" $(XCODEBUILD_GCC_PREPROCESSOR_DEFINITIONS)

0 commit comments

Comments
 (0)