Update Safari extension icon — new icon by Louie Mantia. Update release notes and build.

This commit is contained in:
Brent Simmons 2023-02-09 21:46:46 -08:00
parent 3168c9c935
commit 86966b29ec
4 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
# Mac Release Notes # Mac Release Notes
### 6.1.1b3 build 6109 6 Feb 2023
Update Safari extension icon (credit to Louie Mantia for the new icon)
### 6.1.1b2 build 6108 5 Feb 2023 ### 6.1.1b2 build 6108 5 Feb 2023
Remove Twitter integration. On first launch, for people with Twitter feeds, display an alert explaining what happened Remove Twitter integration. On first launch, for people with Twitter feeds, display an alert explaining what happened
Fix a crashing bug that could happen in the sidebar Fix a crashing bug that could happen in the sidebar
### 6.1.1b1 build 6107 3 Nov 2022 ### 6.1.1b1 build 6107 3 Nov 2022

View File

@ -1,6 +1,6 @@
// High Level Settings common to both the Mac application and any extensions we bundle with it // High Level Settings common to both the Mac application and any extensions we bundle with it
MARKETING_VERSION = 6.1.1b2 MARKETING_VERSION = 6.1.1b3
CURRENT_PROJECT_VERSION = 6108 CURRENT_PROJECT_VERSION = 6109
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;