Skip to content

Releases: seagle0128/doom-modeline

v1.8.1: Fix #133: buffer-info loses face after frame focus.

05 Mar 20:11
Compare
Choose a tag to compare

New lsp and battery segment

05 Mar 20:09
Compare
Choose a tag to compare
  1. New lsp indicator with an icon.
  2. An indicator for battery status with fancy-battery
  3. Override mode-lines in the global mode string
  4. Fix #121: % symbol not displayed in global string,
  5. Fix #123: invalid-regexp "Trailing backslash" on Windows.
  6. Merge PR #125, #127, #128.
  7. Other improvements.

New mu4e and irc segments

17 Feb 17:36
Compare
Choose a tag to compare
  1. [Enhancement] Make modeline color consistent while using minibuffer
  2. mu4e: add new segment that shows unread emails.
  3. irc: add new segment to display the unread status
  4. Update README.md: hint to doom-modeline-mode-hook.
  5. Bug fixing.

New mode: doom-modeline-mode

21 Jan 17:24
Compare
Choose a tag to compare
  1. Disable git notifications by default.
  2. Add new mode: doom-modeline-mode. doom-modeline-init is obsolete since 1.6.0.
  3. Refactor: split one file to core and segments.
  4. Compatible with symbol-overlay.

v1.5.0

21 Jan 17:28
Compare
Choose a tag to compare
  1. Change to using start-process to capture command version information (PR #92).
  2. Remove unnecessary use-package :defer (PR #91).
  3. Fix: Inactive modeline doesn't respect icons scaling (#89)
  4. Add party parrot segment (PR #88 )
  5. Update env only while focusing in. For Emacs27+.
  6. Other minor improvements.

Flymake indicator

21 Jan 17:36
Compare
Choose a tag to compare
  1. [Enhancement] Show error/warning/info for checkers.
  2. mouse-1 click to show flycheck menu.
  3. Show vcs segment in both active and inactive windows.
  4. Show checker indicator in both active and inactive windows.
  5. Optimize performance for flymake segment.
  6. Fix: flymake mouse-clicks.
  7. Improve some help-echo and mouse-clicks.
  8. [Feature] Flymake indicator.
  9. Fix #82: load async if it exists but is not loaded.
  10. Other minor improvements.

Color mode icons

21 Jan 17:41
Compare
Choose a tag to compare
  1. [Feature] Display color icon for major mode.
  2. Checking github notifications asynchronously.
  3. Fix: invalid face of doom-modeline-eldoc-bar.
  4. Improve: Construct icon via buffer name if no icon via major mode.
  5. Misc fixing.

v1.2.0

21 Jan 18:35
Compare
Choose a tag to compare
  1. Refactor: minor modes.
  2. Feature: #70 Support for the package Minions.
  3. Optimize: Set height via font.
  4. Feature: An indicator for debug state.
  5. Improve: Use misc-info segment instead of global segment.
  6. Optimize: different mode-line height in different platforms.
  7. Fix #68: Size of state icons.
  8. Fix: add-variable-watcher is undefined in 25.
  9. Improve: Watch buffer-read-only.
  10. PR #67: Add Pipenv integration
  11. Other minor improvements.

v1.1.0: Revert "Improve: remove the spaces in the end."

21 Jan 18:41
Compare
Choose a tag to compare
  1. Modernize the icons of buffer file state.
  2. Beautify flycheck.
  3. Fix #66: Add a segment for GitHub notifications.
  4. Optimize: update persp name.
  5. PR #65: Show Rust version in the modeline
  6. Update screenshots (#64).
  7. Make vcs more obvious.
  8. Improve mouse-face for segments.
  9. Make doom-modeline-column-zero-based and doom-modeline-percent-position global.
  10. Fix #62: disregards value of column-number-indicator-zero-based.
  11. Treat doom-modeline-def-modeline as a function.
  12. Add unit test suite.
  13. Other minor improvements.

v1.0.0

21 Jan 18:38
Compare
Choose a tag to compare
  1. Add help-echo and mouse-face.
  2. Add two enablers for persp-name and lsp segments.
  3. [Feature] An indicator for LSP state.
  4. Add new face: doom-modeline-buffer-minor-mode.
  5. Add help-echo and mouse-click to persp-name segment.
  6. Fix: No definitions found for: xah-fly-insert-state-q.
  7. Enhance flycheck segment: help-echo, mouse click.
  8. [Feature] An indicator for xah-fly-keys state.
  9. Remove settings for projectile lighter.
  10. PR #61 Update file state icon after widening
  11. Change faces of input-method segment.
  12. Fix error in input-method: (wrong-type-argument stringp nil).
  13. Minor change minor-modes position.
  14. Refactor segments. Only show global and input in active window.
  15. Fix #59: [Feature] Minor modes segment. Disable by default.
  16. [Feature] A perspective name segment for persp-mode.
  17. Update formats of buffer-encoding.
  18. Other minor improvements.