# Changelog
-All notable changes to this project will be documented in this file.
+1.0.1 2023-09-15
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+- Fixes bug where junction wouldn't work between tabs
-## [Unreleased]
+1.0.0 2023-09-14
-### Added
-
-- This changelog
-- Firefox extension configuration
-- Chrome extension configuration
-- Safari extension configuration
-- Rudimentary state control in the extension
-- Server with containerization config
-- README
-
-[Unreleased]: https://gitlab.com/rbdr/junction/compare/v1.0.0...HEAD
-[1.0.0]: https://gitlab.com/rbdr/junction/releases/tag/v1.0.0
+- Added this changelog
+- Added Firefox extension configuration
+- Added Chrome extension configuration
+- Added Safari extension configuration
+- Added Rudimentary state control in the extension
+- Added Server with containerization config
+- Added README
CODE_SIGN_ENTITLEMENTS = Junction/Junction.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = S68NHQVJXW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
- MARKETING_VERSION = 1.0;
+ MARKETING_VERSION = 1.0.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
CODE_SIGN_ENTITLEMENTS = Junction/Junction.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = S68NHQVJXW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
- MARKETING_VERSION = 1.0;
+ MARKETING_VERSION = 1.0.1;
OTHER_LDFLAGS = (
"-framework",
SafariServices,