Skip to content

Releases: marvinruder/rating-tracker

v4.4.1

05 Apr 18:57
0fd235e
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.4.0...v4.4.1

v4.4.0

19 Mar 16:28
c1bf84f
Compare
Choose a tag to compare

What's Changed

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.3.1...v4.4.0

v4.3.1

27 Feb 22:24
9559e15
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Full Changelog: v4.3.0...v4.3.1

v4.3.0

27 Feb 21:39
2d06949
Compare
Choose a tag to compare

What's Changed

This release introduces the ✨ Portfolio Builder ✨:

This tool can provide optimal weights of stocks in a portfolio based on the preferred proportions of regions, sectors and other factors.

Minor changes

Tweaks and fixes

Full Changelog: v4.2.2...v4.3.0

v4.2.2

18 Feb 16:21
cf058ae
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.2.1...v4.2.2

v4.2.1

15 Feb 16:17
e2f95ad
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.2.0...v4.2.1

v4.2.0

30 Jan 22:16
269b740
Compare
Choose a tag to compare

What's Changed

Minor changes

Notable dependency updates

Full Changelog: v4.1.0...v4.2.0

v4.1.0

28 Jan 19:34
1d82cbe
Compare
Choose a tag to compare

What's Changed

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.0.1...v4.1.0

v4.0.1

20 Jan 11:25
6774b6c
Compare
Choose a tag to compare

What's Changed

Tweaks and fixes

Notable dependency updates

Full Changelog: v4.0.0...v4.0.1

v4.0.0

14 Jan 13:08
8349e95
Compare
Choose a tag to compare

What's Changed

This major release introduces ✨ Portfolios ✨:

Stocks weighted by a given amount of currency can be aggretated in portfolios. The average rating scores of the portfolio can be displayed, as well as the distribution of regions, industry sectors, company sizes and styles of the stocks in the portfolio.

Breaking changes

This release changes the Prisma Schema. On existing Rating Tracker instances, a database migration is necessary:

Although not officially recommended, a quick, easy and fairly safe way to initialize a new database with the required tables, constraints and indexes is to

  1. Clone the repository and open it in a VS Code development container.
  2. Using your preferred shell, navigate to the packages/backend directory and store the database URL (e.g. postgresql://rating-tracker:********@127.0.0.1:5432/rating-tracker?schema=rating-tracker) in the shell environment variable DATABASE_URL.
  3. Run yarn pnpify prisma migrate deploy.

Major features

Minor changes

Tweaks and fixes

Notable dependency updates

Full Changelog: v3.1.1...v4.0.0