Skip to content

Releases: JeffersonLab/presenter

v4.9.1

26 Aug 13:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.9.0...v4.9.1

v4.9.0

19 Aug 18:30
Compare
Choose a tag to compare
  • Bump Gradle to v9
  • Bump spotless to v7.2.1
  • Compile to Java 17
  • Build with JDK21

Full Changelog: v4.8.0...v4.9.0

v4.8.0

04 Aug 13:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.1...v4.8.0

v4.7.1

06 Mar 12:33
Compare
Choose a tag to compare
  • Bug Fix: Only lookup PD if a PD Presentation (not for Crew Chief slides)

Full Changelog: v4.7.0...v4.7.1

v4.7.0

05 Mar 20:49
Compare
Choose a tag to compare

What's Changed

Oracle Database Migration Notes

If using shared database run:

GRANT SELECT ON PD_OWNER.ASSIGNMENTS TO PRESENTER_OWNER;

create or replace view presenter_owner.assignments as
(
select USER_ID, START_DATE, END_DATE from pd_owner.assignments
);

create or replace view presenter_owner.staff as
(
select STAFF_ID, USERNAME from support.staff
);

Otherwise, in a standalone env just create empty tables of the same name and the elog code with fallback to using user presenter

Full Changelog: v4.6.1...v4.7.0

v4.6.1

27 Jan 13:48
Compare
Choose a tag to compare
  • Rename Sched. Acc. Down to Sched. Acc. Main.

Full Changelog: v4.6.0...v4.6.1

v4.6.0

14 Dec 22:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.6.0

v4.5.0

21 Nov 20:52
Compare
Choose a tag to compare
  • Rename SAD to SAM

Full Changelog: v4.4.0...v4.5.0

v4.4.0

05 Nov 13:19
Compare
Choose a tag to compare
  • Rename MSSG to MSS

Full Changelog: v4.3.1...v4.4.0

v4.3.1

03 Oct 14:36
Compare
Choose a tag to compare
  • Additional missing escapeXml locations fixed

Full Changelog: v4.3.0...v4.3.1