Skip to content

Tags: positron-solutions/dslide

Tags

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
remove call to org-element-parent

this seems to be inconsistently supported.  It does nothing interesting, so it
makes sense that it isn't supported everywhere

Small bug, but worthy of a release

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
Version 0.6.1

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
Small news correction

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
Release 0.5.5

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
0.5.4 version bump, manual regeneration, ELPA badge

Manual updates are a result of updated org that evidently had some tweaks to the
ox-texinfo.

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
version bump

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
Fix mode check for dslide-develop command

And.. no more trusting random suggestions from the mailing list.  That was one
of 3 typos of the variety I would not expect when suggesting changes.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
line noise

Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
Rename DSLIDE_SECTION_ACTIONS -> DSLIDE_ACTIONS

A followup to the removal of the child action.  There is less need to be
distinct, and this simplifies the configuration API just a bit more.

While `section-actions' is still used internally in some places, and its meaning
should be well understood by org hackers.

Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
psionic-k Psionic K
version 0.4.0, some breaking changes

Child actions that were fiddled with for 0.3.x might break with 0.4.0, not that
any of this should have been stable.  It was very fiddly to write child actions
in 0.4.0

In 0.5.0, there is a strong chance that I combine child / slide action into just
multiple slide classes

Repeated development is revealing inherent coupling between the child and slide
action.  Their lifecycles are ambiguously encompassing and only the slide object
will be able to figure this out.

On the plus-side, it makes configuring the slides much, much easier.  Some of
the hydration code will die

The downside is that slide and child action won't be independent able to
articulate, but like I said, for the most part, they are not independent at all,
and what you want to do with the children is affected by what you do with the
slide, especially the restriction handling

Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>