Skip to content

Releases: bpevs/johnny_decimal

Johnny Decimal v1.2.0

18 Feb 17:19
Compare
Choose a tag to compare

Adds the ability to install via binary

To install via binary:

  1. download binary from here
  2. rename to Johnny-decimal and place in :path
  3. run johnny_decimal install, which should setup the jd alias

Johnny Decimal v1.1.1

02 Jan 14:52
Compare
Choose a tag to compare
  • Fixes #9 and #10
  • Update std dependencies

Johnny Decimal v1.1.0

25 Aug 22:44
cf480c4
Compare
Choose a tag to compare

What's New

  • Fish shell support.

Steps are the same as other shell:
https://johnny.bpev.me/guide/setup.html#install-deno

Johnny Decimal v1.0.3

20 Mar 03:07
Compare
Choose a tag to compare

What's Changed

Removes open command from default help menu to discourage use; therefore we can remove recommendation of --allow-run.

It can be added back via plugin, ala https://github.com/ivebencrazy/jd_plugins/blob/main/jd_plugin_open/main.ts

Johnny Decimal v1.0.2

19 Mar 18:59
Compare
Choose a tag to compare

What's New

Fix for issue where plugins are imported from plugin installation url, instead of local path.

Before:

TypeError: Module not found "https://deno.land/Users/ben/.jd/plugins/jd_plugin_sublime/source/main.ts".
    at async Directory.loadPlugins (https://deno.land/x/[email protected]/models/directory.ts:115:31)
    at async https://deno.land/x/[email protected]/main.ts:45:1

Now: Should not error.

Johnny Decimal v1.0.1

19 Mar 18:47
Compare
Choose a tag to compare

This release doesn't do anything because I am dumb. v1.0.2 should have fix.

Johnny Decimal v1.0.0

19 Mar 04:50
Compare
Choose a tag to compare

Should be stable now.

This update changes the command registration api from:

from: directory.registerCommand('my-name', Command)
to: directory.registerCommand(Command)

The string name is unnecessary, since name is a required field of Command.

Full Changelog: 0.1.4...1.0.0

Johnny Decimal v0.1.4

18 Mar 22:18
Compare
Choose a tag to compare
Johnny Decimal v0.1.4 Pre-release
Pre-release

New Features

  • Adds jd plugins, and defaults to disabled, so that user has to manually enable plugin evaluation
  • Adds the ability to auto-add profile updates to bash and fish

Full Changelog: 0.1.3...0.1.4

Johnny Decimal v0.1.3

08 Mar 19:11
Compare
Choose a tag to compare
Johnny Decimal v0.1.3 Pre-release
Pre-release

What's New

Includes fix for CLI setup issue that was preventing usage

Johnny Decimal v0.1.2

08 Mar 02:41
Compare
Choose a tag to compare
Johnny Decimal v0.1.2 Pre-release
Pre-release

What's New

This release fixes an issue with importing from mod.ts.
No changes to CLI.