Releases: kotct/dot
Releases · kotct/dot
Version 0.2.0
This release:
- Adds basic
sh-mode
indentation support. (#80) - Includes some fixes to the functionality of the
kotct/switch-to-theme
function. (#89) - Adds support for
yaml-mode
andfish-mode
(#92 and #93) - Adds support for
go-mode
(#95) - Includes a bug fix for #48, (#112) causing
recentf
to get autosaved on a timer from the start of the process rather than every on-clock 5 minutes, which previously caused a race condition with multiple Emacs processes. - Includes a fix for some issues with how upgrades were selected that caused incorrect package archive priorities. (#99, fixed by #108)
- Some other bug fixes and performance improvements.
Cheers to all who participated in this release! 🎉
Version 0.1.0
This release brings a set of small improvements to make the base configuration more usable and efficient. Included in this release are a number of new features:
- PR #70 resolved #55 by adding basic vanilla support for SmartParens.
- PR #65 added options to the
magit-merge
andmagit-rebase
popups (=S
) for GPG-signing a commit. - PR #74 resolved #64 by forcing Emacs to include the final newline mandated by POSIX by default.
A few additional project-level changes were made:
Version 0.0.0
This is the first release of the current beta state of dot. This is essentially a test release for the newly agreed-upon versioning system discussed in #57.