Releases: evanpurkhiser/dots
Releases · evanpurkhiser/dots
Development Build
Commits
- 6fa7a32: Typos (Evan Purkhiser)
v2.0.0-alpha.1
Commits
- [a618f74]: Add reference to the Arch AUR package (Evan Purkhiser)
- [ec44f58]: Slightly better wording for the AUR description (Evan Purkhiser)
- [f26a46b]: There is no --help (Though there probably should) (Evan Purkhiser)
- [e71f4cc]: Split imports out to follow PEP 8 guidelines (Evan Purkhiser)
- [406a87b]: Add support for warnings (Evan Purkhiser)
- [d67d7ff]: Warn on invalid config groups (Evan Purkhiser)
- [3c532bf]: Fix order in groups setting (Evan Purkhiser)
- [e5464f8]: When finding real paths ignore directories (Evan Purkhiser)
- [470faef]: Whitespace removal (Evan Purkhiser)
- [5e854ba]: [GH-10] Add warning when no groups are configured (Evan Purkhiser)
- [c8775e7]: Move main CLI execution into a main check (Evan Purkhiser)
- [5fc3e94]: Spacing (Evan Purkhiser)
- [d2aac58]: Fixes unnamed append points. (Patrice Peterson) #11
- [007a5a8]: Fix file list caching (Evan Purkhiser)
- [d2a2c4f]: Properly ignore .git when caching completions (Evan Purkhiser)
- [1d97b3a]: Fix missing comment (Evan Purkhiser)
- [56459ac]: spelling (dan smith) #17
- [2d7570e]: Use spaces over tabs (Evan Purkhiser)
- [c5726ea]: Python 2/3 support (Evan Purkhiser)
- [a7e224f]: Mention version requirements (Evan Purkhiser)
- [e623f24]: Move 'config-groups' into INSTALL_DIR/dots (Evan Purkhiser)
- [a81b233]: Better group file path joining (Evan Purkhiser)
- [d252369]: Correct hashing of utf8 files (Evan Purkhiser)
- [f0d4aaa]: Use io.open for <=2.7 support (Evan Purkhiser)
- [1b0ef96]: Do not crash on empty files. (Brice Arnould)
- [53c613c]: Remove special utf8 handling (Evan Purkhiser)
- [aff2a77]: Move file content checks from with block (Evan Purkhiser)
- [f08e714]: Handle binary files and utf8 (Evan Purkhiser)
- [3c804ff]: Correct file decoding in append point detection (Evan Purkhiser)
- [dbf3b46]: Go rewrite work in progress (Evan Purkhiser)
- [a4a63fe]: Remove python version (Evan Purkhiser)
- [28865b7]: Add basic resolver for configuration file cascade (Evan Purkhiser)
- [cdf4b65]: Flesh out basic configuration ideas (Evan Purkhiser)
- [d3318d8]: Specify a type for Profile mappsings in the config (Evan Purkhiser)
- [00cf59b]: Sort Configuration.Files call (Evan Purkhiser)
- [3c8b1b5]: Correct Configurations Filtering logic (Evan Purkhiser)
- [10b5289]: Remove unused FilterPrefix config (Evan Purkhiser)
- [a04bce2]: Implement loading/saving of the lockfile (Evan Purkhiser)
- [c80e541]: Implement source config and lockfile validations (Evan Purkhiser)
- [86210fc]: Write tests for resolver (Evan Purkhiser)
- [71c858a]: Fix override resolution ordering (Evan Purkhiser)
- [217b0b7]: Add godep config (Evan Purkhiser)
- [786267e]: Correct yaml struct tag (Evan Purkhiser)
- [2bfa5c8]: Fix source loader path trimming (Evan Purkhiser)
- [1b91088]: Make lockfile path (Evan Purkhiser)
- [52c4735]: Add config commands (Evan Purkhiser)
- [39475ef]: Add files commands (Evan Purkhiser)
- [8e6883a]: Add wip diff cmd (Evan Purkhiser)
- [0d2c748]: Fix diff short description (Evan Purkhiser)
- [0bb7eaa]: Support install files (Evan Purkhiser)
- [2abeb59]: Check if a file was added when resolving (Evan Purkhiser)
- [1acfd26]: Ignore vendor (Evan Purkhiser)
- [5da3b12]: Do I want to support expend environment? (Evan Purkhiser)
- [a8c5bc1]: Clean source/install paths in validator (Evan Purkhiser)
- [d787d42]: WIP implementation of installing / compiling (Evan Purkhiser)
- [b8237d3]: Implement basic installer (Evan Purkhiser)
- [67267aa]: Improve handing of mode / permissions on install (Evan Purkhiser)
- [57b1bb2]: Cleanup main (Evan Purkhiser)
- [380ce97]: Add faith/color (Evan Purkhiser)
- [b7f63c3]: Add wip install cmd (Evan Purkhiser)
- [892bd0e]: Switch to gomod (Evan Purkhiser)
- [4a04639]: Bump gomods (Evan Purkhiser)
- [1e4326c]: Mark dotfiles which have expanded envs (Evan Purkhiser)
- [c019ddb]: Implement compilation transforms (Evan Purkhiser)
- [a454d6f]: Implement (maybe inefficient) compilation (Evan Purkhiser)
- [95bff1c]: Correct shouldTakeLowest test ...