Skip to content

Releases: engdan77/memocast

Minor updates to test cases

14 Sep 12:28

Choose a tag to compare

Modified PODCAST_PREFIX

20 May 20:57

Choose a tag to compare

As this have to be updated with the switch to Pocket Caster.

Use appex rather than clipboard

20 May 20:30

Choose a tag to compare

Found that for Pocket Casts we would need to use a different method to get the URL when doing "share" from within the app.

Switch from Pocket Casts from Google Podcast due to its turndown

20 May 19:54

Choose a tag to compare

Since Google Podcast is turning down their services this new release instead supports the Pocket Casts application instead.

Add support for Pythonista 3.4

04 May 17:40

Choose a tag to compare

  • Now supports Python 3.10 included in Pythonista 3.4 (kept backward compatibility to old Pythonista)

Improvements made to RealPython parser

23 Apr 06:38

Choose a tag to compare

  • Add so that also "additional links" being included in RealPython parser

Get rid of annoying warnings

17 Apr 07:01

Choose a tag to compare

Pre-release
  • Update so that urllib3 part of requests won't throw unnecessary warning

Discarding empty links and allow use of clipboard instead of "share" while using macOS/IDE

16 Apr 08:48

Choose a tag to compare

  • Replaced mocked clipboard with using actual clipboard using macOS with IDE instead use clipboard as input for validating parser
  • Parser discards links without description (e.g. links to an image)

Initial version released

15 Apr 08:24

Choose a tag to compare

Pre-release
  • Using Pythonista 3 for UI
  • PythonBytes, TalkPythonToMe and RealPython as supported podcast parsers
  • Initial tests