All Versions
30
Latest Version
Avg Release Cycle
15 days
Latest Release
1446 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.9 Changes
November 18, 2020โ Added
๐ Changed
- โฌ๏ธ Bump anyhow from 1.0.33 to 1.0.34 (#117) @dependabot-preview
- โฌ๏ธ Bump enum_dispatch from 0.3.3 to 0.3.4 (#116) @dependabot-preview
-
v0.3.8 Changes
October 21, 2020โ Added
- ๐ Support for Nu shell (#10)
๐ Fixed
- Subcommands with prefix aren't triggered anymore,
"... uninstall"
was wrongly detected as"... install"
๐ Changed
- โฌ๏ธ Bump dialoguer from 0.6.0 to 0.7.1 (#115) @dependabot-preview
- โฌ๏ธ Bump serde from 1.0.116 to 1.0.117 (#112) @dependabot-preview
- โฌ๏ธ Bump toml from 0.5.6 to 0.5.7 (#111) @dependabot-preview
- โฌ๏ธ Bump strum from 0.19.2 to 0.19.5 (#110) @dependabot-preview
- โฌ๏ธ Bump strum_macros from 0.19.2 to 0.19.4 (#109) @dependabot-preview
- โฌ๏ธ Bump anyhow from 1.0.32 to 1.0.33 (#108) @dependabot-preview
- โฌ๏ธ Bump serde from 1.0.115 to 1.0.116 (#107) @dependabot-preview
-
v0.3.7 Changes
September 11, 2020๐ Fixed
- Scoop installation (#106)
- ๐ Package managers with extensions (
.exe
&.cmd
) not being detected on Windows (#105) - ๐ Wrong use of 'sudo' on Windows (#105)
- ๐ฆ Non-executable package managers not being detected (#105)
๐ Changed
- โฌ๏ธ Bump ron from 0.6.0 to 0.6.2 @dependabot-preview
- โฌ๏ธ Bump enum_dispatch from 0.3.21 to 0.3.3 @dependabot-preview
- โฌ๏ธ Bump clap from 2.33.1 to 2.33.3 @dependabot-preview
- โฌ๏ธ Bump serde from 1.0.114 to 1.0.115 @dependabot-preview
- โฌ๏ธ Bump strum from 0.18.0 to 0.19.2 @dependabot-preview
- โฌ๏ธ Bump strum_macros from 0.18.0 to 0.19.2 @dependabot-preview
-
v0.3.6 Changes
July 30, 2020โ Added
emplace link
subcommand, which allows you to create a symlink from the repository- ๐ Support for Homebrew package manager (#87)
๐ Fixed
- โ๏ธ Committing typos (#90) @bensleveritt
-
v0.3.5 Changes
June 23, 2020๐ Fixed
๐ Changed
- โฌ๏ธ Bump serde from 1.0.112 to 1.0.114 (#82) @dependabot-preview
- โฌ๏ธ Bump dirs from 2.0.2 to 3.0.0 (#81) @dependabot-preview
- โฌ๏ธ Bump serde from 1.0.111 to 1.0.112 (#79) @dependabot-preview
-
v0.3.4 Changes
June 14, 2020โ Added
๐ Changed
- โฌ๏ธ Bump enum_dispatch from 0.3.0 to 0.3.1 (#76) @dependabot-preview
- โฌ๏ธ Bump serde from 1.0.110 to 1.0.111 (#75) @dependabot-preview
- โฌ๏ธ Bump console from 0.11.2 to 0.11.3 (#72) @dependabot-preview
- โฌ๏ธ Bump simplelog from 0.7.6 to 0.8.0 (#69) @dependabot-preview
- โฌ๏ธ Bump anyhow from 1.0.30 to 1.0.31 (#70) @dependabot-preview
- โฌ๏ธ Bump run_script from 0.6.2 to 0.6.3 (#68) @dependabot-preview
- โฌ๏ธ Bump anyhow from 1.0.28 to 1.0.30 (#67) @dependabot-preview
-
v0.3.3 Changes
May 12, 2020โ Added
- Symbolic link is created if
emplace.toml
is detected in target repository --target ..
&--toolchain ..
are captured in Rustup Component
๐ Fixed
- Polling of installation program (#56) @0xd34b33f
- ๐ฆ Yay package manager bug (#56) @0xd34b33f
- ๐ Performance increase of catch mechanism
๐ Changed
- โฌ๏ธ Bump clap from 2.33.0 to 2.33.1 (#66) @dependabot-preview
- โฌ๏ธ Bump serde from 1.0.106 to 1.0.110 (#65) @dependabot-preview
- Symbolic link is created if
-
v0.3.2 Changes
May 08, 2020โ Added
- ๐ Optional
[[symlink]]
entry toemplace.toml
which will automatically create a symlink for your dotfiles for you, see the wiki for more information
- ๐ Optional
-
v0.3.1 Changes
May 06, 2020๐ Fixed
- Error displayed in terminal with Bash
-
v0.3.0 Changes
May 05, 2020๐ฅ Breaking Change
.emplace
format is slightly different, it's automatically migrated to the new version though
๐ Changed
- The timestamp and
[INFO]
box isn't shown in the console anymore
๐ Fixed
- Invisible pointer problem (#54) @0xd34b33f
- Many argument handling discrepancies are now handled correctly
- More unused tags are ignored