Skip to content

Commit

Permalink
chore: release v1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release committed Jan 23, 2025
1 parent 739abc8 commit e5c426e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ app.

## [Unreleased]

## [1.23.0] - 2025-01-23

- Added precise conversion of Japanese era dates, including those preceding
the adoption of the Gregorian calendar in Japan, with accurate calculations
for the timespan of specific years and months
Expand Down Expand Up @@ -1241,7 +1243,8 @@ app.

- Initial version (yes, it took me four attempts to publish).

[unreleased]: https://github.com/birchill/10ten-ja-reader/compare/v1.22.0...HEAD
[unreleased]: https://github.com/birchill/10ten-ja-reader/compare/v1.23.0...HEAD
[1.23.0]: https://github.com/birchill/10ten-ja-reader/compare/v1.22.0...v1.23.0
[1.22.0]: https://github.com/birchill/10ten-ja-reader/compare/v1.21.1...v1.22.0
[1.21.1]: https://github.com/birchill/10ten-ja-reader/compare/v1.21.0...v1.21.1
[1.21.0]: https://github.com/birchill/10ten-ja-reader/compare/v1.20.0...v1.21.0
Expand Down
2 changes: 1 addition & 1 deletion manifest.json.src
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "10ten Japanese Reader",
/*#endif*/
"author": "Brian Birtles",
"version": "1.22.0",
"version": "1.23.0",
/*#if supports_browser_specific_settings*/
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "10ten-ja-reader",
"version": "1.22.0",
"version": "1.23.0",
"description": "Translate Japanese by hovering over words.",
"keywords": [
"rikaichamp",
Expand Down
32 changes: 16 additions & 16 deletions xcode13/10ten Japanese Reader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEVELOPMENT_TEAM = H3RB7C8768;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
Expand All @@ -813,7 +813,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.birchill.tenten-ja-reader.Extension";
PRODUCT_NAME = "10ten Japanese Reader Extension";
SDKROOT = iphoneos;
Expand All @@ -828,7 +828,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEVELOPMENT_TEAM = H3RB7C8768;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "iOS (Extension)/Info.plist";
Expand All @@ -840,7 +840,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.birchill.tenten-ja-reader.Extension";
PRODUCT_NAME = "10ten Japanese Reader Extension";
SDKROOT = iphoneos;
Expand All @@ -858,7 +858,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEVELOPMENT_TEAM = H3RB7C8768;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "iOS (App)/Info.plist";
Expand All @@ -876,7 +876,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
OTHER_LDFLAGS = (
"-framework",
WebKit,
Expand All @@ -896,7 +896,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEVELOPMENT_TEAM = H3RB7C8768;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "iOS (App)/Info.plist";
Expand All @@ -914,7 +914,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
OTHER_LDFLAGS = (
"-framework",
WebKit,
Expand All @@ -934,7 +934,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = H3RB7C8768;
ENABLE_APP_SANDBOX = YES;
Expand All @@ -950,7 +950,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.birchill.tenten-ja-reader.Extension";
PRODUCT_NAME = "10ten Japanese Reader Extension";
SDKROOT = macosx;
Expand All @@ -965,7 +965,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = H3RB7C8768;
ENABLE_APP_SANDBOX = YES;
Expand All @@ -981,7 +981,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.birchill.tenten-ja-reader.Extension";
PRODUCT_NAME = "10ten Japanese Reader Extension";
SDKROOT = macosx;
Expand All @@ -999,7 +999,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS (App)/10ten Japanese Reader.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = H3RB7C8768;
ENABLE_APP_SANDBOX = YES;
Expand All @@ -1015,7 +1015,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
OTHER_LDFLAGS = (
"-framework",
WebKit,
Expand All @@ -1036,7 +1036,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS (App)/10ten Japanese Reader.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 75;
CURRENT_PROJECT_VERSION = 76;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = H3RB7C8768;
ENABLE_APP_SANDBOX = YES;
Expand All @@ -1052,7 +1052,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.22.0;
MARKETING_VERSION = 1.23.0;
OTHER_LDFLAGS = (
"-framework",
WebKit,
Expand Down

0 comments on commit e5c426e

Please sign in to comment.