Skip to content

Releases: Norgate-AV/genlinx

v2.5.0

14 Aug 13:24
Compare
Choose a tag to compare

2.5.0 (2024-08-14)

🌟 Features

  • find: add cli option for timeout with 6000ms as default (772988e)

v2.4.0

02 Aug 13:32
Compare
Choose a tag to compare

2.4.0 (2024-08-02)

🌟 Features

  • integrate findlinx with the find command (61770f2)

πŸ“– Documentation

  • update contents in readme to link to default config (faa9362)
  • update readme and man page with find command (dfebf5b)

v2.3.0

02 Aug 11:48
Compare
Choose a tag to compare

2.3.0 (2024-08-02)

🌟 Features

  • config: add --add and --remove options for adding/removing from an array (a0ee5e6)
  • config: add --delete option for deleting a key (0c35ed1)
  • config: add --edit option to open config in default editor (4bc70ac)
  • config-cmd: add basic implementation of cmd functionality (1e9ac7a)
  • add config command to main cli (4ab0192)
  • config: add config schema for validation (f1c299e)
  • config: add core section (1ea0109)
  • add getLocalAppConfigFilePath function (96c03e0)
  • archive-cmd: add negated boolean options (56c414e)
  • add resolvePaths function (e785cec)
  • config: add schema for config (beb53f3)
  • add selectWorkspaceFiles function (688053a)
  • export new util functions (011aff7)
  • config: implement config get value (f03f136)
  • implement config listing and editing in editor (cc144c3)
  • run paths through normalizer so / or \ can be used (1071b26)

πŸ› Bug Fixes

  • config: return after getting property (7d24ee9)

πŸ“– Documentation

✨ Refactor

  • config: add line break. remove console.log (16b75de)
  • log to console after evaluating options (f9431ad)
  • config: make list option conflict with edit (1fa14de)
  • config: make value arg an array (a34ebdb)
  • getOptions: merge default global config (b464d68)
  • config: move file patsh to core section of config to be shared (a398887)
  • config: only take first value when setting property (4a0a0f9)
  • config: outout lists in green (5be2034)
  • options: pass config stores into mergician (097f951)
  • prefix native imports with node: (0af7f2e)
  • config: process options within the action (483cf4c)
  • global-config: refactor to use conf package (0b205f1)
  • local-config: refactor to use conf package (f319815)
  • config: remove delete key option (a0fbc7c)
  • remove fs-extra dependency (1067aed)
  • replace string literals with name variable (4e2d661)
  • global-config: return complete object rather than just the store (4548838)
  • local-config: return complete object rather than just the store (899a052)
  • return unique sets (0e3182c)
  • split app/global/local config function into separate files (320d918)
  • split into smaller functions and resolve relative paths (f2efc1c)
  • config: update cli logic (a705024)
  • build: update command description (b6e349b)
  • config: update option descriptions (b41944c)
  • use getModuleName (a0e6939)
  • use getPackageJson function when getting configs (cbc59c6)
  • config: use new config member (38be685)
  • use new function to get file path. return file path in object (cf2149e)
  • config: use utils to print complex objects (6af6c32)

v2.2.3

27 Jul 18:41
Compare
Choose a tag to compare

2.2.3 (2024-07-27)

πŸ› Bug Fixes

  • prepend arrays in config and dont sort (86c8887)

v2.2.2

24 Jul 15:25
Compare
Choose a tag to compare

2.2.2 (2024-07-24)

⚠ BREAKING CHANGES

  • config: remove RMS locations from the default config

πŸ› Bug Fixes

  • use @inquirer/prompts for selecting files (4ad90cd)

✨ Refactor

  • config: remove RMS locations from the default config (7eb65e6)

v2.2.1

01 Feb 15:41
Compare
Choose a tag to compare

2.2.1 (2024-02-01)

πŸ› Bug Fixes

  • archive: correctly determine file type or return "Other" (66e68df)

πŸ“– Documentation

v2.2.0

01 Feb 13:36
Compare
Choose a tag to compare

2.2.0 (2024-02-01)

🌟 Features

  • build: allow for building multiple source files (f2f8243)

πŸ“– Documentation

  • add verbose flag (aaaeb4e)
  • update build docs for multiple source file build (07c7fec)
  • update installation commands to include PNPM (065ced3)
  • update to show latest config options (6bc2815)

v2.1.1

01 Feb 03:24
Compare
Choose a tag to compare

2.1.1 (2024-02-01)

πŸ› Bug Fixes

  • only log using local config if verbose (f72744d)

v2.1.0

01 Feb 03:07
Compare
Choose a tag to compare

2.1.0 (2024-02-01)

🌟 Features

  • add --verbose flag to commands (e822091)

v2.0.3

01 Feb 00:46
Compare
Choose a tag to compare

2.0.3 (2024-02-01)

πŸ› Bug Fixes

  • add year to banner dynamically (0425c24)
  • open correct file to obtain latest version (34617d2)