Skip to content

Releases: Milo123459/salt

v0.2.3

27 Aug 18:36
Compare
Choose a tag to compare

v0.2.3 (2021-08-27)

Chore

  • bump serde from 1.0.127 to 1.0.129
  • bump anyhow from 1.0.42 to 1.0.43 (#15)
  • bump serde_json from 1.0.65 to 1.0.66 (#14)
  • bump serde_json from 1.0.64 to 1.0.65 (#13)
  • bump anyhow from 1.0.41 to 1.0.42 (#12)
  • bump structopt from 0.3.21 to 0.3.22 (#11)

Docs

  • readme: you can now install via cargo

Features

  • cargo: use lto
  • cli: alias done and uncheck to check command
  • manifest: update some stuff

v0.2.2

28 Jun 05:57
Compare
Choose a tag to compare

v0.2.2 (2021-06-28)

Chore

  • release: release v0.2.2

v0.2.1

27 Jun 22:01
Compare
Choose a tag to compare

v0.2.1 (2021-06-27)

Chore

  • release: release v0.2.1
  • release: release v0.2.0

v0.2.0

27 Jun 21:56
Compare
Choose a tag to compare

v0.2.0 (2021-06-27)

Chore

  • release: release v0.2.1
  • release: release v0.2.0
  • ci: remove macos-latest
  • ci: remove macos and windows
  • release: release v0.1.2

Features

  • cli: you can now convert nodes to markdown
  • cli: new edit command so you can edit tasks
  • cli: add new all command that shows every task
  • cli: tasks command now shows tasks based on node specified
  • cli: use from_args instead of from_args_safe
  • cli: add new command tasks which displays all tasks across nodes

v0.1.2

26 Jun 18:26
Compare
Choose a tag to compare

v0.1.2 (2021-06-26)

Chore

  • config: decrease binary size
  • bump anyhow from 1.0.40 to 1.0.41 (#9)
  • vscode: remove unused vscode config
  • just: remove justfile
  • dependabot: remove npm config for dependabot
  • bump @types/node from 15.3.0 to 15.3.1 in /vscode-salt (#8)
  • bump ts-loader from 9.2.0 to 9.2.1 in /vscode-salt (#7)
  • deps: add tslib
  • bump ts-loader from 9.1.2 to 9.2.0 in /vscode-salt (#5)
  • bump webpack from 5.37.0 to 5.37.1 in /vscode-salt (#6)
  • extension: bump deps
  • gitignore: update gitignore
  • assets: optimize images
  • release: v0.1.1

Continuous Integration

  • rust: update paths-ignore

Docs

  • readme: use cone bucket
  • readme: fix example
  • readme: remove read the dev post
  • readme: add more lines
  • readme: add a link to vscode extension
  • readme: add future ideas
  • readme: update readme
  • readme: add dev post

Features

  • extension: migrate to new repo
  • extension: try fix bugs
  • extension: renders svelte
  • extension: webview now loads svelte
  • extension: install svelte
  • dependabot: add dependabot for vscode-salt
  • *: git attributes
  • *: git attributes
  • extension: start of webviews
  • extension: add sidebar icon
  • extension: start working on the extension
  • extension: add license
  • extension: start of extension
  • cli: clippy
  • install: fix install script

v0.1.1

14 May 08:13
Compare
Choose a tag to compare

v0.1.1 (2021-05-14)

Chore

  • dbg: remove dbg macro
  • deps: bump serde from 1.0.125 to 1.0.126 (#3)

Features

  • add: install instructions for scoop

v0.1.0

02 May 22:42
Compare
Choose a tag to compare

v0.1.0 (2021-05-02)

Bug Fixes

  • maybe: remove unused clone
  • cli: remove unused clone
  • cli: remove unused clone
  • get_and_parse: fix clippy from screaming at me

Chore

  • release: v0.1.0
  • style: run fmt
  • workflows: revert useless stuff
  • workflows: remove fail-fast
  • workflows: fail-fast is false
  • workflows: fail-fast is false
  • test: test new fmt ci
  • workflows: automatically format
  • style: run fmt
  • feat: start of node sub command
  • style: run fmt
  • deps: update cargo.lock to latest deps
  • style: run fmt
  • deps: use dirs_next
  • style: run fmt
  • style: fmt
  • fmt: run cargo fmt
  • health: create license
  • cargolock: generate

Continuous Integration

  • rust: remove weird clippy config
  • rust: use starship ci

Docs

  • readme: add install stuff
  • readme: fix install url
  • readme: create readme

Features

  • cli: you can now check or uncheck tasks
  • cli: make node red
  • get_and_parse: remove useless comment
  • cli: you can make tasks from the cli
  • node: add get_node method
  • cli: organise get_and_parse and node new command
  • cli: start of cli as it now works
  • start: start working on cli and argument parsing
  • start: more start of things
  • start: start of project , i will fix the errors and warnings later on