]> git.r.bdr.sh - rbdr/junction/commitdiff
Bump version
authorRuben Beltran del Rio <redacted>
Thu, 14 Sep 2023 18:02:09 +0000 (20:02 +0200)
committerRuben Beltran del Rio <redacted>
Thu, 14 Sep 2023 18:02:09 +0000 (20:02 +0200)
CHANGELOG.md
extension/manifest.json
extension/package.json
safari/Junction.xcodeproj/project.pbxproj
safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate
server/package.json

index 260b42420fe16ea3d176ac289363a178bf0ec01d..ed0e0d816a9b4ed912b9c8462f7a304113a8e6f0 100644 (file)
@@ -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
index bb90a29ddbd3ad99275daedd143de63e827d96d0..efdc2a51d56d96886c8243032bcf150c7f789d4c 100644 (file)
@@ -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",
 
index 3c5270ac900d28e18ea1dbe80b09618d4f4ad71b..33a582b274e9245169120ed95f25b6281882a9af 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "junction-extension",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "",
   "main": "junction.js",
   "scripts": {
index c008764a4e9b40f130b856f977fcfb2da531153f..f0572a524690aaa1478a773aba24872d571f9c46 100644 (file)
                                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,
index 77cca1818addf0c7ced5b330592fce7828eafdef..181553da112ba71f20d732c4bf8bd38a0cf8d125 100644 (file)
Binary files a/safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate and b/safari/Junction.xcodeproj/project.xcworkspace/xcuserdata/rbdr.xcuserdatad/UserInterfaceState.xcuserstate differ
index 5d7755b744a0cd38371c8fd3f358282b87be6aef..3d2c20c7ce43434ecd754e0380ca0270a36202a1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "junction-server",
-  "version": "1.0.0",
+  "version": "1.0.1",
   "description": "",
   "main": "index.js",
   "scripts": {