[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars f926ed81ae 424/431: Bump version and mentio
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars f926ed81ae 424/431: Bump version and mention what's new |
Date: |
Mon, 16 Sep 2024 12:59:57 -0400 (EDT) |
branch: externals/indent-bars
commit f926ed81aefb48624ed49f1bebd1e01507bba93c
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Bump version and mention what's new
---
README.md | 1 +
indent-bars.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7c64d88b84..a503a6f244 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ This package provides indentation _guide bars_ in Emacs, with
optional tree-sitt
## What's New
+- **v0.7.1**: Added ADA, GPR, and `typescript-ts` support. Avoid issues when
mixing TS and non-TS modes. Ensure colors work with themes that do not specify
background or foreground of specified bar faces.
- **v0.7**: New optimized jit-lock approach for treesit scope. Slightly
streamlined default styling.
- **v0.6.1**: Live feedback when updating settings in the Customize interface.
- **v0.6.0**:
diff --git a/indent-bars.el b/indent-bars.el
index f8bfcdf1f9..2e4d6477ee 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -4,7 +4,7 @@
;; Author: J.D. Smith
;; Homepage: https://github.com/jdtsmith/indent-bars
;; Package-Requires: ((emacs "27.1") (compat "29.1.4.5"))
-;; Version: 0.7.0
+;; Version: 0.7.1
;; Keywords: convenience
;; Prefix: indent-bars
;; Separator: -
- [elpa] externals/indent-bars eca496b2db 392/431: improve commentary, (continued)
- [elpa] externals/indent-bars eca496b2db 392/431: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars dc44a8e889 404/431: Merge branch 'main' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fc8f492364 397/431: indent-bars-ts: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 86835d8faa 402/431: ts--context-fontify: use with-silent-modifications, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f6915dec4 411/431: Add Ada and GPR support., ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ebf1c637e8 425/431: Implement indent-bars.el suggestions for inclusion in ELPA, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ceb3dd1e31 418/431: guess-spacing: add typescript-ts-mode support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 188d8540bf 395/431: Update ts--context-fontify to work in all buffers, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7c7a7a7a10 423/431: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6868e36bea 417/431: Protect against no wrap context node, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f926ed81ae 424/431: Bump version and mention what's new,
ELPA Syncer <=
- [elpa] externals/indent-bars aac2e73b00 428/431: Merge pull request #57 from paaguti/main, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c2240b7f10 001/431: Initial commit, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0de108e783 017/431: improve setup/teardown and add reset command, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 940a56c434 016/431: Use 'face instead of 'font-lock-face, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee50054337 025/431: Comment, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 871dcdcce1 027/431: allow other keys for current-depth-palette, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 84f650e5b1 031/431: simplify stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a47382bd4b 043/431: Improve comments and remove unused arg from calculate-face-spec, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8b97ca4864 097/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars de347fc7fd 098/431: Update README.md, ELPA Syncer, 2024/09/16