All notable changes to this project will be documented in this file.
- ⚡ Remove Vue Options API support for space.
- 🏗️ Fix some build settings.
- 📝 Add links in README.
- ♻️ Do some refactor and fix typos.
- 👷 Add cache to CI.
- 👷 Rename workflows.
- 💄 Refresh UI.
- 🥅 Checking for errors in frontend code.
- 💚 Make the CI scripts more specific.
- 🙈 Ignore tsconfig.tsbuildinfo.
- 📄 Add MIT license.
- 💚 Prevent overwriting build of previous releases.
- 💚 Specify pnpm version.
- 🚨 Use different bundle ID.
- 🔧 snake_case to camelCase.
- 🔧 NSIS languages fix.
- 🐛 Drag & drop cancel on blurring.
- 🚨 Remove unused
use
and rebundant closure. - 📌 Fix pnpm lockfile.
- 💄 Merge CSS rules.
- 🐛 Fix the color scheme issues.
- ✅ Successfully extracted signature form packet.
- 🐛 Move file name fetching to backend, allowing for platform specific handling of path separators.
- 📝 Add build status in README.
- 📝 Add detailed introduction in README.
- 📝 Add links for VS Codium users.
- 🎉 Initial commit.
- 🎨 Add icon.
- ✨ File selection with drag and drop support.
- ✨ Add codec for PEM files.
- ✨ Add keypair generation.
- 💄 Use Vuetify components.
- 💄 Update UI and logo.
- ✨ Use rPGP to generate full PGP keys.
- 🔧 Update algorithm preference.
- ✨ Add basic signing support.
- 💄 Polishing frontend.
- ✨ Add light/dark mode switch.
- ✨ Remember opened tab on refresh.
- ✨ Complex scene of FileSelector.
- ✨ Finish key pair generation.
- 💩 Try adding signature verification.
- ✨ Introduce
FromFile
trait and uniform thefrom_file
function calls. - ✨ Allow user setting password to the keys.
- ✨ Refresh SignView.
- 🐛 Complete signing feature and start working on verifying.
- 🚀 Finish main functions.
- 🔨 Try GitHub Actions.
- 💚 Add pnpm to GitHub Actions.
- 💚 Use pnpm instead of bun
- 🔧 Change Windows language selector.
- 👷 Try fixing GitHub Actions artifacts uploading.
- ✏️ Fix typo in workflow.
- 🔥 Remove unused code and dependencies.
- 🔧 Update config files.
- ♻️ Extract gen_key_pair from write_key_pair.
- 🔥 Remove unused icons.
- 🩹 Minor fixes.
- 🏷️ Add KeyPair type for better organizing keys.
- ♻️ Add docs and move keygen functions to module
key_pair
. - ♻️ Move color switcher to a separate component.
- ♻️ Refactor commands into its own module.
- ♻️ Refactor test code for readability.
- 🔒 CVE-2023-46115 fix.
- 🎨 Add stylelint related tools.
- 🎨 Add ESLint
- 🔖 v0.1.0
- 🔨 Add Makefile for some repetitive work.
- 🔧 Add build config for Vite.