Releases: Pocket/pocket-ios
Releases · Pocket/pocket-ios
v8.0.4.25010
What's Changed
- feat(sentry): add user feedback reporting for errors by @cyndichin in #733
- fix(emptystate): fix empty state title and subtitle by @cyndichin in #762
- In 1504: Readable Width for Saves and Search by @CMasterson in #763
- feat(bump): bumping to 8.0.4 by @bassrock in #761
- ci(swiftlint): updated rules by @cyndichin in #757
- refactor(saveto): update URLExtractor logging by @dskuza in #766
- chore(deps): 8.0.4 dependency upgrades by @bassrock in #765
- chore(apollo): bumping apollo to 1.2.0 by @bassrock in #764
- Smartling translations are completed for commit 0a1985d from develop by @pocket-ci in #770
- feat(analytics): add engagement events for reader + saveTo by @cyndichin in #767
- feat(reportIssue): add UI refinements by @cyndichin in #771
- Update README.md, move Releasing the App to Wiki by @CMasterson in #776
- Add the groupID to the example secrets file by @CMasterson in #775
- fix(filters): fix bug where tag menu appears when trying to sort by @cyndichin in #777
Full Changelog: release/v8.0.3.24835...release/v8.0.4.25010
v8.0.3.24835
What's Changed
- fix(listen): removing missed frameworks by @bassrock in #756
- fix(refresh): ensure we force the refresh of feature flags. by @bassrock in #758
- refactor(saveto): improve link extraction when sharing to pocket by @dskuza in #759
Full Changelog: release/v8.0.2.24801...release/v8.0.3.24835
V8.0.2.24801
What's Changed
- Apollo - Always log error code to Sentry by @Gio2018 in #745
- fix(tasks): address errors associated with throwing tasks by @cyndichin in #746
- Premium Purchases - Do not send user cancellations as errors to Sentry by @Gio2018 in #747
- feat(article): open article in web view if it has no article components by @cyndichin in #744
- fix(listen): removing NSLogger from listen by @bassrock in #750
- feat(list): disallow selection of archived or pending items by @dskuza in #751
- Update CONTRIBUTING.md by @CMasterson in #743
- project: bump version to 8.0.2 by @dskuza in #754
- fix(listen): remove checked in listen by @bassrock in #752
Full Changelog: release/v8.0.1.24700...release/v8.0.2.24801
v8.0.1.24700
What's Changed
- feat(HTTPError) Add detection for a 429 error, meaning we are being t… by @CMasterson in #704
- Smartling translations are completed for commit eff4328 from develop by @pocket-ci in #715
- feat(debug): add debug menu by @cyndichin in #716
- Settings - Add user email to the top section header by @Gio2018 in #717
- fix(data): fixing tests missing a piece of data by @bassrock in #722
- feat(analytics): adding in explicit analytics to slate detail by @bassrock in #719
- fix(retry): disabling retry on a 500 by @bassrock in #720
- fix(error): ensuring we dont capture internal server errors by @bassrock in #718
- fix(ui): add semibold weight to offline view title by @cyndichin in #724
- Article - Fix a crash when attempting to load a video with an invalid URL by @Gio2018 in #725
- Smartling translations are completed for commit 70b227a from develop by @pocket-ci in #727
- fix(ui): make adjustments to margins for iPad by @cyndichin in #726
- feat(toast) Add a title to the Server Not Responding toast by @CMasterson in #729
- feat(launch-screen) [IN-1439] by @nzeltzer in #714
- feat(listen): enable audio background mode by @nzeltzer in #730
- Smartling translations are completed for commit 4fa7f4e from develop by @pocket-ci in #732
- fix(sentry): adding profiling by @bassrock in #721
- fix(version): bumping to 8.0.1 by @bassrock in #734
- feat(tags): set tags action title based on tags count by @dskuza in #736
- Feature/launch screen by @nzeltzer in #738
- Smartling translations are completed for commit 8dc3176 from develop by @pocket-ci in #737
- Smartling translations are completed for commit 9da8c3c from develop by @pocket-ci in #739
- fix(refresh): few refresh data fixes for clarity by @bassrock in #740
- refactor(ui): update constants from struct to enum by @cyndichin in #741
Full Changelog: release/v8.0.0.24579...release/v8.0.1.24700
v8.0.0.24579 - Pocket 8 RC 2
What's Changed
- test(sync) Add tests to run fetchSaves and fetchArchive at the same t… by @CMasterson in #710
- fix(search): adjust ui refinements for search dark mode by @cyndichin in #708
- fix(SaveTo): notify app for refresh after adding tags from Save extension by @dskuza in #711
- Search: fix a crash when deleting an item by @Gio2018 in #709
- Premium: remove expired subscription log from Sentry by @Gio2018 in #712
Full Changelog: release/v8.0.0.24552...release/v8.0.0.24579
v8.0.0.24552 - Pocket 8 RC 1
What's Changed
- fix(home): adjust padding between sections for iPad layout by @cyndichin in #699
- fix(ui): update strings to use sentence case + add ui refinements by @cyndichin in #694
- fix(listen): ensure listen stops playing when closed by @bassrock in #701
- fix(background): adding in the processing background mode by @bassrock in #702
- fix(search): add proper url to fetch and create savedItem by @cyndichin in #705
- fix(ui): dark mode buttons + color by @cyndichin in #700
- chore(smartling): translations are completed for commit 358bd55 from develop by @pocket-ci in #707
- fix(share): moving share extension to its old id by @bassrock in #706
- chore(deps): upgrading dependencies by @bassrock in #703
Full Changelog: release/v8.0.0.24524...release/v8.0.0.24552
v8.0.0.24524
What's Changed
- fix(analytics): updating search open analytics to have destination by @bassrock in #692
- fix(swipe): do not call completion handler on list cell swipe actions by @dskuza in #693
- Premium purchases: add some logging by @Gio2018 in #697
- Storekit logs fix by @Gio2018 in #698
Full Changelog: release/v8.0.0.24504...release/v8.0.0.24524
v8.0.0.24504
What's Changed
Full Changelog: release/v8.0.0.24498...release/v8.0.0.24504
v8.0.0.24498
What's Changed
- In 1361- Search Overflow Actions by @CMasterson in #682
- chore(smartling): translations are completed for commit 5c70ad9 from develop by @pocket-ci in #680
- fix(analytics): add content entity to upsell call by @cyndichin in #684
- feat(listen): updating listen framework. by @bassrock in #686
- feat(progress): adding in a progress bar for initial downloading by @bassrock in #687
- fix(listen): filtering out savedItems that have no itemIds by @bassrock in #688
- In 1298 - Migrate from wait to async fulfillment by @CMasterson in #685
- fix(listen): ensuring that Saves or Archive show if not in the playlist flag by @bassrock in #689
- fix(coredata): make Item optional on SavedItem by @cyndichin in #690
Full Changelog: release/v8.0.0.24469...release/v8.0.0.24498