Skip to content

Releases: origin-coding/Alacrity

Alacrity version 3.3.0

16 Dec 13:27

Choose a tag to compare

Main changes

  • [Feat]: Add new plugin type "file-processing" and a plugin "parse-mime-type".
  • [Feat] (get-random-port): Add copy button to generated port.
  • [Feat] (layout): Move input-output-layout's action to right side, add title property.

Alacrity version 3.2.0

28 Oct 13:54

Choose a tag to compare

Main changes

  • [Feat]: Add new plugin: Get Random Port.
  • [Feat]: Add new plugin: Roman Converter.
  • [Fix]: Fix import errors during development.

Misc changes

  • [Chore]: Suppress IDE warnings.

Alacrity version 3.1.2

23 Oct 13:12
74f2b23

Choose a tag to compare

Misc changes

  1. Update GitHub Action build scripts.

v3.1.1

23 Oct 13:04
74f2b23

Choose a tag to compare

3.1.1 (2024-10-23)

Bug Fixes

v3.1.0

23 Oct 12:35
95f23af

Choose a tag to compare

3.1.0 (2024-10-23)

Features

  • change empty tip to TDesign's Empty component (93a83a7)

v3.0.3

17 Oct 13:57
2487356

Choose a tag to compare

3.0.3 (2024-10-17)

Bug Fixes

  • fix github build script (a789d75)

v3.0.2

17 Oct 13:42
e801fa0

Choose a tag to compare

3.0.2 (2024-10-17)

Bug Fixes

  • fix github build script (51dfce5)

v3.0.1

17 Oct 13:09
e8991c7

Choose a tag to compare

3.0.1 (2024-10-17)

Bug Fixes

  • fix github build script (f8f708d)

v3.0.0

17 Oct 12:48
f70956b

Choose a tag to compare

3.0.0 (2024-10-17)

⚠ BREAKING CHANGES

  • Alacrity: 3. Introduce Nuxt for routing, plugin and auto-imports.

Features

  • add auto focus on input element (b231935)
  • add components for page layout and plugins (0f4650e)
  • add configuration for collapsing side menu (44d9fdb)
  • add default value for locale config (ed1caec)
  • add default value for namespace; widen option.namespace's input (dd0cc9d)
  • add default values to config (071245e)
  • add hint content when there is no plugin found (1494e8a)
  • add hyphen and uppercase options to uuid-generator; refactor code, move callback to return value (141b611)
  • add i18n config (6f29026)
  • add i18n message for new group web (ffb02e1)
  • add i18n messages (648f3a9)
  • add i18n messages for Alacrity's config (31080a9)
  • add introduction guide for Alacrity (b93603f)
  • add menu item for favorite and disabled plugins (df6fd86)
  • add new build options (dcb0b38)
  • add new plugin type: converters (723b18a)
  • add new system theme preference (178e723)
  • add page for default, favorite and disabled plugins (d2e1112)
  • add plugin git-cheat-sheet (794b1ba)
  • add plugin http-status-code (bdbcfa0)
  • add plugin password-strength (4a9490d)
  • add plugin qrcode-generator (4972800)
  • add plugin uuid-validator (43db7d8)
  • add settings page (78198ea)
  • add shortcut for searching plugins (d896a55)
  • add stores for plugin, config and searching (3a6248e)
  • add tooltip for plugin card's options (f99eaf2)
  • add type definitions (4f70329)
  • add util (2f11e67)
  • add util functions (5932717)
  • Alacrity: create first plugin and upgrade Alacrity (95b99fe)
  • change base64-encode-decode plugin's English name (2a65af8)
  • change side menu's layout and function (28e8ec0)
  • clean up code, re-design Alacrity's config file (140417c)
  • hide scrollbar (36df533)
  • i18n: plugin LoremIpsum's information now supports i18n (85cd5cf)
  • i18n: user can search plugin with multiple languages (84d87fb)
  • i18n: user can search plugin with mutiple languages (0caa4da)
  • icon: customize icon to replace tauri's icon (c942a52)
  • implement application layout (92a3a82)
  • implement plugin base64-encode-decode (2c0cdff)
  • implement plugin hash-file (fd5bd17)
  • implement plugin hash-text (6a7b8f2)
  • implement plugin local-websocket-client (b95ebc9)
  • initial commit (fae9230)
  • introduce Element Plus (905fe89)
  • introduce eslint and prettier (b215e56)
  • introduce i18n for TDesign components; init theme on app startup (39fa2c3)
  • introduce plugin case-converter (b7ade06)
  • introduce plugin url-parser (bb26f44)
  • migrate to nuxt (e056bc4)
  • plugin: add new plugin CssUnit, listing common used CSS length units (1fed356)
  • plugin: add new plugin JsCompress (cb3e40c)
  • plugin: add new plugin: LoremIpsum, for generating random text (9132c63)
  • plugin: add plugin AddLineNumber, for adding line numbers to text (aabd85b)
  • plugin: add plugin CaseConverter, for converting text cases (3bbe5d6)
  • plugin: add plugin IpGenerator, for generating random IP addresses (63d23ff)
  • plugin: add plugin MacGenerator, for generating random Mac addresses (5fcabb2)
  • plugin: add plugin RandomNumber, for generating random numbers (93c2866)
  • plugin: add plugin RsaKeyGen, for generating RSA key pairs (3dfa8a2)
  • re-introduce vue-i18n (3e9c7f6)
  • remove disabled plugin config (85877cc)
  • remove redundant fields (04ec011)
  • remove redundant fields (7e7bc2a)
  • split config files to avoid coupling (bd5445f)
  • stop using custom theme (da9a6a5)
  • stop using ElementPlus, introduce TDesign (f3179df)
  • style: add global stylesheet ([fd5588c](fd5588c...
Read more

alacrity: v2.8.2

17 Oct 12:15
bc37825

Choose a tag to compare

2.8.2 (2024-10-17)

Bug Fixes

  • prevent showing introduction guide after first guide (59d9759)