diff options
| -rw-r--r-- | CHANGELOG.md | 26 | ||||
| -rw-r--r-- | extension/manifest.json | 2 | ||||
| -rw-r--r-- | extension/package.json | 2 | ||||
| -rw-r--r-- | safari/Junction.xcodeproj/project.pbxproj | 8 | ||||
| -rw-r--r-- | safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate | bin | 32097 -> 33027 bytes | |||
| -rw-r--r-- | server/package.json | 2 |
6 files changed, 17 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 260b424..ed0e0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,15 @@ # 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 diff --git a/extension/manifest.json b/extension/manifest.json index bb90a29..efdc2a5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Junction", - "version": "1.0.0", + "version": "1.0.1", "description": "Jump into an audio call on any URL", "author": "Ruben Knol & Rubén Beltrán del Río", diff --git a/extension/package.json b/extension/package.json index 3c5270a..33a582b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "junction-extension", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "junction.js", "scripts": { diff --git a/safari/Junction.xcodeproj/project.pbxproj b/safari/Junction.xcodeproj/project.pbxproj index c008764..f0572a5 100644 --- a/safari/Junction.xcodeproj/project.pbxproj +++ b/safari/Junction.xcodeproj/project.pbxproj @@ -640,7 +640,7 @@ 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; @@ -654,7 +654,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_LDFLAGS = ( "-framework", SafariServices, @@ -677,7 +677,7 @@ 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; @@ -691,7 +691,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.0; + MARKETING_VERSION = 1.0.1; OTHER_LDFLAGS = ( "-framework", SafariServices, diff --git a/safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate b/safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate Binary files differindex 77cca18..181553d 100644 --- a/safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate +++ b/safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate diff --git a/server/package.json b/server/package.json index 5d7755b..3d2c20c 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "junction-server", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { |