Releases: RuanAragao/desktop-web
Releases · RuanAragao/desktop-web
v0.2.6
What's Changed
- Release/v0.2.6 by @RuanAragao in #39
- Fix window load tailwind styles
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Update dependencies version by @RuanAragao in #24
- merge main from develop by @RuanAragao in #25
- Release/v0.2.5 by @RuanAragao in #27
Full Changelog: v0.2.4...v0.2.5
v0.2.4: Develop (#23)
* chore: add LICENSE * chore: add lints config files * chore: add nuxt eslint * chore: add prettier * chore: add scripts and prettier ignore * chore: config eslint * core: add lint config to applications * feat: remove console.log * fix: remove deprecated v-on '.native' * feat(a11y): add keyboard accessibility to launcher grid * chore: add vitest configuration and update dependencies * test: add AppLauncher unit test * 🦄 refactor: change tag to header * 🧪 test: add unit test for WindowComponent * chore: add husky and lint-staged * chore: remove auto run test on commit * chore: add stylelint * chore: add eslintcache to gitignore * ci: add github actions and dependabot * fix: change pnpm to yarn to run linters * ci: change node_modules path cache * ci: add cache to node_modules * test: refactor unit tests * chore: add vitest dep * Unit test (#9) * fix: add vite-tsconfig-paths plugin to vite.config.ts * refactor: component imports and add prop for bootlist * test: add unit tests for LauncherGrid component * Chore/ci add build step (#10) * chore: add nuxi dependency * ci: add build and linter steps to CI workflow * Feature/boot desktop gui (#11) * chore: update .gitignore file * refactor: launcher grid and add integration test for main page * Feature/boot applications file system (#13) * feat: add /applications API endpoint to list installed applications * chore: add about and xTerm applications * feat: new boot system API based * test: add unit tests for BootscreenComponent * feat: add bootscreen component * refactor: Refactor boot loading progress and add finish animation * refactor: Refactor getApplications function to use async/await syntax * fix: add conditional environment path * fix: fix non development path (#15) * fix: fix non development path * fix: change bootload applications to client side * chore: remove unused deps * refactor: remove async and add head data * fix: Add unhead package and import useHead from unhead * feat: add xterm.js and disable app (#22) * fix: remove xterm