Skip to content

Commit

Permalink
changelog, env defaults, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem authored and Artem committed Jul 20, 2023
1 parent 947a8f6 commit 0d33d2e
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2023-07-20

### Added

- Atlas now supports custodial user accounts
- Added Segment analytics
- Button for admin panel

### Changed

- Distributor connection timeout is now adjusted automatically

### Fixed

- Fixed wrong assets being displayed for NFT tiles
- Fixed NFTs section re-render on filters change
- Fixed Twitter card preview

## [3.4.0] - 2023-07-03

### Added

- Added collapsed view to NFT widget
- Added fiat representation to prices
- Added environment variables description to operators guide

### Changed

- Changed assets resolution algorithm
- Required NodeJS version bumped to 18

### Fixed

- Fixed bug with wallet connection
- Fixed bug with minimized player showing error screen
- Minor markup fixes

## [3.4.0] - 2023-07-03

### Added
Expand Down
2 changes: 2 additions & 0 deletions docs/operator-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ Below is the list of all the variables used by Atlas with a short description:

`VITE_YOUTUBE_COLLABORATOR_MEMBER_ID` - The collaborator can add videos to a channel for a user. Every time a user signs up with the program, we're sending the `updateChannel` extrinsic and adding a collaborator to that channel. The collaborator is defined on the youtube-synch backend and needs to be the same in the front-end.

`VITE_{environment}_YPP_FAUCET_URL` - Faucet URL for simplified YPP signup. Allows YPP backend to create membership automatically.

`VITE_GA_ID` - Google Analytics ID. Used to enable Google Analytics.

`VITE_SEGMENT_ID` - Segment ID. Used to enable Segment analytics tool.
Expand Down
2 changes: 1 addition & 1 deletion packages/atlas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joystream/atlas",
"description": "UI for consuming Joystream - a user governed video platform",
"version": "3.4.0",
"version": "4.0.0",
"license": "GPL-3.0",
"scripts": {
"start": "vite",
Expand Down
3 changes: 2 additions & 1 deletion packages/atlas/src/.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ VITE_OPTIMIZE_ID=
VITE_USERSNAP_ID=

# Production env URLs
VITE_PRODUCTION_ORION_URL=https://orion.joystream.org/graphql
VITE_PRODUCTION_ORION_AUTH_URL=https://auth.gleev.xyz/api/v1
VITE_PRODUCTION_ORION_URL=https://orion.gleev.xyz/graphql
VITE_PRODUCTION_QUERY_NODE_SUBSCRIPTION_URL=wss://orion.joystream.org/graphql
VITE_PRODUCTION_NODE_URL=wss://rpc.joystream.org:9944
VITE_PRODUCTION_FAUCET_URL=https://faucet.joystream.org/member-faucet/register
Expand Down

0 comments on commit 0d33d2e

Please sign in to comment.