Skip to content

Commit 4c0a7af

Browse files
authored
Merge pull request #30 from anonaddy/1.3.4
1.3.4
2 parents 9b0af65 + e17f198 commit 4c0a7af

File tree

16 files changed

+501
-294
lines changed

16 files changed

+501
-294
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v1.3.4] - 2025-07-25
4+
5+
### addy.io
6+
7+
**Added**
8+
9+
- Added the ability to resend failed deliveries
10+
- Added the ability to create aliases with the "custom" domain format on shares aliases
11+
12+
**Fixed/Improved**
13+
14+
- Improved readability error messages when something goes wrong
15+
- Performance improvements and other things to make the app even smoother
16+
17+
318
## [v1.3.3] - 2025-06-22
419

520
### addy.io

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Easily create and manage your addy.io aliases, recipients and more from your pho
1616

1717
> addy.io
1818
19-
- addy.io instance running v1.3.2 or higher (current version of the addy.io app has been tested with v1.3.2)
19+
- addy.io instance running v1.3.4 or higher (current version of the addy.io app has been tested with v1.3.4)
2020

2121
> iOS and iPadOS
2222

addy.xcodeproj/project.pbxproj

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@
17691769
CODE_SIGN_ENTITLEMENTS = addy/addy.debug.entitlements;
17701770
CODE_SIGN_IDENTITY = "Apple Development";
17711771
CODE_SIGN_STYLE = Automatic;
1772-
CURRENT_PROJECT_VERSION = 26;
1772+
CURRENT_PROJECT_VERSION = 27;
17731773
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
17741774
DEVELOPMENT_TEAM = 83RFSJ6CUP;
17751775
ENABLE_PREVIEWS = YES;
@@ -1789,7 +1789,7 @@
17891789
"$(inherited)",
17901790
"@executable_path/Frameworks",
17911791
);
1792-
MARKETING_VERSION = 1.3.3;
1792+
MARKETING_VERSION = 1.3.4;
17931793
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug;
17941794
PRODUCT_NAME = "$(TARGET_NAME)";
17951795
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1809,7 +1809,7 @@
18091809
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.debug.entitlements;
18101810
CODE_SIGN_IDENTITY = "Apple Development";
18111811
CODE_SIGN_STYLE = Automatic;
1812-
CURRENT_PROJECT_VERSION = 26;
1812+
CURRENT_PROJECT_VERSION = 27;
18131813
DEVELOPMENT_TEAM = 83RFSJ6CUP;
18141814
ENABLE_USER_SCRIPT_SANDBOXING = YES;
18151815
GENERATE_INFOPLIST_FILE = YES;
@@ -1823,7 +1823,7 @@
18231823
"@executable_path/Frameworks",
18241824
"@executable_path/../../Frameworks",
18251825
);
1826-
MARKETING_VERSION = 1.3.3;
1826+
MARKETING_VERSION = 1.3.4;
18271827
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyStatisticWidget;
18281828
PRODUCT_NAME = "$(TARGET_NAME)";
18291829
SKIP_INSTALL = YES;
@@ -1840,7 +1840,7 @@
18401840
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.debug.entitlements;
18411841
CODE_SIGN_IDENTITY = "Apple Development";
18421842
CODE_SIGN_STYLE = Automatic;
1843-
CURRENT_PROJECT_VERSION = 26;
1843+
CURRENT_PROJECT_VERSION = 27;
18441844
DEVELOPMENT_TEAM = 83RFSJ6CUP;
18451845
ENABLE_USER_SCRIPT_SANDBOXING = YES;
18461846
GENERATE_INFOPLIST_FILE = YES;
@@ -1854,7 +1854,7 @@
18541854
"@executable_path/Frameworks",
18551855
"@executable_path/../../Frameworks",
18561856
);
1857-
MARKETING_VERSION = 1.3.3;
1857+
MARKETING_VERSION = 1.3.4;
18581858
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyShareExtension;
18591859
PRODUCT_NAME = "$(TARGET_NAME)";
18601860
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1950,7 +1950,7 @@
19501950
CODE_SIGN_ENTITLEMENTS = addy/addy.entitlements;
19511951
CODE_SIGN_IDENTITY = "Apple Development";
19521952
CODE_SIGN_STYLE = Automatic;
1953-
CURRENT_PROJECT_VERSION = 26;
1953+
CURRENT_PROJECT_VERSION = 27;
19541954
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
19551955
DEVELOPMENT_TEAM = 83RFSJ6CUP;
19561956
ENABLE_PREVIEWS = YES;
@@ -1970,7 +1970,7 @@
19701970
"$(inherited)",
19711971
"@executable_path/Frameworks",
19721972
);
1973-
MARKETING_VERSION = 1.3.3;
1973+
MARKETING_VERSION = 1.3.4;
19741974
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy;
19751975
PRODUCT_NAME = "$(TARGET_NAME)";
19761976
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1990,7 +1990,7 @@
19901990
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.entitlements;
19911991
CODE_SIGN_IDENTITY = "Apple Development";
19921992
CODE_SIGN_STYLE = Automatic;
1993-
CURRENT_PROJECT_VERSION = 26;
1993+
CURRENT_PROJECT_VERSION = 27;
19941994
DEVELOPMENT_TEAM = 83RFSJ6CUP;
19951995
ENABLE_USER_SCRIPT_SANDBOXING = YES;
19961996
GENERATE_INFOPLIST_FILE = YES;
@@ -2004,7 +2004,7 @@
20042004
"@executable_path/Frameworks",
20052005
"@executable_path/../../Frameworks",
20062006
);
2007-
MARKETING_VERSION = 1.3.3;
2007+
MARKETING_VERSION = 1.3.4;
20082008
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyStatisticWidget;
20092009
PRODUCT_NAME = "$(TARGET_NAME)";
20102010
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2022,7 +2022,7 @@
20222022
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
20232023
CODE_SIGN_IDENTITY = "Apple Development";
20242024
CODE_SIGN_STYLE = Automatic;
2025-
CURRENT_PROJECT_VERSION = 26;
2025+
CURRENT_PROJECT_VERSION = 27;
20262026
DEVELOPMENT_TEAM = 83RFSJ6CUP;
20272027
ENABLE_USER_SCRIPT_SANDBOXING = YES;
20282028
GENERATE_INFOPLIST_FILE = YES;
@@ -2036,7 +2036,7 @@
20362036
"@executable_path/Frameworks",
20372037
"@executable_path/../../Frameworks",
20382038
);
2039-
MARKETING_VERSION = 1.3.3;
2039+
MARKETING_VERSION = 1.3.4;
20402040
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyShareExtension;
20412041
PRODUCT_NAME = "$(TARGET_NAME)";
20422042
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2072,7 +2072,7 @@
20722072
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.debug.entitlements;
20732073
CODE_SIGN_IDENTITY = "Apple Development";
20742074
CODE_SIGN_STYLE = Automatic;
2075-
CURRENT_PROJECT_VERSION = 26;
2075+
CURRENT_PROJECT_VERSION = 27;
20762076
DEVELOPMENT_TEAM = 83RFSJ6CUP;
20772077
ENABLE_USER_SCRIPT_SANDBOXING = YES;
20782078
GENERATE_INFOPLIST_FILE = YES;
@@ -2086,7 +2086,7 @@
20862086
"@executable_path/Frameworks",
20872087
"@executable_path/../../Frameworks",
20882088
);
2089-
MARKETING_VERSION = 1.3.3;
2089+
MARKETING_VERSION = 1.3.4;
20902090
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyStatisticWidget;
20912091
PRODUCT_NAME = "$(TARGET_NAME)";
20922092
SKIP_INSTALL = YES;
@@ -2105,7 +2105,7 @@
21052105
CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.entitlements;
21062106
CODE_SIGN_IDENTITY = "Apple Development";
21072107
CODE_SIGN_STYLE = Automatic;
2108-
CURRENT_PROJECT_VERSION = 26;
2108+
CURRENT_PROJECT_VERSION = 27;
21092109
DEVELOPMENT_TEAM = 83RFSJ6CUP;
21102110
ENABLE_USER_SCRIPT_SANDBOXING = YES;
21112111
GENERATE_INFOPLIST_FILE = YES;
@@ -2119,7 +2119,7 @@
21192119
"@executable_path/Frameworks",
21202120
"@executable_path/../../Frameworks",
21212121
);
2122-
MARKETING_VERSION = 1.3.3;
2122+
MARKETING_VERSION = 1.3.4;
21232123
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyStatisticWidget;
21242124
PRODUCT_NAME = "$(TARGET_NAME)";
21252125
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2137,7 +2137,7 @@
21372137
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.debug.entitlements;
21382138
CODE_SIGN_IDENTITY = "Apple Development";
21392139
CODE_SIGN_STYLE = Automatic;
2140-
CURRENT_PROJECT_VERSION = 26;
2140+
CURRENT_PROJECT_VERSION = 27;
21412141
DEVELOPMENT_TEAM = 83RFSJ6CUP;
21422142
ENABLE_USER_SCRIPT_SANDBOXING = YES;
21432143
GENERATE_INFOPLIST_FILE = YES;
@@ -2151,7 +2151,7 @@
21512151
"@executable_path/Frameworks",
21522152
"@executable_path/../../Frameworks",
21532153
);
2154-
MARKETING_VERSION = 1.3.3;
2154+
MARKETING_VERSION = 1.3.4;
21552155
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyShareExtension;
21562156
PRODUCT_NAME = "$(TARGET_NAME)";
21572157
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2169,7 +2169,7 @@
21692169
CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
21702170
CODE_SIGN_IDENTITY = "Apple Development";
21712171
CODE_SIGN_STYLE = Automatic;
2172-
CURRENT_PROJECT_VERSION = 26;
2172+
CURRENT_PROJECT_VERSION = 27;
21732173
DEVELOPMENT_TEAM = 83RFSJ6CUP;
21742174
ENABLE_USER_SCRIPT_SANDBOXING = YES;
21752175
GENERATE_INFOPLIST_FILE = YES;
@@ -2183,7 +2183,7 @@
21832183
"@executable_path/Frameworks",
21842184
"@executable_path/../../Frameworks",
21852185
);
2186-
MARKETING_VERSION = 1.3.3;
2186+
MARKETING_VERSION = 1.3.4;
21872187
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyShareExtension;
21882188
PRODUCT_NAME = "$(TARGET_NAME)";
21892189
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2329,7 +2329,7 @@
23292329
CODE_SIGN_ENTITLEMENTS = addy/addy.debug.entitlements;
23302330
CODE_SIGN_IDENTITY = "Apple Development";
23312331
CODE_SIGN_STYLE = Automatic;
2332-
CURRENT_PROJECT_VERSION = 26;
2332+
CURRENT_PROJECT_VERSION = 27;
23332333
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
23342334
DEVELOPMENT_TEAM = 83RFSJ6CUP;
23352335
ENABLE_PREVIEWS = YES;
@@ -2349,7 +2349,7 @@
23492349
"$(inherited)",
23502350
"@executable_path/Frameworks",
23512351
);
2352-
MARKETING_VERSION = 1.3.3;
2352+
MARKETING_VERSION = 1.3.4;
23532353
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug;
23542354
PRODUCT_NAME = "$(TARGET_NAME)";
23552355
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2370,7 +2370,7 @@
23702370
CODE_SIGN_ENTITLEMENTS = addy/addy.entitlements;
23712371
CODE_SIGN_IDENTITY = "Apple Development";
23722372
CODE_SIGN_STYLE = Automatic;
2373-
CURRENT_PROJECT_VERSION = 26;
2373+
CURRENT_PROJECT_VERSION = 27;
23742374
DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
23752375
DEVELOPMENT_TEAM = 83RFSJ6CUP;
23762376
ENABLE_PREVIEWS = YES;
@@ -2390,7 +2390,7 @@
23902390
"$(inherited)",
23912391
"@executable_path/Frameworks",
23922392
);
2393-
MARKETING_VERSION = 1.3.3;
2393+
MARKETING_VERSION = 1.3.4;
23942394
PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy;
23952395
PRODUCT_NAME = "$(TARGET_NAME)";
23962396
PROVISIONING_PROFILE_SPECIFIER = "";

addy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)