Skip to content

Commit

Permalink
release: update Changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adeacetis committed Sep 10, 2023
1 parent f4d43ad commit 01dd700
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented here.

## [3.4.0] - 2023-09-10

### Added

- New exchange: Bitmart
- Double-click on pane's name to maximize
- TradesLite: Show price and pair simultaneously
- Chart:Keep timeframe visible next to chart name
- Add .npmrc file to skip Puppetteer installation by default causing the `npm install` to fail
- A dist-server to test production build locally
- An installation script for volta

### Changed

- Upgrade docker base images Node version to 20.2
- Add Dockerfile and docker-compose for development
- Replace Webpack with Vite
- Add dist-server to render dist folder
- Fix npm installation script for smooth installation
- Add .npmrc file
- Fix bunch of lint issues
- Perf/refactor: merge svg fonts into one file
- Trades: Fix dynamic co
- Merge svg fonts into one file

## [3.3.3] - 2023-06-08
### Added
- Gate.io
Expand Down Expand Up @@ -232,6 +257,7 @@ All notable changes to this project will be documented here.
- Stats panel is back
- Counters and stats are only updated after 1s to reduce lag
- Expose candle border colors (borderUpColor + borderDownColor) in price serie settings

### Changed

- Loading indicator now working again
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aggr",
"version": "3.3.4",
"version": "3.4.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 01dd700

Please sign in to comment.