Skip to content

Releases: Automattic/wp-desktop

WP-Desktop 8.0.3

28 Sep 16:35
Compare
Choose a tag to compare

Latest Changes

  • chore(deps): update unit test packages (#81328)
  • Upgrade Playwright to 1.37. (#80737)
  • chore(deps): update unit test packages (#80525)

WP-Desktop 8.0.2

17 Aug 06:56
Compare
Choose a tag to compare

Latest Changes

  • Desktop App: remove dependency on Keytar for Windows 32bit compatibility. (#80077)
  • desktop/package.json (#79409)

WP-Desktop 8.0.1

20 Jul 00:32
Compare
Choose a tag to compare

Latest Changes

  • chore: upgrade jest (and related packages) to v29 (#78786)
  • React 18 (#77046)

Also addresses an Apple Silicon issue, see Automattic/wp-calypso#78884

WP-Desktop 8.0.0

29 Jun 18:40
8ca4066
Compare
Choose a tag to compare

Latest Changes

Update July 3, 2023: removing the arm64 builds as there are reports that these do not work as expected on Apple Silicon. Investigating will publish a new release once this issue is resolved.

WP-Desktop 7.2.0

06 Sep 20:52
Compare
Choose a tag to compare

Latest Changes

  • Desktop: Fix social logins so they can function in the Desktop app (#55562)
  • desktop: enable dynamic feature flags for development (#54623)
  • desktop: fix magic link notice (#55500)
  • desktop: use calypso.live for desktop TeamCity e2e (#55323)
  • desktop: fix devtools, reload and zoom menu items (#54524)
  • desktop: exempt net error 27 from "failed to load" handler (#55139)
  • Desktop: Add instructions when trying to login with an email link (#55212)
  • desktop: refine home button behavior (#55210)
  • Update/desktop win tile icons (#54845)
  • chore: migrate desktop/app to import/order (#55094)
  • chore: migrate desktop/e2e to import/order (#54955)

WP-Desktop 7.2.0-beta1

23 Aug 19:06
Compare
Choose a tag to compare
Pre-release

Latest Changes

  • Desktop: Fix social logins so they can function in the Desktop app (#55562)
  • desktop: enable dynamic feature flags for development (#54623)
  • desktop: fix magic link notice (#55500)
  • desktop: use calypso.live for desktop TeamCity e2e (#55323)
  • desktop: fix devtools, reload and zoom menu items (#54524)
  • desktop: exempt net error 27 from "failed to load" handler (#55139)
  • Desktop: Add instructions when trying to login with an email link (#55212)
  • desktop: refine home button behavior (#55210)
  • Update/desktop win tile icons (#54845)
  • chore: migrate desktop/app to import/order (#55094)
  • chore: migrate desktop/e2e to import/order (#54955)

WP-Desktop 7.1.0

13 Aug 18:19
Compare
Choose a tag to compare

Latest Changes

  • desktop: update electron and key dependencies (#54175)
  • desktop(windows): fix window restoration on icon double-click (#54562)
  • chore: migrate webpack configs to import/order (#54584)
  • desktop(ci): fix macOS notarization (#54193)
  • Amend package.json
  • mac: fix notarization

WP-Desktop 7.1.0-beta1

27 Jul 02:26
Compare
Choose a tag to compare
Pre-release

Latest Changes

  • desktop: update electron and key dependencies (#54175)
  • desktop(windows): fix window restoration on icon double-click (#54562)
  • chore: migrate webpack configs to import/order (#54584)
  • desktop(ci): fix macOS notarization (#54193)
  • Amend package.json
  • mac: fix notarization

WP-Desktop 7.0.6

01 Jul 04:14
e7948b4
Compare
Choose a tag to compare

Latest Changes

This is the first release of the overhauled WordPress Desktop application. 🎉 Includes new navigation controls as well as a host of fixes and improvements.

  • New title bar with navigation controls to enable easier back, forward and home access.
  • Updated icons on Linux, Mac and Windows.
  • Refine how links are opened in the app when triggered with about:blank or window.open
  • Better handling of code=-30 ERR_BLOCKED_BY_CSP request failures
  • Some fixes for notification payload parsing
  • Add "network disconnected" error message

6.0.2

18 Aug 02:13
Compare
Choose a tag to compare
Announcement
In August 2020, the WordPress Desktop project became part of the Calypso monorepo. Going forward, this repository will be used for publishing releases and issue tracking only. Please refer to Automattic/wp-calypso/releases for the WordPress Desktop source code.

What's Changed

Auto-Update

  • Point auto-updater to wp-calypso

Continous Integration

  • Add check to fail if tag version doesn't match package.json (#939)
  • Add step to validate tag matches version in package.json

Enhancements

  • Configure YML indentation in .editorconfig