Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Gullmark committed Dec 8, 2018
1 parent 05b05f7 commit 00c8e77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

## [0.8.7] - 2018-12-08
- Now shares the past 24 hours of data with your group, up from 1 hour
- Ladders are now fetched 4 times as often as before
- Ladders are now fetched 4 times as often as before (in effect after next server maintenance)
- Added option to mask your groupname (for streamers etc), password-protection will be added in the future
- Fixed a bug with pricing, where many items were not included even though good confidence
- Fixed a bug where DPS on weapons was not shown correctly
Expand Down
1 change: 0 additions & 1 deletion ExilenceClient/src/app/shared/providers/income.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export class IncomeService {

// Exclude low-confidence prices
if (!this.lowConfidencePricing) {
console.log(line);
const receive = line.receive;
if (receive !== undefined && receive !== null) {
if (receive.count < 10) {
Expand Down

0 comments on commit 00c8e77

Please sign in to comment.