Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Releases: hyperspacedev/hyperspace

Hyperspace Desktop v1.1.4

03 Oct 18:24
Compare
Choose a tag to compare

This update is recommended for all users and developers of Hyperspace Desktop.

What's new:

  • Changes Welcome behavior to now automatically check input validation while typing
  • Updates Mac icon to new macOS Big Sur design language
  • Changes default instance from mastodon.social to mastodon.online
  • Resolves an issue where switching accounts caused the window to go blank in the desktop apps
  • Adds a new instance name validation bypass for when the instance name isn't detected
    • Changes text from "Instance name is invalid" to "We couldn't recognize that instance."
    • Note: This does not bypass the disallowed domains check.

Hyperspace Desktop 1.1.3

23 Jun 02:22
f51e00f
Compare
Choose a tag to compare

This update is recommended for all users and developers of Hyperspace Desktop.

What's new:

  • Fixes the search abilities in the search page by better parsing the location parameters.
  • Update the Electron dependency to v9.0.5.

Hyperspace Desktop v1.1.2

18 Jun 02:26
Compare
Choose a tag to compare

This update is recommended for all users and developers of Hyperspace Desktop.

What's new:

Changes

  • Updates the welcome page design with an '@' symbol to prevent sign-in ambiguity (implements #205).
  • (Developer) Updates some pages to make use of nullish coalescing and optional chaining.
  • (Developer) Updates dependencies and Electron to v9.0.4.

Bugfixes

  • Resolves a bug where the avatar in the app layout wouldn't update after the avatar was changed (fixes #194).
  • Resolves a bug where the About page doesn't load properly if some information is missing (fixes #200 and #202).
  • Resolves an issue where Settings might error out for browsers that don't support notifications (fixes #206).

Hyperspace Desktop v1.1.1

17 Apr 21:05
a86b97c
Compare
Choose a tag to compare

This update is recommended for all users and developers of Hyperspace Desktop v1.1.1.

What's new:

Bugfixes

  • Resolves a critical login issue in which users are not able to login due to an incorrect location auto-resolution on the desktop apps or installations that use dynamic (fixes #195)
  • Resolved a bug where the account menu wouldn't close after selecting an item (fixes #197)

Hyperspace Desktop v1.1.0

11 Apr 23:57
Compare
Choose a tag to compare

Hyperspace Desktop v1.1.0 brings many feature improvements and bugfixes to the Hyperspace 1.x series and is a recommended update for users and developers.

Release notes on the v1.1.0 changes can be found on the Hyperspace documentation website.

Hyperspace Desktop v1.1.0-beta5

30 Mar 23:52
4c2aceb
Compare
Choose a tag to compare
Pre-release

This is a beta release for the upcoming Hyperspace Desktop feature update, v1.1.0. This is the final beta release for the v1.1.x series and is intended to reflect the final feature set for the next feature update. Developers, administrators, and users can expect this release to be almost identical to the upcoming stable release.

Additions

  • Adds support for server announcements, available at /announcements or in the AppLayout
  • Adds anchor links to Settings subsections such as Appearance (#sp-appearance) and Notifications (#sp-notifications)
  • Adds quick link to notification settings in Notifications page

Changes

  • Updates project dependencies to latest NPM packages
  • Changes default notification behavior from prompting for user notifications on first load to prompting when enabling it in Settings
  • Changes "Enable push notifications" toggle to request browser notifications if not explicitly set

Bugfixes

  • Resolves issue where clicking "Full username" directs to old documentation page and 404s (closes #187)

Hyperspace Desktop v1.1.0-beta4

29 Feb 03:53
2f7c7d0
Compare
Choose a tag to compare
Pre-release

This is a beta release for the upcoming Hyperspace Desktop feature update, v1.1.0. Do not use this version for production-ready servers.

What's new:

Additions

  • Adds support for subdirectory installations (https://example.com/app/)
  • Adds option for infinite scrolling on timeline pages
    • Also resolves issue where columns appear unbalanced (#160)

Changes

  • Changes behavior of account follow/unfollow on notifications where a user has followed another (#162)
  • (Developer) Changes behavior of getConfig to automatically set the location field in-app to localhost:3000 when running in developer mode and through react-scripts start

Bugfixes

  • Resolves an issue where redirection after token authorization fails due to a blank URI
  • Resolves an issue where AppLayout breaks due to PrivateRoute not redirecting properly
  • Resolves several issues with post state updates:
    • Where unreblogging lost the reblogging property
    • Where unreblogging a post was impossible (#146)
    • Where requests for post state actions would be doubled
  • Resolves an issue where names and descriptions on notification items overflow on smaller devices/resolutions (#163)
  • Resolves an issue where drafts of published posts were saved (#166)
  • Resolves an issue where account names on posts would overflow (#175)

Hyperspace Desktop v1.1.0-beta3

25 Jan 20:43
8c6df6f
Compare
Choose a tag to compare
Pre-release

This is a beta release for the upcoming Hyperspace Desktop feature update, v1.1.0. Do not use this version for production-ready servers.

What's new:

  • Resolves an issue where custom emojis on author names didn't render properly (fixes #154)
  • Resolves an issue where GIFV files didn't load properly on Firefox/Chrome (fixes #157)
  • Expands masonry layout to the search page and profile pages (implements #150)
  • Resolves an issue where a draft of a published post would be saved unintentionally (fixes #166)
  • (Developer-only) Introduces a new TimelinePage component to replace the Home, Local, and Public pages

Note: This release also updates the software license to NPLv4+. Please review the changes in the license.

Hyperspace Desktop v1.1.0-beta2

23 Dec 21:08
Compare
Choose a tag to compare
Pre-release

This is a beta release for the upcoming Hyperspace Desktop feature update, v1.1.0. Do not use this version for production-ready servers.

What's new:

  • Update the title bar in developer mode to better match its background
  • Fixes a bug where the clipboard would try to upload non-images in the composer
  • Adds a back button to move back when viewing a thread or profile page
  • Adds support for temporary drafts stored in sessionStorage (cleared after a browser session)
  • Fixes an issue where pressing "follow account" on a notification allows to infinitely follow the account without a check (closes #16)
  • Fixes an issue where Settings might jump places while waiting to fetch account data
  • Updates the appearance of reblogged posts and account names
  • Adds an option to view more posts in a masonry layout on wider screens (implements #56)

Hyperspace Desktop v1.1.0-beta1

24 Nov 22:06
7c0488f
Compare
Choose a tag to compare
Pre-release

This is a beta release for the upcoming Hyperspace Desktop feature update, v1.1.0. Do not use this version for production-ready servers.

What's new:

  • Improved search by allowing a search with # instead of tag:
  • Added audio uploading to the composer
  • New custom audio player for playing and downloading audio files
  • Introduced Activity page
  • Split requests and recommendations to separate pages
  • Created a setting to toggle character limit
  • Implemented support for uploading images by pasting into the composer
  • Improved empty page design