Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: quicksnip-dev/quicksnip

v2.0.0 - NextJS migration

11 Oct 13:43

Choose a tag to compare

What's Changed

  • [MAJOR] Migrated from React to NextJS.
  • Added Zustand for state management.
  • Added Tailwind CSS for styling.
  • Added ShadCN for consistent UI components.
  • Added Fumadocs for the site's docs.
  • Added several pages, including "Landing page", "Snippets", "Guide", "Extensions", "Community" and "Contributing".
  • Simplified the oldconsolidateSnippets script into a new version.
  • Change it so public snippets can now be configured with both.md and.json files.
  • Change it so the categories endpoint is consistent by removing slugify by@ACR1209 in#276
  • [Feature] Added endpoint for retrieving snippets by category by@lille-morille in#277
  • Fly.io Launch config files by@fly-io[bot] in#278

New Contributors

Full Changelog:v1.1.0...v2.0.0

Contributors

  • @lille-morille
  • @ACR1209
  • @fly-io
lille-morille, ACR1209, and fly-io
Assets2
Loading

v1.1.0 - QuickSnip API

29 May 20:14

Choose a tag to compare

Improving the Code

  • [MAJOR] Introduced API for QuickSnip with Express
  • [MAJOR] Restructured the folder structure into/frontend,/backend and/snippets folder.
  • Added eslint, prettier and husky in/backend folder.
  • Added husky pre-commit in the root directory.
  • Added unified scripts inpackage.json in the root directory.
  • MovedconsolidateSnippets andsnippetParser logic into/backend folder.
  • Fixed corrupted favicon files

Adding Snippets

  • Added/modified snippets for the following languages: C#, CSS, JavaScript

Others

  • Other small fixes and adjustments

Thanks to all of our awesome contributors! 🙌

Loading

v1.0.0

24 Feb 00:44

Choose a tag to compare

Improving the Code

  • Added "Share code" button.
  • Added a small widget in the header to show GitHub repo stars with GitHub API.
  • Improved the SEO (Search Engine Optimization) through meta tags.
  • Renamed the old username to a new brand username where it has been referenced.
  • Relocated the "Copy code" button.
  • Fixed the issue where incorrect path (404) wouldn't affect the UI. Instead, replaced with a method to redirect the user to default homepage.
  • Fixed the issue where some frameworks had incorrect syntax highlighting in the code preview
  • Fixed the issue where selected category had visible borders above and below it.
  • Fixed the issue where the font wasn't loading properly and was huge in size.
  • Fixed the issue wherelf andcrlf caused inconsistencies across files.
  • And, other minor bug fixes and UI adjustments

Adding Snippets

  • Added snippets for the following languages/frameworks: Tkinter

Others

  • Updated the description of the project to match the current theme.
  • Updated the preview image inREADME.md file.

Thanks to all of our awesome contributors! 🙌

Loading
leonvogt, Devamchaudhari, AVALON1492, and Sebaguardian reacted with hooray emoji
4 people reacted

v0.9.0

08 Feb 00:01
44d6929
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Improving the Code

  • Fixed the issue where url at the beginning directed tohttps://quicksnip.dev/javascript instead of selected category.
  • Fixed the issue where sharing snippets via URL redirected to Not Found page.
  • Fixed the issue where blinking arrow would appear for a brief second when loading snippets.
  • Fixed the issue where keyboard navigation in language selector didn't work as expected for inner lists.
  • Fixed the issue where languages icons in language selector showed a weird animation when opened.
  • Fixed the issue where runningnpm run dev would throw an unexpected error.
  • Fixed the issue where scrolling a lot of snippets weren't user-friendly. Added a fixed height and scrollbar.
  • Reformatted the codebase to match the Prettier style guide.

Adding Snippets

  • Added snippets for the following languages/frameworks: C++, Java

Others

  • N/A

Thanks to all of our awesome contributors! 🙌

Loading

v0.8.0

