Skip to content

Releases: jonathanlb/cat-wrangler-v2

v0.4.0 ical support

18 May 17:50
Compare
Choose a tag to compare
  • ical support
  • record last event description edit by user
  • updated sqlite3 and webpack dependencies

Event editing

17 Oct 14:44
Compare
Choose a tag to compare

Update to allow external event-description editing. If you upgrade, the participants table must be updated to include an editor column

alter table participants add column editor int default 0;
``

A non-zero value indicates the ability to edit events at the corresponding venue, or all venues if a negative value is present.

Add rideshare feature.

06 Oct 20:26
Compare
Choose a tag to compare

Incorporate rideshare feature request #2 .

Initial working version

17 Sep 20:15
Compare
Choose a tag to compare
v0.1.0

updating sqlite deps