Skip to content

Releases: ls1intum/Orion

v1.2.11

17 Jul 13:55
Compare
Choose a tag to compare
fix publish version depending on release tag

Orion 1.2.10

17 Jul 08:11
73142de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.9...v1.2.10

Orion 1.2.9

17 Dec 12:58
e7eb059
Compare
Choose a tag to compare

What's Changed

Feature: Highlight Todos in Java Exercises #95
Feature: Local Testing for Students #96
Enhancement: Updated Depenendices for IntelliJ 2023.3 #99

Full Changelog: v1.2.7...v1.2.9

Orion 1.2.7

15 Oct 13:06
3348d3b
Compare
Choose a tag to compare

What's Changed

  • Enhancement: Fixed multiple deprecations: #87
  • Feature: Enable Support for multiple IDEs: #88
  • Enhancement: Improved Deployment for Orion: #89
  • Feature: Diff Editor for Assessmentmode: #90
  • Enhancement: Refactored Services: #92
  • Feature: Added a Review Mode for Students #94
  • Bugfix: Fixed Python Dependencies

Full Changelog: v1.2.1...v1.2.7

Orion 1.2.1

24 Apr 20:39
Compare
Choose a tag to compare

What's Changed

  • Feature: Enable complaints and exams by @MDK5 in #72
  • Feature: Enable structured grading instructions in Orion by @MDK5 in #70
  • Enhancement: Delete trailing slashes by @MDK5 in #76
  • Bugfix: Fix json escaping by @MDK5 in #74
  • Enhancement: Upgrade intelij gradle plugin version and add documentation by @MDK5 in #69
  • Bugfix: Avoid ConcurrentModificationException by @MDK5 in #80

Full Changelog: v1.2.0...v1.2.1

Orion 1.2.0

13 Oct 20:31
1ddb822
Compare
Choose a tag to compare

Improvements

  • Upgrade to IntelliJ 2021.2
  • Add support for assessment in Orion
  • Add button to return to exercise
  • Add button to open the documentation
  • Add dialog to choose commit message
  • Add limited support for auxiliary repositories
  • Fix a bug that causes the plugin to crash for some programming languages

Orion 1.1.2

11 May 18:15
6276c58
Compare
Choose a tag to compare

Improvements

  • Upgrade to IntelliJ 2021.1.1

Orion 1.1.1

08 Mar 21:19
Compare
Choose a tag to compare

Improvements

  • Upgrade to IntelliJ 2020.3
  • Upgrade various plugin dependencies
  • Allow access to external webpages (for the integration with self-hosted Artemis instances)

Orion 1.1.0

02 Nov 19:34
Compare
Choose a tag to compare

Improvements and Bugfixes

  • Upgrade to IntelliJ 2020.2.3
  • Migration to JCEF runtime. Dependency on JavaFx run time plugin is no longer needed
  • Fix user agent initialisation for new installs (caused crashes or didn't load Artemis)
  • Fix a crash caused by the old JavaFx runtime
  • Fix Artemis tool window UI mangling when moved to bottom
  • Partially fix the back button not working issue
  • General improvements in plugin stability

Orion 1.0.1

15 Aug 13:29
ec157e3
Compare
Choose a tag to compare

Improvements and Bugfixes

  • Upgrade to IntelliJ 2020.2
  • Switch to Gradle configuration based on Kotlin