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

Releases: withspectrum/spectrum

v2.2.5

06 Apr 20:24
79e093a
Compare
Choose a tag to compare
  • Hotfix to not cache image assets in service worker #2757

v2.2.4

06 Apr 20:12
812a186
Compare
Choose a tag to compare
  • We are open source! #2686
  • Typos! #2732 #2694 #2708 #2730
  • Fixes a bug where closing the thread composer would not reselect the previously viewed thread #2736
  • Adds a visually hidden component for a11y labels #2737
  • Fixes a bug where deleted images would appear in the image gallery #2738
  • Fixes a small typo in new message email notifications #2746
  • Fixes local dev setup on windows #2751
  • Fixes undefined author avatar on watercooler threads #2756
  • Update our docs! #2763 #2764 #2701 #2705
  • Hot fix a bug with message subscriptions #2687
  • Adds empty alt attributes to images for a11y #2688 #2717
  • Fixes a bug on bottom tooltip positions #2691
  • Fixes a bug where threads could possible be marked as seen at an earlier time #2699
  • Fixes a stripe error on local development #2703 #2715
  • Moves all athena queues to the shared queue setup #2710
  • Changes the way athena buffers notifications so we can scale athena #2713
  • Updated all email footer links to say unsubscribe instead of mute #2714
  • Changes the styling on the new messages badge to be less noisy #2718
  • Adds the channel name to the thread view for easier navigation and more context setting #2719
  • Fixes a bug that would randomly sort the order and images in the inbox community list #2720
  • Fixes a bug where the wrong rep count would show up in lists of channel members #2721
  • Adds a timeout to prevent flashing disconnected/reconnected banner from appearing during flash connection interruptions #2722
  • Adds more error catching to workers #2724
  • Protects client against localStorage setting and getting when localStorage is not in scope #2727
  • Patches authentication flow to make sure cookies are always up to date #2728
  • Fixes a bug that would prevent slack import invitations from being sent #2729
  • Improves thread composer behavior by closing the thread toolbar when user clicks away or uploads an image #2731

v2.2.3

02 Apr 23:12
221b379
Compare
Choose a tag to compare
  • Fixes a bug in how we track users last seen in threads d017f46
  • Fixes a bug in GitHub auth retries #2679

v2.2.2

30 Mar 14:09
1dfde15
Compare
Choose a tag to compare
  • Hotfix messages in private channels #2677

v2.2.1

30 Mar 00:10
5fd5831
Compare
Choose a tag to compare
  • Fixes a bug that prevented the 'thread lock' option from appearing in the thread settings dropdown #2664
  • Fixes a bug that broke community search #2672
  • Fixes a small bug that would error when changing channels in the dashboard #2672

v2.2.0

28 Mar 19:35
072b810
Compare
Choose a tag to compare
  • Fixes a bug where a community view would throw an exception if members didn't exist #2654
  • Adds a new header section to the top of the thread feed in the Spectrum inbox to provide context about the current community + channel filter #2640
  • Upgrades draft markdown to handle nested inline styles #2659
  • Adds tests for thread composer #2663
  • Kills iris, births api #2661
  • New pricing page #2657
  • Payments api v2 #2354
    • Allows community admins to archive and restore channels to provide a read-only experience, an alternative to deleting channels
    • Allows community admins to self-serve moderator seats
    • Entirely refactors the payments architecture to allow for a la carte features
    • Allows Spectrum team to give oss/education/non-profit discounts (1 mod seat, 1 private channel)

v2.1.13

24 Mar 00:47
ed992e8
Compare
Choose a tag to compare
  • Fixes a bug where community profile headers would disappear on mobile #2613
  • Adds a members tab to community profile #2613
  • Adds a team members section to community profile which makes it easier to find and contact admins and moderators #2613
  • Fixes bug in serviceWorker #2626
  • Improves localStorage persistence for thread composition #2630
  • Bug fixes in markdown handling in composer #2644
  • Bug fixes in websocket reconnections #2644

v2.1.12

21 Mar 20:02
803fdd5
Compare
Choose a tag to compare
  • Fixes a bug where channel settings and community settings would not get set properly for new records in the db #2639

v2.1.11

20 Mar 00:00
894140e
Compare
Choose a tag to compare
  • Hotfixes bad permission checks in the private channel join flow if a token is being used, also adds some minor checks on the frontend to protect against notifications crashing the client. This needs more work down the road #2616

v2.1.10

19 Mar 23:13
4ae7f95
Compare
Choose a tag to compare
  • Hotfix the private channel join flow via token to account for SSR generated redirectPaths #2614
  • Ship potential fix to consistent service worker sentry error #2609
  • Re-implement dataloaders for mutations, fixes caching #2607
  • Fixes code block display when multiple code blocks exist together #2604
  • Fixes inline code styling #2604
  • First pass at contribution docs for going open source #2597