Skip to content

Releases: kWAYTV/portfolio

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 23:24

   🚀 Features

  • i18n:
  • ide:
    • Enhance SourceControlView with new icons and improved layout  -  by @kWAYTV (63257)
    • Implement dropdown menu for source control actions  -  by @kWAYTV (b40b8)
    • Add commit description to commit history item  -  by @kWAYTV (24085)
    • Add tooltips across IDE components  -  by @cursoragent and kWAY (1dccf)
    • Add light/dark theme toggle to status bar  -  by @cursoragent and kWAY (a399e)
    • Theme label in status bar, viewOnGitHub tooltip, default tooltip styling  -  by @cursoragent and kWAY (46de1)
    • Add refresh button for commit history in source control  -  by @cursoragent and kWAY (e75cc)
  • repos:
    • Add new featured repositories to the list and update GitHub fetch logic  -  by @kWAYTV (e9b82)
  • theming:
    • Implement theme management with ActiveThemeProvider and ThemeSelector  -  by @kWAYTV (bc754)
  • web:

   🐞 Bug Fixes

    View changes on GitHub

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 02:45

   🚀 Features

  • about:
    • Add Dice UI experience timeline with active state  -  by @kWAYTV (56bdd)
  • analytics:
    • Add analytics package with event tracking functionality and update dependencies in pnpm-lock.yaml  -  by @kWAYTV (6ce26)
  • blog:
    • Add initial blog posts in English and Spanish  -  by @kWAYTV (7e27b)
    • Add Fumadocs blog with minimal UI and source view  -  by @kWAYTV (e4829)
  • env:
    • Add env-core, expand schema with telemetry, github, umami vars  -  by @kWAYTV (908c7)
  • github:
    • Integrate GitHub API for repository management  -  by @kWAYTV (da741)
  • i18n:
    • Add i18n package with English and Spanish translations, configuration, and message handling  -  by @kWAYTV (446d9)
    • Add next-intl integration, routing, and app modules  -  by @kWAYTV (63e42)
    • Implement locale management with cookie support and async translation loading  -  by @kWAYTV (59a1a)
    • Add locale switcher component and update layout for language selection  -  by @kWAYTV (008c2)
    • Restructure internationalization module by moving routing and locale management to a dedicated module; update imports across components for improved organization  -  by @kWAYTV (057d5)
  • ide:
    • Integrate CodeMirror for enhanced code editing experience, add IDE layout components, and implement syntax highlighting  -  by @kWAYTV (e43a7)
    • Add collapsible sections for commit history and changes, enhance source control view with commit details and mock data  -  by @kWAYTV (c3879)
    • Add additional default open tabs to ide store  -  by @kWAYTV (ec2bd)
    • Add sortable tab reorder with @dnd-kit  -  by @kWAYTV (2d135)
    • Add context menus for tabs, editor, and explorer  -  by @kWAYTV (27639)
    • Fetch real commits via Octokit, add custom scrollbars  -  by @kWAYTV (9abf9)
    • Add split editor view with cross-group tab drag  -  by @kWAYTV (64c1a)
    • Enhance status bar and mobile menu with theme toggle  -  by @kWAYTV (4420e)
    • Implement drag-and-drop functionality for editor tabs  -  by @kWAYTV (9a631)
  • logs:
    • Add new logs package with logger implementation and TypeScript configuration  -  by @kWAYTV (44a51)
  • mode-toggle:
    • Enhance theme toggle with radio group for theme selection and improved accessibility  -  by @kWAYTV (fccd4)
  • sidebar:
    • Enhance sidebar functionality by adding expandable keys and isFullyExpanded state; streamline expandAll logic  -  by @kWAYTV (35f22)
  • styles:
    • Update CSS variables for improved theming and accessibility; enhance file icon component with additional file types and dynamic type resolution  -  by @kWAYTV (df122)
    • Update terminal CSS variables for consistency and add new file icon colors for light and dark themes  -  by @kWAYTV (573ae)
  • terminal:
    • Implement terminal functionality with command execution, tab completion, and mock file structure; enhance terminal UI with prompt and line rendering components  -  by @kWAYTV (21c87)
    • Implement command handlers for terminal functionality  -  by @kWAYTV (650ce)
    • Add 'ls' command functionality with directory contents  -  by @kWAYTV (84312)
  • web:
    • Add [locale] routing, remove header, keep mode toggle at top right  -  by @kWAYTV (9a3c1)
    • Add home page, cache components, hover cards  -  by @kWAYTV (e7640)
    • Add react-resizable-panels integration  -  by @kWAYTV (a0011)
    • Static blog listing with path-based pagination  -  by @kWAYTV (7922e)
    • Restore real GitHub commits with 5min cache  -  by @kWAYTV (4750e)
    • Add spinning animation to sync button in SourceControlView  -  by @kWAYTV (1f847)

   🐞 Bug Fixes

  • ide:
    • Traffic lights use browser Fullscreen API, minimize demaximizes first  -  by @kWAYTV (85764)
    • Correct minimize logic in IdeLayout component  -  by @kWAYTV (cfde6)
    • Remove unnecessary cursor style from editor tab item  -  by @kWAYTV (42a84)
  • layout:
    • Update metadata title and description for personal portfolio  -  by @kWAYTV (6fe19)
  • projects:
    • Prevent pagination jump with fixed-height card slots  -  by @kWAYTV (86495)
  • title-bar:
    • Update title to reflect the owner's name in the portfolio  -  by @kWAYTV (739c4)
  • web:
    View changes on GitHub

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Feb 19:32

   🐞 Bug Fixes

  • source-control:
    View changes on GitHub

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Feb 19:20

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 07:22

   🚀 Features

  • Enhance Home page with featured projects loading and skeleton states  -  by @kWAYTV (01229)
  • Add Spoiler component from 'spoiled' library to HeroQuote  -  by @kWAYTV (91fc6)
  • Add format and lint scripts to package.json and turbo.json  -  by @kWAYTV (daf5d)
  • VS Code IDE-themed portfolio with CodeMirror code view  -  by @cursoragent and kWAY (fc180)
  • blog:
    • Add new post on shipping features that users may not initially want  -  by @kWAYTV (aee5d)
    • Enhance blog loading experience with skeleton and loader components  -  by @kWAYTV (ad115)
    • Add initial Spanish blog posts and enhance localization  -  by @kWAYTV (4d12b)
  • error:
    • Add error.tsx and global-error.tsx boundaries  -  by @kWAYTV (4bb54)
  • i18n:
  • ide:
  • loading:
  • metadata:
    • Implement dynamic Open Graph images and metadata generation  -  by @kWAYTV (8e180)
  • navbar:
    • Implement responsive mobile navigation with sheet component  -  by @kWAYTV (b7c47)
    • Enhance mobile navigation and add localization support  -  by @kWAYTV (a4963)
  • packages:
  • pages:
    • Add new About, Blog, and Projects pages with metadata  -  by @kWAYTV (1de68)
  • rss:
    • Implement RSS feed generation and update metadata  -  by @kWAYTV (b3411)
    • Update getRSS function to be asynchronous  -  by @kWAYTV (194f4)
  • seo:
  • terminal:
  • theming:
  • tsconfig:
    • Add TypeScript configuration for env package  -  by @kWAYTV (c6f94)
  • ui:
  • utils:
    • Add getBaseUrl function for environment-based URL retrieval  -  by @kWAYTV (f36ae)
  • web:

   🐞 Bug Fixes

  • Update tailwindcss import path in globals.css  -  by @kWAYTV (c4af0)
  • biome:
  • blog:
    • Update BlogArticle component styling for improved list item visibility  -  by @kWAYTV [(cd66f)](https://github...
Read more