Skip to content

Latest commit

 

History

History
130 lines (92 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

130 lines (92 loc) · 3.41 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Build

  • ⚡ Remove Vue Options API support for space.
  • 🏗️ Fix some build settings.

[1.3.0] - 2023-12-07

Documentation

  • 📝 Add links in README.

Refactor

  • ♻️ Do some refactor and fix typos.

[1.2.0] - 2023-11-25

Miscellaneous Tasks

  • 👷 Add cache to CI.
  • 👷 Rename workflows.

Refactor

  • 💄 Refresh UI.

[1.1.0] - 2023-11-25

Features

  • 🥅 Checking for errors in frontend code.

Miscellaneous Tasks

  • 💚 Make the CI scripts more specific.
  • 🙈 Ignore tsconfig.tsbuildinfo.

[1.0.1] - 2023-11-25

Miscellaneous Tasks

  • 📄 Add MIT license.
  • 💚 Prevent overwriting build of previous releases.

[1.0.0] - 2023-11-24

Bug Fixes

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

Documentation

  • 📝 Add build status in README.
  • 📝 Add detailed introduction in README.
  • 📝 Add links for VS Codium users.

Features

  • 🎉 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 the from_file function calls.
  • ✨ Allow user setting password to the keys.
  • ✨ Refresh SignView.
  • 🐛 Complete signing feature and start working on verifying.
  • 🚀 Finish main functions.

Miscellaneous Tasks

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

Refactor

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

Security

  • 🔒 CVE-2023-46115 fix.

Build

  • 🎨 Add stylelint related tools.
  • 🎨 Add ESLint
  • 🔖 v0.1.0
  • 🔨 Add Makefile for some repetitive work.
  • 🔧 Add build config for Vite.