This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Releases: Kholid060/projectile
Releases · Kholid060/projectile
v0.2.0
v0.1.2
New Features
Bug Fixes
Continuous Integration
- add linux platform. (a04ac4e)
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
v0.1.0
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
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
- delete .github folder. (bb48a62)
- update package.json. (2e06dde, 82e0b8d)
- remove unused dependencies. (e76cfee)
- update title and icon. (c3c81e8)
- update dependencies. (13c3678)
- add github action. (b6bdf66)
- update README.md. (403f916)
- update electron builder config. (fa391a1)