builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
259 stars 258 forks source link

When will 4.2.1 be released? #459

Closed mpszczolinski closed 1 year ago

mpszczolinski commented 1 year ago

Last release (4.2.0) was done in Feb 2022. I see that version 4.2.1 has some useful improvements.

When 4.2.1 will be released? Or did the author abandoned this project?

IVLIVS-III commented 1 year ago

Currently all (old and new) maintainers are short on time, unfortunately. This PR tracks the new release.

However I cannot give an ETA right now.

@thomassth what is missing until we can finalize the 5.0 pre-release? As far as I can see, only rrule-stuff is missing (#445 / #446 / #448).

mpszczolinski commented 1 year ago

Thanks IVLIVS-III for the answer.

Howevere you mentioned v.5, which sounds like big improvement. What about 4.2.1 itself?

IVLIVS-III commented 1 year ago

@mpszczolinski afaik v4.2.1 was never planned to be released / was never planned to be a standalone version in the first place.

Everything mentioned in the changelog was (prematurely) added to the changelog in this PR (by myself). At the time of submitting the PR, I did not know what the next planned version number would be, thus listed the changes as a patch.

You could however pin the device_calendar dependency to that specific commit (hash) in your pubspec.yaml until the next version (v5.0) is released to pub.dev.

thomassth commented 1 year ago

I think it's fair to cheerypick commits other than rrule into a 4.2.1 or 4.3

... if someone can do that PR that is

IVLIVS-III commented 1 year ago

@thomassth cherry-picks for 4.3.0 are ready for review on #461. Merging to release automatically published to pub.dev, right?

thomassth commented 1 year ago

oof the cred seems to be expired

need @nickrandolph on that

nickrandolph commented 1 year ago

@thomassth I've updated the secrets. Can you give publishing a go and let me know if there are still issues

thomassth commented 1 year ago

Luckily we got workflow_dispatch for this scenario

No extra commit needed 😎