diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b62c2..c3be0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to Forji will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6] - 2026-06-15 + +### Added + +- Shorten the Pull Requests tab to PRs in repository detail (#59) +- Show the overview filter summary only when filters are active (#60) +- Compact notification rows (#55) +- Display and upload image attachments in issues, PRs, and comments + +### Changed + +- Add a CHANGELOG.md file + +### Fixed + +- Refresh the merged notifications list when a push notification is opened (#71) +- Render 3-digit shorthand label colors instead of falling back to gray +- Show graceful empty state when repository has issues turned off +- Show graceful empty state when repository has issues turned off +- De-duplicate involved-scope results across pages in single-instance overviews (#70) +- Show graceful empty state when repository has pull requests turned off (#77) +- Make issue/PR description editable in edit form (#80) (#81) +- Clearer login error for security-key (passkey) accounts (#82) + ## [1.5] - 2026-06-04 ### Added diff --git a/Forji/Forji.xcodeproj/project.pbxproj b/Forji/Forji.xcodeproj/project.pbxproj index 7a25f67..b013959 100644 --- a/Forji/Forji.xcodeproj/project.pbxproj +++ b/Forji/Forji.xcodeproj/project.pbxproj @@ -438,7 +438,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.5; + CURRENT_PROJECT_VERSION = 1.6; DEVELOPMENT_TEAM = RVT2M7QTD4; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -454,7 +454,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = de.hausotte.Forji; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; @@ -474,7 +474,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.5; + CURRENT_PROJECT_VERSION = 1.6; DEVELOPMENT_TEAM = RVT2M7QTD4; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -490,7 +490,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = de.hausotte.Forji; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; @@ -509,11 +509,11 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.5; + CURRENT_PROJECT_VERSION = 1.6; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 26.2; - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = de.hausotte.ForjiTests; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = NO; @@ -532,11 +532,11 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.5; + CURRENT_PROJECT_VERSION = 1.6; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 26.2; - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = de.hausotte.ForjiTests; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = NO; @@ -554,10 +554,10 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.5; + CURRENT_PROJECT_VERSION = 1.6; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = de.hausotte.ForjiUITests; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = NO; @@ -575,10 +575,10 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.5; + CURRENT_PROJECT_VERSION = 1.6; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.6; PRODUCT_BUNDLE_IDENTIFIER = de.hausotte.ForjiUITests; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = NO;