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

Releases: Kholid060/projectile

v0.2.0

18 Sep 03:38
3d165a8
Compare
Choose a tag to compare

New Features

  • add shortcut for 'add board' && projects sidebar. (20cece2)
  • download update when it's available. (e11fcc2)
  • add arrow navigation to projects. (d53cf54)

Bug Fixes

Chores

Other Changes

  • Merge pull request #9 from Kholid060/dev. (3d165a8)
    Dev

v0.1.2

15 Sep 23:44
Compare
Choose a tag to compare

New Features

  • add packages queue logs. (ecc613a)
  • add Linux "deb" package output. (c108f5e)

Bug Fixes

  • dropped projects not saved. (f9dbebf)
  • active terminal receive data from running terminal. (abd6da9)

Continuous Integration

Chores

  • bump version to v0.1.2. (4134585)
  • tweak NPM run scripts for building Electron app. (351b2c4)
  • add simple "clean" command to remove "dist" folder. (7be1e62)
  • add NPM run scripts to build target platforms. (ccf8fd9)
  • update image. (1a94232)

Other Changes

  • Merge pull request #8 from ZaLiTHkA/chore/rework-package-building. (0f26f6c)
    Minor rework of package building commands

v0.1.0

14 Sep 00:16
a7ecc43
Compare
Choose a tag to compare

New Features

  • add keyboard shortcut. (97554a9)
  • add shortcut for add project and package. (f43147d)
  • add drag and drop to add project. (74624af)
  • add mac version. (b61e95c)
  • add 'about app' modal. (cc0fd58)

Bug Fixes

  • add package modal not showing up. (fece3c6)
  • 'rebuild' script not working on other platforms. (92ab32e)

Chores

  • remove unused dependency. (cbdaf0d)
  • add dev branch to release workflow. (96e5983)
  • add macos on workflow. (2e55b3d)
  • bump version to v0.1.0. (ab1369f)
  • update README.md. (20f851f)

Other Changes

  • Update README.md. (c2b8a12)
  • Merge pull request #2 from Kholid060/dependabot/npm_and_yarn/tar-4.4.15. (c3bfa69)
    chore(deps): bump tar from 4.4.13 to 4.4.15
  • Merge branch 'main' into dependabot/npm_and_yarn/tar-4.4.19. (8451121)
  • Merge pull request #3 from Kholid060/dependabot/npm_and_yarn/tar-4.4.19. (7ffa923)
    chore(deps): bump tar from 4.4.13 to 4.4.19
  • Merge pull request #4 from Kholid060/dependabot/npm_and_yarn/jszip-3.7.1. (d0a3873)
    chore(deps): bump jszip from 3.6.0 to 3.7.1
  • Merge pull request #6 from Kholid060/dev. (a7ecc43)
    v0.1.0

v0.0.1

31 Jul 09:11
Compare
Choose a tag to compare

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