Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 09:11
· 43 commits to main since this release

New Features

  • add import project. (0b5e1ec)
  • add edit project. (12470a0)
  • add repository when import project. (f397fab)
  • add list and grid view. (c3f3641)
  • add packages route. (6c78adf)
  • fetch latest version of packages. (0f127bf)
  • cache packages version to storage. (58b1e31)
  • add install package modal. (f627a79)
  • add package details modal. (885e77b)
  • add select in sidebar. (7e7016e)
  • add scripts page. (8f0d3ae)
  • add boards. (bd17951)
  • add drag and drop to the board. (1929bf5)
  • add terminal functionality. (2b053d5)
  • add terminals. (2e9dbbb)
  • cache terminal logs. (acc6c46)
  • add packages queue. (f3e3b2e)
  • add install and delete package. (707410a)
  • add packages queue cache. (1a1d5e9)
  • remove all terminals when project deleted. (b185bae)
  • auto refresh when install or remove package. (9828714)
  • disable nodeIntegration. (9dbbf92)
  • monorepo project support. (e2f338e)
  • add update select package. (a4f82cc)
  • add auto update. (da93b4b)
  • add warning when project director change. (90bd23f)

Bug Fixes

  • eslint. (c2c97c3, d53a58c)
  • use localStorage as cache storage. (5e4dcd8)
  • terminal data listeners. (bd80cc1)
  • package not installed in dev dependencies. (2adc86c)
  • user data deleted when open the app. (75ba9ff)
  • script not getting killed. (31428e4)
  • root workspace not included in path. (7984c58)

Refactors

Chores

Other Changes