Skip to content

Releases: brainless/Indistocks

v0.6.2

10 Oct 07:31

Choose a tag to compare

Changes

  • Bump version to 0.6.2 (4303708)
  • Add time range filter buttons to historical data graph (6849018)
  • Fix BhavCopy download to fetch recent data up to yesterday (53c3b78)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

macOS

Extract the tarball and run the indistocks binary:

tar xzf indistocks-macos-x86_64.tar.gz
cd indistocks-macos
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.6.1

10 Oct 05:13

Choose a tag to compare

Changes

  • Bump version to 0.6.1 (739b5fc)
  • Fix stock graph interaction issues (a1214ff)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

macOS

Extract the tarball and run the indistocks binary:

tar xzf indistocks-macos-x86_64.tar.gz
cd indistocks-macos
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.6.0

09 Oct 17:48

Choose a tag to compare

Changes

  • Bump version to 0.6.0 (a39d0b6)
  • Implement lazy loading and horizontal-only scrolling for stock graphs (fa236cf)
  • Improve GUI layout and responsiveness (55f2c19)
  • Add support for pre-2024 NSE BhavCopy format (77cc20d)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

macOS

Extract the tarball and run the indistocks binary:

tar xzf indistocks-macos-x86_64.tar.gz
cd indistocks-macos
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.5.0

09 Oct 16:28

Choose a tag to compare

Changes

  • Bump version to 0.5.0 (21e8f7a)
  • Improve downloader reliability and clean up UI (25192d1)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

macOS

Extract the tarball and run the indistocks binary:

tar xzf indistocks-macos-x86_64.tar.gz
cd indistocks-macos
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.4.1

09 Oct 15:40

Choose a tag to compare

Changes

  • Support manual workflow dispatch for releases (8439563)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

macOS

Extract the tarball and run the indistocks binary:

tar xzf indistocks-macos-x86_64.tar.gz
cd indistocks-macos
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.4.0

09 Oct 15:41

Choose a tag to compare

Changes

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

macOS

Extract the tarball and run the indistocks binary:

tar xzf indistocks-macos-x86_64.tar.gz
cd indistocks-macos
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.3.1

09 Oct 10:39

Choose a tag to compare

Changes

  • Bump version to 0.3.1 (9daf08e)
  • Fix Windows build by using cmd shell for packaging (4707688)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary:

tar xzf indistocks-linux-x86_64.tar.gz
cd indistocks-linux
./indistocks

Windows

Extract the zip file and run indistocks.exe.

v0.2.0

09 Oct 10:15

Choose a tag to compare

Changes

  • Bump version to 0.2.0 (f4729c5)
  • Add GitHub Actions workflow and release management script for Linux builds (982c07a)
  • Add Stocks page with virtual scrolling grid and dynamic range filters (fe3ddcc)
  • Fix BhavCopy download issues with URL format and CSV parsing (a2996eb)
  • Refactor BhavCopy download to process files immediately and fix date range updates (6098ece)
  • Add dynamic X-axis date formatting for stock charts (e9a6a1d)
  • Fix BhavCopy CSV parsing for new NSE format and add test mode (e5ba6b5)
  • Update BhavCopy date range to query from bhavcopy_data table instead of nse_downloads (737dc40)
  • Uppercase symbols in BhavCopy DB inserts and add logging to graph loading (7c1db69)
  • Add BhavCopy data storage in DB with bulk insert, update downloader to process and delete files, modify graph loading to query DB, add logging, remove unused code (87494ba)
  • Implement search functionality for NSE symbols (94a4f17)
  • Fix BhavCopy data loading and remove excessive logging (3024a61)
  • Refactor download mechanisms: remove auto-download on search, add BhavCopy bulk download with resume logic (efec9c4)
  • Add validation for CSV response content (0610d1d)
  • Add browser headers to NSE historical data requests (c20e5e6)
  • Fix type mismatch in downloading symbol check (ee713a6)
  • Fix UI condition for downloading message (a2e4b46)
  • Auto-download historical data for new symbols (39d468b)
  • Remove unused functions and imports (d78fc9c)
  • Remove bhavcopy downloads, keep only historical data (1ba4621)
  • Implement recent searches tracking and NSE equity list download (decd4d4)
  • Fix CSV parsing and reduce excessive search logging (73b8dbf)
  • Add NSE Downloads section with historical data plotting (356c208)
  • Implement skeleton desktop app for India stocks (Issue #1) (ef34660)
  • Initial commit (9a49a01)

Download

Download the appropriate binary for your platform below.

Linux

Extract the tarball and run the indistocks binary.