Skip to content

Commit ba33f60

Browse files
Merge pull request #67 from HarlemSquirrel/bump-version-1.0.0
Bump version to 1.0.0
2 parents a416021 + 954ae00 commit ba33f60

File tree

5 files changed

+36
-27
lines changed

5 files changed

+36
-27
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KeeWeb Connect",
3-
"version": "0.3.7",
3+
"version": "1.0.0",
44
"manifest_version": 3,
55
"description": "__MSG_description__",
66
"icons": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keeweb-connect",
3-
"version": "0.3.7",
3+
"version": "1.0.0",
44
"description": "KeeWeb",
55
"main": "index.js",
66
"scripts": {

release-notes.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
11
Release notes
22
-------------
3+
4+
##### v1.0.0 (TBD)
5+
* Add verify workflow and specify node version by @HarlemSquirrel in https://github.com/keeweb/keeweb-connect/pull/53
6+
* Bump node to 18 by @HarlemSquirrel in https://github.com/keeweb/keeweb-connect/pull/57
7+
* Ci publish firefox by @HarlemSquirrel in https://github.com/keeweb/keeweb-connect/pull/55
8+
* Manifest v3 by @HarlemSquirrel in https://github.com/keeweb/keeweb-connect/pull/61
9+
* Manifest V3 fixes by @HarlemSquirrel in https://github.com/keeweb/keeweb-connect/pull/62
10+
* Fix Google Chrome Manifest v3 compatibility by @gocom in https://github.com/keeweb/keeweb-connect/pull/65
11+
312
##### v0.3.7 (2021-08-07)
4-
`-` fix #17: user-defined keyboard shortcuts
5-
`+` new languages: de, cs, es, uk, zh-TW
13+
`-` fix #17: user-defined keyboard shortcuts
14+
`+` new languages: de, cs, es, uk, zh-TW
615

716
##### v0.3.6 (2021-05-12)
8-
`-` fix #13: better input event simulation
17+
`-` fix #13: better input event simulation
918

1019
##### v0.3.5 (2021-05-10)
11-
`+` new languages: FR, PL
12-
`-` auto-fill on sites without forms, such as aliexpress
13-
`-` native messaging host: support for old macOS starting 10.11
20+
`+` new languages: FR, PL
21+
`-` auto-fill on sites without forms, such as aliexpress
22+
`-` native messaging host: support for old macOS starting 10.11
1423

1524
##### v0.3.4 (2021-05-09)
16-
`-` returning to the webpage after auto-filling OTP and other fields
17-
`-` generating `change` event for websites not accepting credentials
25+
`-` returning to the webpage after auto-filling OTP and other fields
26+
`-` generating `change` event for websites not accepting credentials
1827

1928
##### v0.3.3 (2021-05-08)
20-
`+` new languages: zh-CN
21-
`-` fixed native messaging host file mode
29+
`+` new languages: zh-CN
30+
`-` fixed native messaging host file mode
2231

2332
##### v0.3.2 (2021-05-07)
24-
`+` first build ready for the macOS App Store
25-
`*` versioning change
33+
`+` first build ready for the macOS App Store
34+
`*` versioning change
2635

2736
##### v0.3.1 (2021-05-06)
28-
`+` Microsoft Edge extension
37+
`+` Microsoft Edge extension
2938

3039
##### v0.3.0 (2021-05-04)
31-
`+` new languages: NL, JA
40+
`+` new languages: NL, JA
3241

3342
##### v0.2.0 (2021-05-02)
34-
`!` MVP
43+
`!` MVP

xcode/KeeWeb Connect.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
CODE_SIGN_ENTITLEMENTS = "KeeWeb Connect Extension/KeeWeb_Connect_Extension.entitlements";
424424
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
425425
CODE_SIGN_STYLE = Manual;
426-
CURRENT_PROJECT_VERSION = 8;
426+
CURRENT_PROJECT_VERSION = 9;
427427
DEVELOPMENT_TEAM = 3LE7JZ657W;
428428
ENABLE_HARDENED_RUNTIME = YES;
429429
INFOPLIST_FILE = "KeeWeb Connect Extension/Info.plist";
@@ -433,7 +433,7 @@
433433
"@executable_path/../../../../Frameworks",
434434
);
435435
MACOSX_DEPLOYMENT_TARGET = 10.15;
436-
MARKETING_VERSION = 0.3.7;
436+
MARKETING_VERSION = 0.4.0;
437437
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect.extension";
438438
PRODUCT_NAME = "$(TARGET_NAME)";
439439
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -447,7 +447,7 @@
447447
CODE_SIGN_ENTITLEMENTS = "KeeWeb Connect Extension/KeeWeb_Connect_Extension.entitlements";
448448
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
449449
CODE_SIGN_STYLE = Manual;
450-
CURRENT_PROJECT_VERSION = 8;
450+
CURRENT_PROJECT_VERSION = 9;
451451
DEVELOPMENT_TEAM = 3LE7JZ657W;
452452
ENABLE_HARDENED_RUNTIME = YES;
453453
INFOPLIST_FILE = "KeeWeb Connect Extension/Info.plist";
@@ -457,7 +457,7 @@
457457
"@executable_path/../../../../Frameworks",
458458
);
459459
MACOSX_DEPLOYMENT_TARGET = 10.15;
460-
MARKETING_VERSION = 0.3.7;
460+
MARKETING_VERSION = 0.4.0;
461461
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect.extension";
462462
PRODUCT_NAME = "$(TARGET_NAME)";
463463
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -474,7 +474,7 @@
474474
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
475475
CODE_SIGN_STYLE = Manual;
476476
COMBINE_HIDPI_IMAGES = YES;
477-
CURRENT_PROJECT_VERSION = 8;
477+
CURRENT_PROJECT_VERSION = 9;
478478
DEVELOPMENT_TEAM = 3LE7JZ657W;
479479
ENABLE_HARDENED_RUNTIME = YES;
480480
INFOPLIST_FILE = "KeeWeb Connect/Info.plist";
@@ -483,7 +483,7 @@
483483
"@executable_path/../Frameworks",
484484
);
485485
MACOSX_DEPLOYMENT_TARGET = 10.15;
486-
MARKETING_VERSION = 0.3.7;
486+
MARKETING_VERSION = 0.4.0;
487487
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect";
488488
PRODUCT_NAME = "$(TARGET_NAME)";
489489
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -499,7 +499,7 @@
499499
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
500500
CODE_SIGN_STYLE = Manual;
501501
COMBINE_HIDPI_IMAGES = YES;
502-
CURRENT_PROJECT_VERSION = 8;
502+
CURRENT_PROJECT_VERSION = 9;
503503
DEVELOPMENT_TEAM = 3LE7JZ657W;
504504
ENABLE_HARDENED_RUNTIME = YES;
505505
INFOPLIST_FILE = "KeeWeb Connect/Info.plist";
@@ -508,7 +508,7 @@
508508
"@executable_path/../Frameworks",
509509
);
510510
MACOSX_DEPLOYMENT_TARGET = 10.15;
511-
MARKETING_VERSION = 0.3.7;
511+
MARKETING_VERSION = 0.4.0;
512512
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect";
513513
PRODUCT_NAME = "$(TARGET_NAME)";
514514
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)