v1.1
What's Changed
- python: Enter directory when creating venv by @pinkwah in #1339
- feat: Add option to select jdk with clojure by @k3yss in #1343
- fix: Root user password assignment in MySQL and MariaDB by @k3yss in #1345
- Update documentation for devenv upgrades tip by @stuzenz in #1347
- 📝 update documentation. by @techie2000 in #1348
- Nix language support improvements, including smaller Cachix by @therealpxc in #1352
- feat: add
modules
option to allow flakeModules to add options to every devshell by @TECHNOFAB11 in #1349 - python: when enabling uv and venv, version is not respected by @gotcha in #1358
- Remove darwinFlags in rust module by @tianyaochou in #1356
- Pass
--no-pure-eval
instead of--impure
by @Atry in #1361 - fix: don't delete runtime dir on process down by @sandydoo in #1366
- flake-parts template: make flake-parts input source explicit by @therealpxc in #1371
- starship: don't mangle non-bash prompts for direnv users by @therealpxc in #1370
- fix: redis should listen on unix socket when port is 0 by @frectonz in #1378
- Added lean4 language by @whowatchlist in #1377
- feat: add a
--quiet
flag to disable logging by @frectonz in #1379 - scala: add support for mill (build tool) by @therealpxc in #1373
- feat: Documentation improvements by @k3yss in #1365
- Better links for reference documents by @k3yss in #1380
- chore: Rename documentation to guide by @k3yss in #1381
- chore(deps): bump django from 4.2.11 to 4.2.15 in /examples/python-django by @dependabot in #1389
- feat: Added custom option and config by @ElrohirGT in #1368
- fix: let nix not cache bash generated file by @Atry in #1395
- fix: Prevent Redis from remaining running in the background by @dz0ny in #1397
- Fix maven failing to build with
function 'anonymous lambda' called with unexpected argument 'jdk'
by @MoritzR in #1388 - process-compose: fix running processes with
is_elevated
by @sandydoo in #1404 - fix: removed use of deprecated lib functions by @eyJhb in #1407
- fix: Navigation bar dissappearing by @k3yss in #1410
- docs: Using nixpkgs-unstable instead of devenv-nixpkgs by @k3yss in #1411
- feat(service/sqld): init sqld service by @rawkode in #1412
- fix: hidden files and folders not included by @chitter99 in #1417
- Add
containers.<name>.layers
andcontainers.<name>.enableLayerDeduplication
by @Atry in #1415 - docs: fix container option descriptions by @sandydoo in #1424
- fix: add user/group options used in the container module by @Atry in #1427
- Allways creating home directory even if nothing in
copyToRoot
by @chitter99 in #1422
New Contributors
- @pinkwah made their first contribution in #1339
- @stuzenz made their first contribution in #1347
- @techie2000 made their first contribution in #1348
- @gotcha made their first contribution in #1358
- @tianyaochou made their first contribution in #1356
- @frectonz made their first contribution in #1378
- @whowatchlist made their first contribution in #1377
- @ElrohirGT made their first contribution in #1368
- @MoritzR made their first contribution in #1388
- @eyJhb made their first contribution in #1407
- @chitter99 made their first contribution in #1417
Full Changelog: v1.0.8...v1.1