29 Jan 23:10
94cf03c
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Improving the Code

  • [MAJOR] Added support for frameworks and libraries
  • [MAJOR] Added basic search functionality
  • Added sharing ability with routing system
  • Added cspell for spelling mistakes
  • Added vitest for testing
  • Added pre-commit checks for git
  • Added framer motion animation
  • Fixed keyboard navigation on language selector
  • Fixed lint errors

Adding Snippets

  • Added new languages/frameworks: Bash, Haskell, Java, React. Regex, Ruby
  • Added snippets for the following languages/frameworks: Bash, C, C++, C#, CSS, Haskell. Java, React, JavaScript, Python, Regex, Ruby, Rust, SCSS, TypeScript

Others

  • CreatedCODE_OF_CONDUCT file
  • CreatedVISION.md file to outline the potential roadmap of QuickSnip
  • RefactoredCONTRIBUTING.md
  • RefactoredREADME.md and added "Third Party" mentions

Thanks to all of our awesome contributors! 🙌

Loading

v0.7.0

01 Jan 18:10

Choose a tag to compare

Improving the Code

  • [MAJOR] Migrated to a new storage system (markdown format instead of json)
  • [MAJOR] Added a new light theme
  • Added support for an optional contributor field
  • Added husky pre-commit hooks
  • Addedvite-tsconfig-paths to make imports more consistent
  • Added a feature to close the modal when clicking outside
  • Added a feature to close the language selector when clicking outside
  • Improved keyboard navigation and accessibility of language selector
  • Fixed accessibility issues with icons
  • Refactored ESLint rules for more consistent commits
  • Removedall_snippets.json inconsolidated folder since it doesn't rely on search functionality (still working on) anymore

Adding Snippets

  • Added new languages: HTML, C
  • Added snippets for the following languages: CSS, Rust, JavaScript, C++, Python, HTML, C
  • Updated CSS logo

Others

  • Created CODEOWNERS to assign maintainers
  • Created custom pull request template
  • Created custom issue templates (stolen inspired fromFreeCodeCamp Developer Quiz Site

Thanks to all contributors! 🙌

Loading
Yaya12085, 0xrasla, and christianfuttrup reacted with heart emoji0xrasla reacted with rocket emoji
3 people reacted

v0.6.0

30 Dec 10:47

Choose a tag to compare

Improving the Code

  • Added custom hook to close the modal withESC key
  • Configured Prettier for consistent formatting
  • Added "consolidate" GitHub Actions workflow that merges all snippets into one file when there's a change
  • Fixed an issue where selecting the first category by default when switching languages was using global variable approach
  • Fixed an issue where copy button on code preview was on incorrect container

Adding Snippets

  • Added new languages: C++ and Rust
  • Added snippets for the following languages: Python, JavaScript, C++, Rust, CSS

Others

  • CreatedFUNDING.yml for sponsoring the project
  • Added widgets for YouTube and Product Hunt

Thanks to all contributors! 🙌

Loading
psychlone77 reacted with hooray emoji
1 person reacted

v0.5.2

21 Dec 00:02

Choose a tag to compare

  • Added a custom selector instead of built-inselect option
  • Updated banner and footer text info
  • Made minor UI/UX adjustments in overall design
Loading

v0.5.1

20 Dec 16:43

Choose a tag to compare

  • RefactorREADME.md to include all important notes
  • AddedCONTRIBUTING.md and wrote ways and steps to contribute
  • AddedLICENSE
  • Changed logo from gradient to solid color to make better contrast on dark theme
  • Fixed the issue where first category was not selected when switching between different languages
  • Changed code format in json files from strings to array for better readability for contributors
Loading

v0.5.0

14 Dec 20:34

Choose a tag to compare

  • Separated LinkButton and Button components for easier usage
  • Fixed potential overflow and long height issues with code preview
  • Introduced working links along with custom styles
  • Redesigned the Footer styles due to overflow issues on phones
  • And, other minor UI & UX adjustments in overall design
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp