Releases: The-Best-Codes/codequill
CodeQuill v2.0.1
CodeQuill 2.0.1
Welcome to the CodeQuill 2.0.1 Release!
This release brings translations of CodeQuill into 11 common languages besides English.
It also features dependency updates and minor bug fixes.
New translations are provided for the following languages:
- French
- Spanish
- German
- Italian
- Portuguese
- Dutch
- Chinese
- Japanese
- Korean
- Russian
- Arabic
See the main repository for the updated installation instructions and previews.
https://github.com/The-Best-Codes/codequill
Installation
Use the assets at the bottom of this release to install CodeQuill for your system.
File Type | Operating System |
---|---|
*.x86_64.rpm | Linux (RPM-based) |
*.aarch64.dmg | macOS (ARM, Apple Silicon) |
*.amd64.AppImage | Linux (AppImage) |
*.amd64.deb | Linux (Debian-based) |
*.x64-setup.exe | Windows (Installer) |
*.x64.dmg | macOS (Intel) |
*.x64_en-US.msi | Windows (MSI Installer) |
*.aarch64.app.tar.gz | Linux ARM (tarball) |
*.x64.app.tar.gz | Linux x64 (tarball) |
CodeQuill v2.0.0
CodeQuill 2.0.0
Welcome to the CodeQuill 2.0 Release!
This release has modified over 17,000 lines of code since the previous release.
See commit b6fc738.
It introduces breaking changes (hence the SemVer bump to 2.0), new branding, a new layout for the sidebar, a more responsive editor, a separate page for settings, a better more UX-mindful experience, and more! This release also introduces official support for Windows and macOS devices, plus Red Hat distributions of Linux (we previously just supported Ubuntu).
The development codebase size has increased dramatically; however, the app installation files have migrated away from Electron and are now over 15 times smaller than before. The startup time has also decreased dramatically.
If you want to continue using the previous release, find release 1.6.0
or view the repo at this commit: 2780c20
See the main repository for the updated installation instructions and previews.
https://github.com/The-Best-Codes/codequill
Installation
Use the assets at the bottom of this release to install CodeQuill for your system.
File Type | Operating System |
---|---|
*.x86_64.rpm | Linux (RPM-based) |
*.aarch64.dmg | macOS (ARM, Apple Silicon) |
*.amd64.AppImage | Linux (AppImage) |
*.amd64.deb | Linux (Debian-based) |
*.x64-setup.exe | Windows (Installer) |
*.x64.dmg | macOS (Intel) |
*.x64_en-US.msi | Windows (MSI Installer) |
*.aarch64.app.tar.gz | Linux ARM (tarball) |
*.x64.app.tar.gz | Linux x64 (tarball) |
v1.6.0
What's Changed
- chore(deps): update node docker tag to v23 by @renovate in #17
- chore(deps): update dependency i18next to v24 by @renovate in #18
- chore(deps): update dependency lucide-react to ^0.461.0 by @renovate in #19
- chore(deps): update dependency lucide-react to ^0.462.0 by @renovate in #20
- chore(deps): update dependency lucide-react to ^0.464.0 by @renovate in #21
- chore(deps): update dependency lucide-react to ^0.465.0 by @renovate in #22
- chore(deps): update dependency lucide-react to ^0.468.0 by @renovate in #23
New Contributors
Full Changelog: v1.5.9...v1.6.0
Updates
- Fix the editor dark mode colors
- Use
next-themes
for easier theme customization - Updating will be much faster due to turbopack in builds
- Migrated to tailwind v4 and updated deps
v1.5.9
Full Changelog: v1.5.5...v1.5.9
This version has updated dependencies, Next.js, and a few other things.
v1.5.5
Full Changelog: v1.5.4...v1.5.5
Long Dropdown / Select Menus are Now Searchable:
Screencast.from.2024-09-04.13-14-27.mp4
Thanks for using CodeQuill!
v1.5.4
What's Changed
- New Crowdin updates by @The-Best-Codes in #12
- New Crowdin updates by @The-Best-Codes in #13
- New Crowdin updates by @The-Best-Codes in #14
New Features:
In this release, I'm excited to announce several new features! Here's a few of them:
Settings
I've now added a settings pane with a few settings options, including UI language and default editor language.
AI name generation
AI name generation is now 100% free and unlimited with no account required. To use it, click the wand icon on your project.
New Programming Language Support
CodeQuill support more than 30 new coding languages that it did not support before. I'm planning to implement a search dropdown soon to make it a bit easier to find them...
Minor UI Improvements
I adjusted the UI and scroll areas a bit, made some buttons more responsive, and made the search feature more intuitive.
🎉 JavaScript Console!
You can now easily run and debug your JS codes, just like you can live preview your HTML ones. Check out the video below to see how it works:
Screencast.from.2024-09-04.08-23-48.mp4
Thank you for using CodeQuill!
Full Changelog: v1.3.2...v1.5.4
v1.3.2
What's Changed
- New Crowdin updates by @The-Best-Codes in #6
- New Crowdin updates by @The-Best-Codes in #7
- New Crowdin updates by @The-Best-Codes in #8
- New Crowdin updates by @The-Best-Codes in #9
- New Crowdin updates by @The-Best-Codes in #10
New Contributors
- @The-Best-Codes made their first contribution in #6
Full Changelog: v1.2.1...v1.3.2
New AI features
v1.2.1
Full Changelog: v1.2.0...v1.2.1
Added translations in three languages. Fixed bugs. Updated dependencies. All that fun stuff. 😀
v1.2.0
Full Changelog: v1.1.5...v1.2.0
Updated installer and install paths.
v1.1.5
Full Changelog: v1.1.4...v1.1.5
Updated dependencies, fixed a few bugs.