Skip to content

Commit 3f0f668

Browse files
committed
Merge branch 'main' into dominik/freeze-release-branch
2 parents 0e0a258 + e857a8f commit 3f0f668

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

lib/fastlane/plugin/ddg_apple_automation/helper/release_notes/asana_release_notes_extractor.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Fastlane
88
module Helper
99
class AsanaReleaseNotesExtractor
1010
START_MARKER = "release notes"
11-
PP_MARKER = /^for privacy pro subscribers:?$/
11+
PP_MARKER = /^for duckduckgo subscribers:?$/
1212
END_MARKER = "this release includes:"
1313
PLACEHOLDER = "add release notes here"
1414

@@ -93,10 +93,10 @@ def handle_pp_marker(line)
9393
@is_capturing_pp = true
9494
case @output_type
9595
when "asana"
96-
add_to_pp_notes("</ul><h2>For Privacy Pro subscribers</h2><ul>")
96+
add_to_pp_notes("</ul><h2>For DuckDuckGo subscribers</h2><ul>")
9797
when "html"
9898
add_to_pp_notes("</ul>")
99-
add_to_pp_notes("<h3 style=\"font-size:14px\">For Privacy Pro subscribers</h3>")
99+
add_to_pp_notes("<h3 style=\"font-size:14px\">For DuckDuckGo subscribers</h3>")
100100
add_to_pp_notes("<ul>")
101101
else
102102
add_to_pp_notes(line.strip)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module DdgAppleAutomation
3-
VERSION = "2.10.0"
3+
VERSION = "2.11.0"
44
end
55
end

spec/asana_release_notes_extractor_spec.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
<-- Add release notes here -->
1212
13-
For Privacy Pro subscribers
13+
For DuckDuckGo subscribers
1414
1515
<-- Add release notes here -->
1616
@@ -54,7 +54,7 @@
5454
When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.
5555
The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.
5656
57-
For Privacy Pro subscribers
57+
For DuckDuckGo subscribers
5858
5959
VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.
6060
Visit https://duckduckgo.com/pro for more information. Privacy Pro is currently available to U.S. residents only.
@@ -71,7 +71,7 @@
7171
We also added "Duplicate Tab" to the app menu so you can use it as an action in Apple Shortcuts.
7272
When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.
7373
The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.
74-
For Privacy Pro subscribers
74+
For DuckDuckGo subscribers
7575
VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.
7676
Visit https://duckduckgo.com/pro for more information. Privacy Pro is currently available to U.S. residents only.
7777
RAW
@@ -84,15 +84,15 @@
8484
<li>When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.</li>
8585
<li>The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.</li>
8686
</ul>
87-
<h3 style="font-size:14px">For Privacy Pro subscribers</h3>
87+
<h3 style="font-size:14px">For DuckDuckGo subscribers</h3>
8888
<ul>
8989
<li>VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.</li>
9090
<li>Visit <a href="https://duckduckgo.com/pro">https://duckduckgo.com/pro</a> for more information. Privacy Pro is currently available to U.S. residents only.</li>
9191
</ul>
9292
HTML
9393

9494
asana = <<-ASANA
95-
<ul><li>You can now find browser windows listed in the &quot;Window&quot; app menu and in the Dock menu.</li><li>We also added &quot;Duplicate Tab&quot; to the app menu so you can use it as an action in Apple Shortcuts.</li><li>When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.</li><li>The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.</li></ul><h2>For Privacy Pro subscribers</h2><ul><li>VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.</li><li>Visit <a href="https://duckduckgo.com/pro">https://duckduckgo.com/pro</a> for more information. Privacy Pro is currently available to U.S. residents only.</li></ul>
95+
<ul><li>You can now find browser windows listed in the &quot;Window&quot; app menu and in the Dock menu.</li><li>We also added &quot;Duplicate Tab&quot; to the app menu so you can use it as an action in Apple Shortcuts.</li><li>When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.</li><li>The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.</li></ul><h2>For DuckDuckGo subscribers</h2><ul><li>VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.</li><li>Visit <a href="https://duckduckgo.com/pro">https://duckduckgo.com/pro</a> for more information. Privacy Pro is currently available to U.S. residents only.</li></ul>
9696
ASANA
9797

9898
@output = {
@@ -167,7 +167,7 @@
167167
When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.
168168
The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.
169169
170-
For Privacy Pro subscribers
170+
For DuckDuckGo subscribers
171171
172172
<-- Add release notes here -->
173173
@@ -220,7 +220,7 @@
220220
We also added "Duplicate Tab" to the app menu so you can use it as an action in Apple Shortcuts.
221221
When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.
222222
The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.
223-
For Privacy Pro subscribers
223+
For DuckDuckGo subscribers
224224
VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.
225225
Visit https://duckduckgo.com/pro for more information. Privacy Pro is currently available to U.S. residents only.
226226
@@ -236,7 +236,7 @@
236236
We also added "Duplicate Tab" to the app menu so you can use it as an action in Apple Shortcuts.
237237
When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.
238238
The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.
239-
For Privacy Pro subscribers
239+
For DuckDuckGo subscribers
240240
VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.
241241
Visit https://duckduckgo.com/pro for more information. Privacy Pro is currently available to U.S. residents only.
242242
RAW
@@ -249,15 +249,15 @@
249249
<li>When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.</li>
250250
<li>The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.</li>
251251
</ul>
252-
<h3 style="font-size:14px">For Privacy Pro subscribers</h3>
252+
<h3 style="font-size:14px">For DuckDuckGo subscribers</h3>
253253
<ul>
254254
<li>VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.</li>
255255
<li>Visit <a href="https://duckduckgo.com/pro">https://duckduckgo.com/pro</a> for more information. Privacy Pro is currently available to U.S. residents only.</li>
256256
</ul>
257257
HTML
258258

259259
asana = <<-ASANA
260-
<ul><li>You can now find browser windows listed in the &quot;Window&quot; app menu and in the Dock menu.</li><li>We also added &quot;Duplicate Tab&quot; to the app menu so you can use it as an action in Apple Shortcuts.</li><li>When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.</li><li>The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.</li></ul><h2>For Privacy Pro subscribers</h2><ul><li>VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.</li><li>Visit <a href="https://duckduckgo.com/pro">https://duckduckgo.com/pro</a> for more information. Privacy Pro is currently available to U.S. residents only.</li></ul>
260+
<ul><li>You can now find browser windows listed in the &quot;Window&quot; app menu and in the Dock menu.</li><li>We also added &quot;Duplicate Tab&quot; to the app menu so you can use it as an action in Apple Shortcuts.</li><li>When watching videos in Duck Player, clicking endscreen recommendations will now open those videos in the same tab.</li><li>The bug that duplicated sites in your browsing history has been fixed, and the visual glitching that sometimes occurred during session restore and app launch has been addressed.</li></ul><h2>For DuckDuckGo subscribers</h2><ul><li>VPN updates! More detailed connection info in the VPN dashboard, plus animations and usability improvements.</li><li>Visit <a href="https://duckduckgo.com/pro">https://duckduckgo.com/pro</a> for more information. Privacy Pro is currently available to U.S. residents only.</li></ul>
261261
ASANA
262262

263263
@output = {

0 commit comments

Comments
 (0)