Skip to content

Releases: thevickypedia/PyTradingBot

v0.0.31

21 Mar 17:19

Choose a tag to compare

  • 9753281 chore: Release v0.0.31
  • c0e3cab fix: Add --system for pip installation in Dockerfile

v0.0.3

21 Mar 17:12

Choose a tag to compare

  • 41f3daa chore: Release v0.0.3
  • 5826f4b refactor: Restructure HTML
  • ffadc1f feat: Include an option to logout from the UI when uiauth protection is wrapped
  • 0cf5b58 feat: Include an option to view legacy log files and gray out disabled schedule
  • 3a8eb24 fix: Remove docker/ prefix in GHA docker build filepath

v0.0.2

21 Mar 03:01

Choose a tag to compare

  • 9557f28 chore: Release v0.0.2
  • d9fd6e5 feat: Include a filter in the UI for log level
  • 5c08f99 perf: Improve logging
  • e793c7d fix: Enhance schedule validation to prevent identical start and end times
  • 7c8b05a refactor: Update scan source initialization
  • 6154862 feat: Add a new feature to include a background task to gather metrics on an overridable schedule
  • 5beeb8a docs: Update README.md to include dockerized steps
  • c3aa5f4 feat: Dockerize the project

v0.0.1

21 Mar 00:08

Choose a tag to compare

  • f3d3e45 chore: Release v0.0.1
  • 1a81458 docs: Update README.md
  • 0064201 feat: Add GHA workflows to build and publish pypi and docker images
  • 8609e7b fix: Add missing requirements in pyproject.toml
  • 1a0f43a feat: Add CLI functionality
  • 271d9ca fix: Rename imports to new project name
  • 93d2725 refactor: Rename the project and upload to pypi
  • 50152aa style: Add favicon and apple images
  • 4a1ca2d lint: Run linter and clean up unused code
  • 80c1470 refactor: Remove the use of twelvedata api
  • 8d2a832 feat: Add optional protection using FastAPI-UI-Auth
  • 139a9b6 refactor: Introduce ScanStatus enum for improved scan state management
  • aadd0b3 feat: Store status reports in a DB to view multiple versions in the UI
  • d11943e lint: Onboard a pre-commit linter
  • 421da93 refactor: Add API routes through a common router instead of wrappers and allow port and host through env vars
  • b11c472 refactor: Improve variable naming and enhance error handling in API logic
  • 54ab08f fix: Fix sorting issue in the UI
  • 709d8e2 feat: Create an API and UI for to view metrics interactively
  • 8d76783 refactor: Make conditions explicit
  • 34ec3da feat: Add base project
  • 880c124 Initial commit