Skip to content

Commit f3c179c

Browse files
committed
docs(CHANGELOG.md): version 0.1.3
1 parent cc44626 commit f3c179c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
### Changed
55
### Removed
66

7+
### 0.1.3 - 2023-01-10
8+
### Added
9+
* flake.nix added to repository, allows directly running nix-index from git (#162), thanks @matthewbauer
10+
* support for proxies (#132), thanks @whizsid
11+
* command-not-found.sh suggests new `nix profile` command if manifest.json exists (#135), thanks @matthewbauer
12+
* support building project via Nix on Darwin (#175), thanks @BrianHicks
13+
* indexer supports prefix filtering (#177), rhanks @virchau13
14+
* command-line option to specify system for which to build the index (#183), thanks @usertam
15+
* nix-channel-index: new command to build a programs.sqlite as currently distributed with nix channels (#192), thanks @K900
16+
### Fixed
17+
* command-not-found.sh never accesses undefined variables anymore (allows set -u) (#123), thanks @matthewbauer
18+
* support xlibs renamed to xorg in recent nixpkgs (#179), thanks @cole-h
19+
### Changed
20+
* rust dependencies updated to latest versions, thanks @elude03, @berbiche, @Sciecentistguy, @Mic92
21+
* nix-env is now invoked in parallel to query paths (improves performance)
22+
* performance improvement: multithread compression (#152), thanks @enolan
23+
* performance improvement: reduce compression level from 22 to 19 (#152), thanks @enolan
24+
* performance improvement: get store paths from nix-env in parallel (#152), thanks @enolan
25+
726
## 0.1.2 - 2018-09-18
827
### Added
928
### Fixed

0 commit comments

Comments
 (0)