Skip to content

1.2.0

Compare
Choose a tag to compare
@zolrath zolrath released this 23 Apr 17:48
· 100 commits to main since this release
  • Use electron.remote.BrowserWindow on desktop to allow user to grab title without external CORS proxy.
    • This corrects the issue #2 and #3 as the CORS proxy does not support these charsets.
    • It also allows javascript execution like a normal browser so more titles should be retrievable.
    • Continue to use CORS proxy on mobile as it is not built on electron

Note: As it allows execution of javascript the local fetch will take slightly longer to show the title result, waiting to see if the title gets modified by javascript execution.