branch: elpa/dslide commit f295183145d18711495fcbe1544afdb2d2a69e5e Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Psionik K <73710933+psioni...@users.noreply.github.com>
Bumping to 0.3.2 - expect about 95% name stability from here Unless any of these names are wildly unpopular, the API is expected to be about 95% name-stable from here. This is still not 1.0 software.While the potential cost of not deprecating is going down, symbols are not yet being maintained. I have done a lot of renaming, some of it demanded by conventions, some of it to reduce the number of concepts or match typical Emacs patterns. This was extremely important to get done ahead of submitting for MELPA. Signed-off-by: Psionik K <73710933+psioni...@users.noreply.github.com> --- README.org | 3 +-- dslide.el | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 98e6e47f6a..5c9b38afc3 100644 --- a/README.org +++ b/README.org @@ -22,7 +22,7 @@ Fully programmable sequences behind a two-button interface: - Integration with Elisp programs and arbitrary Emacs buffers - Custom class support for extending the framework ** Status 🛠️ -Version 0.3.0 👷 +Version 0.3.2 👷 - Stabilizing the API and naming (as in not stable yet) - Gathering user feedback & experience - Accepting PR's and issue reports @@ -168,7 +168,6 @@ The ~dslide-section-next~ and ~dslide-section-previous~ method documentation ar - override a few methods - now you too can paint the paragraphs red #+begin_src elisp - (defclass dslide-action-red-paragraphs (dslide-action) ((overlays :initform nil)) "Paint the paragraphs red, one by one.") diff --git a/dslide.el b/dslide.el index 7eaba80bda..69854a33fd 100644 --- a/dslide.el +++ b/dslide.el @@ -4,7 +4,7 @@ ;; Copyright (C) 2024 Positron ;; ;; Author: Positron <contact@positron.solutions> -;; Version: 0.3.1 +;; Version: 0.3.2 ;; Package-Requires: ((emacs "29.2")) ;; Maintainer: Positron <contact@positron.solutions> ;; URL: https://github.com/positron-solutions/dslide