Skip to content

Releases: The-Best-Codes/codequill

CodeQuill v2.0.1

20 Feb 04:02
a468b07
Compare
Choose a tag to compare

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

17 Feb 15:28
b6fc738
Compare
Choose a tag to compare

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

07 Dec 15:06
bebdaa1
Compare
Choose a tag to compare

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

30 Oct 21:57
b930241
Compare
Choose a tag to compare

Full Changelog: v1.5.5...v1.5.9

This version has updated dependencies, Next.js, and a few other things.

v1.5.5

04 Sep 18:15
740ce7d
Compare
Choose a tag to compare

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

04 Sep 13:27
e8f22e2
Compare
Choose a tag to compare

CodeQuill Social Cover


What's Changed

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.

settings

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.

ai_name_wand

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...

lang_options

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

24 Aug 22:00
3aec718
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.2

New AI features

v1.2.1

14 Aug 21:14
43be68e
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

Added translations in three languages. Fixed bugs. Updated dependencies. All that fun stuff. 😀

v1.2.0

12 Aug 20:12
ebf39f8
Compare
Choose a tag to compare

Full Changelog: v1.1.5...v1.2.0

Updated installer and install paths.

v1.1.5

12 Aug 14:33
9a7097a
Compare
Choose a tag to compare

Full Changelog: v1.1.4...v1.1.5

Updated dependencies, fixed a few bugs.