Releases: bocabitlabs/buho-stocks
Releases · bocabitlabs/buho-stocks
v1.0.0-beta.8
What's Changed
- Displayo properly base currency and dividends currency on company info
v1.0.0-beta.6
- Fix global company dividend yield calculation.
v1.0.0-beta.5
- Refactor tests and update Faker and Factory Boy dependencies.
v1.0.0-beta.4
- Fix more mypy issues
v1.0.0-beta.3
- Mypy and pre-commit stuff.
- Fixed exchange rates API.
v1.0.0-beta.2
- Won't fetch any more stock prices from alternative tickers.
- Fixed generation of stats for year "ALL".
v1.0.0-beta.1
What's Changed
- Added portfolio update step on the import form.
- Added celery pod and redis to run heavy tasks in the background without affecting the client.
- Added websockets to display the status of the background tasks.
- Improved translations in many places of the website.
- Refactored the stats calculation scripts and stock price fetching.
- Using caching with yfinance lib.
- Added backend hostname to settings in order to have websockets working on the client.
- Simplified the stats update form. Now the global stats for portfolio and company are updated automatically if any of the years change.
- Application should build on arm64 and amd64 architectures.
Fixed
- Django loggers now should log properly to different files.
- Fixed some deprecated warnings
Full Changelog: 0.203.0-beta...v1.0.0-beta.1
v1.0.0-beta.7
- Fix adding single shares transaction
v0.203.0-beta
What's Changed
- Use Redis
- Celery tasks to run the portfolio/company stats updates.
- Use websockets to update the status of the running tasks.
- Update the portfolio/company automatically when shares/dividends/rights are added.
- Tasks icon and modal to display the current running tasks.
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 in /client by @dependabot in #116
- Bump gitpython from 3.1.32 to 3.1.34 by @dependabot in #117
- Bump graphql from 16.7.1 to 16.8.1 in /client by @dependabot in #118
- Bump get-func-name from 2.0.0 to 2.0.2 in /client by @dependabot in #119
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #120
- Bump pillow from 9.3.0 to 10.0.1 by @dependabot in #121
- Bump postcss from 8.4.22 to 8.4.31 in /docs by @dependabot in #122
- Bump postcss from 8.4.27 to 8.4.31 in /client by @dependabot in #123
- Develop by @renefs in #130
Full Changelog: 0.202.0...0.203.0-beta
v0.202.0
What's Changed
- Bump django from 4.1.7 to 4.1.9 by @dependabot in #80
- Bump requests from 2.26.0 to 2.31.0 by @dependabot in #79
- Main by @renefs in #81
- Bump cryptography from 40.0.2 to 41.0.0 by @dependabot in #82
- Bump vite from 4.2.1 to 4.2.3 in /client by @dependabot in #83
- Bump django from 4.1.9 to 4.1.10 by @dependabot in #84
- Bump tough-cookie from 4.1.2 to 4.1.3 in /client by @dependabot in #85
- Bump semver from 6.3.0 to 6.3.1 in /client by @dependabot in #86
- Bump semver from 5.7.1 to 5.7.2 in /docs by @dependabot in #87
- Bump cryptography from 41.0.0 to 41.0.2 by @dependabot in #88
- Bump word-wrap from 1.2.3 to 1.2.4 in /client by @dependabot in #89
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #90
- Deploy the application using Docker Compose by @renefs in #91
- Use Docker Compose for the deployment by @renefs in #92
- IMPROVE: Update docusaurus to 2.4.1 by @renefs in #93
- Fix: Remove broken link to create super user by @renefs in #94
- Update docusaurus to 2.4.1 and fix broken link to create super user docs by @renefs in #95
- Feature/remove ecb api by @renefs in #97
- Handle day change to fetch exchange rate on import by @renefs in #98
- Use responses for yfinance api tests by @renefs in #99
- Add requests_cache for yfinance calls by @renefs in #100
- Split docker build Github actions for tags and latest by @renefs in #101
- Remove not required brackets on strings by @renefs in #102
- Recover LOGGING config for prod by @renefs in #103
- Set some fields of company form required by @renefs in #104
- Bump version 0.201.0 by @renefs in #105
- Fix: Use poetry on Django CI by @renefs in #96
- Mock yfinance lib in all the tests by @renefs in #107
- Merge Develop by @renefs in #108
- Make the 2 first columns in companies list fixed by @renefs in #114
- Se country flag on portfolio header by @renefs in #113
- Improve company responsiveness on details page by @renefs in #109
- Bump antd version to 5.8.2 by @renefs in #110
- Add year label to year selector in company and portfolio details pages by @renefs in #111
- Improve visualization on portfolio stats modal by @renefs in #112
- Develop by @renefs in #115
Full Changelog: v0.100.7...0.202.0