Skip to content

Releases: ls1intum/Artemis

7.6.5

04 Nov 07:38
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

  • Programming exercises: Add simple mode to create and edit view by @florian-glombik in #9283
  • Integrated code lifecycle: Allow to change auxiliary repositories in the online code editor by @SimonEntholzer in #9585
  • Integrated code lifecycle: Allow admins to set build timeout options via application properties by @BBesrour in #9603
  • Text exercises: Replace separate feedback window with inline feedback view by @EneaGore in #9395
  • Adaptive learning: Add weight to links between competencies and learning objects by @JohannesStoehr in #9517
  • Adaptive learning: Allow editors to edit the competency link weight by @JohannesStoehr in #9564
  • Adaptive learning: Use competency link weight for learning path recommendations and mastery calculation by @JohannesStoehr in #9565
  • Communication: Allow users to paste images from the clipboard by @pzdr7 in #9637
  • Communication: Add answer posts content to course wide search by @cremertim in #9638
  • Communication: Correctly align manage button in communications menu by @badkeyy in #9636
  • Communication: Add undo button when deleting posts by @PaRangger in #9624

Bugfixes

  • Programming exercises: Fix an issue in which long manual feedback is not correctly displayed by @az108 in #9562
  • Programming exercises: Ignore .classpath and .project Eclipse files in git by @JohannesStoehr in #9645
  • Communication: Only show accepted categories of accepted FAQs by @cremertim in #9591
  • Iris: Fix message rating by @alexjoham in #9653

Development

New Contributors

Full Changelog: 7.6.4...7.6.5

7.6.4

28 Oct 08:24
e13b4a8
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

  • Communication: Allow image and file uploads in messages by @pzdr7 in #9580
  • Communication: Add emoji support to messages by @asliayk in #9595
  • Learning path: Introduce loading spinner for navigation between learning objects by @JohannesWt in #9500
  • Iris: Allow to configure exercises based on their categories by @Hialus in #9461

Bugfixes

  • Integrated code lifecycle: Insert repository content consistently when preparing for building by @SimonEntholzer in #9521
  • Communication: Fox android app package name and fingerprints by @FelberMartin in #9584
  • Communication: Fix content overflow in expanded thread view by @asliayk in #9474

Development

New Contributors

Full Changelog: 7.6.3...7.6.4

7.6.3

25 Oct 07:01
8bf15b3
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Breaking Changes

  • From 7.6.2: LocalCI: Make sure to specify unique build agent names in the application-prod.yml (see #9529)

Improvements

  • Communication: Improve the user interface design on mobile devices by @PaRangger in #9460

Bugfixes

  • General: Hide the keyboard icon in editors on Apple devices by @pzdr7 in #9519
  • General: Fix performance issues when opening course archives by @krusche in 62ef9f5 (hotfix)

Development

  • Migrate the online code editor to a standalone component by @pzdr7 in #9505
  • Prevent IDE settings from being loaded multiple times on the scores page by @krusche in d3ddb92
  • Update client dependencies by @krusche in 5e5e208 (security)
  • Update server dependencies by @krusche in 5e64de4 (security)

Full Changelog: 7.6.2...7.6.3

7.6.2

24 Oct 08:12
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Breaking Changes

  • LocalCI: Make sure to specify unique build agent names in the application-prod.yml (see #9529)

Improvements

  • Programming exercises: Add typescript programming language template by @magaupp in #9440
  • Programming exercises: Enhance filtering and sorting for error analysis by @az108 in #9315
  • Integrated code lifecycle: Improve clean up of temp folders in build agents by @BBesrour in #9542
  • Integrated code lifecycle: Add build agent name by @BBesrour in #9529
  • Communication: Allow tutors to propose FAQ by @cremertim in #9477
  • Adaptive learning: Redesign edit competency relation section by @JohannesWt in #9447
  • General: Track token usage of LLM service requests by @alexjoham in #9455
  • General: Add course archive for old courses from previous semesters by @edkaya in #9343
  • General: Improve user administration by @krusche in #9533
  • General: Add profile pictures to course user list and user administration by @PaRangger in #9553

Bugfixes

  • Quiz exercises: Fix an error after using the practice mode by @Hialus in #9571
  • Communication: Remove announcements from unresolved filter by @cremertim in #9561
  • Communication: Reduce FAQ size by @cremertim in #9568

Development

New Contributors

Full Changelog: 7.6.1...7.6.2

7.6.1

21 Oct 06:43
9d8b398
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

  • Programming exercises: Adjust translations for participation mode tooltips by @iyannsch in #9468
  • Programming exercises: Add C++ programming language template by @magaupp in #9261
  • Integrated code lifecycle: Improve access log handling by @SimonEntholzer in #9425
  • Integrated code lifecycle: Add auxiliary repository view by @SimonEntholzer in #9321
  • Integrated code lifecycle: Allow admins to pause build agents by @BBesrour in #9348
  • Communication: Improve unread messages count view on sidebar by @asliayk in #9522
  • Communication: Reduce height of channel and chat item card by @rabeatwork in #9480
  • Communication: Improve sidebar user interface design by @asliayk in #9356
  • Communication: Always show favorite channels by @cremertim in #9510
  • Adaptive learning: Explain course competency view by @JohannesWt in #9511
  • Learning paths: Redesign learning path instructor view by @JohannesWt in #9144

Bugfixes

  • Programming exercises: Fix test case parsing of nested test suite elements by @magaupp in #9490
  • Communication: Render announcement emails correctly by @PaRangger in #9520
  • Communication: Remove hidden conversations from favorites by @asliayk in #9473
  • Communication: Fix an issue when referencing lectures that contain brackets in title by @PaRangger in #9528
  • Communication: Fix an issue with link previews by @pzdr7 in #9532
  • Lectures: Fix PDF rendering issue in lecture units by @eceeeren in #9482
  • General: Design the border radius of the sidebar uniformly by @FleckiBunti in #9481

Development

New Contributors

Full Changelog: 7.6.0...7.6.1

7.6.0

14 Oct 07:41
45a18f8
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

  • Programming exercises: Improve preliminary AI feedback by @undernagruzez in #9324
  • Programming exercises: Add R programming language template by @magaupp in #9256
  • Programming exercises: Add custom themes for the Monaco editor by @pzdr7 in #9463
  • Integrated code lifecycle: Simplify user interface for ssh keys by @SimonEntholzer in #9454
  • Integrated code lifecycle: Allow to configure checkout path and timeout for programming exercises by @BBesrour in #9217
  • Integrated code lifecycle: Disable access to personal VCS access tokens in account settings for students by @SimonEntholzer in #9397
  • Communication: Add profile pictures to channel member overview by @PaRangger in #9450
  • Communication: Add FAQ search bar by @cremertim in #9423
  • Communication: Add default message to empty FAQ view by @cremertim in #9467
  • Tutorial groups: Redesign overview page by @PaRangger in #9445
  • Plagiarism checks: Use file extensions for plagiarism view by @magaupp in #9350
  • Exam mode: Add summary to exam deletion dialog by @ole-ve in #9185
  • Exam mode: Generate student exam on demand if student is registered for the exam by @coolchock in #9123
  • Iris: Upgrade settings system for Pyris V2 by @Hialus in #9247
  • Iris: Add chat in text exercises by @MichaelOwenDyer in #9362
  • General: Add search and sort to course overview by @edkaya in #9316
  • General: Improve exercise view when using LTI by @raffifasaro in #9329
  • General: Cache course icons and profile pictures to improve performance by @krusche in #9459

Bugfixes

  • Programming exercises: Do not always show the request feedback button in the online code editor by @krusche in #9475
  • Modeling exercises: Fix submission error and redundant tooltip for AI feedback by @LeonWehrhahn in #9437
  • Communication: Fix user interface reload on channel selection by @PaRangger in #9464
  • Learning path: Fix translation for introduction screen by @JohannesWt in #9438
  • Assessment: Remove unnecessary whitespace in result date by @chrisknedl in #9465
  • Lectures: Fix an issue with undefined units when processing lecture units by @eceeeren in #9452
  • Exam mode: Remove exercise title from solution containers by @edkaya in #9442
  • General: Fix an issue when trying to delete too many users at once by @chrisknedl in #9430

Development

New Contributors

Full Changelog: 7.5.6...7.6.0

7.5.6

06 Oct 22:17
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

Bugfixes

  • Programming exercises: Close the diff modal when leaving the page by @pzdr7 in #9355
  • Adaptive learning: Change mastery threshold to input field and validate values by @JohannesStoehr in #9398
  • Adaptive learning: Fix prerequisites not shown in course enrollment by @JohannesStoehr in #9358
  • Communication: Fix author and channel name order in notifications by @krusche in 4d36797
  • General: Fix an issue with the default username validation during login by @krusche in 0aa3aaf

Development

Full Changelog: 7.5.5...7.5.6

7.5.5

29 Sep 17:46
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Bugfixes

Development

  • Migrate account module to Angular lazy standalone component by @krusche in #9378
  • Fix default URL for telemetry service by @b-fein in #9382

Full Changelog: 7.5.4...7.5.5

7.5.4

28 Sep 06:18
e4abd5c
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

  • Programming exercises: Add JavaScript programming language template by @magaupp in #8859
  • Programming exercises: Enable empty template for LocalCI by @magaupp in #9280
  • Integrated code lifecycle: Structure build logs folder by @BBesrour in #9304
  • Integrated code lifecycle: Add access log for repositories by @SimonEntholzer in #9184
  • Modeling exercises: Add preliminary AI feedback requests for students by @LeonWehrhahn in #9278
  • General: Improve tab navigation on login page by @krusche in #9373

Bugfixes

  • Plagiarism checks: Fix files not being shown in plagiarism viewer by @magaupp in #9347

Development

Full Changelog: 7.5.3...7.5.4

7.5.3

18 Sep 18:29
412e2a6
Compare
Choose a tag to compare

⭐️ If you find Artemis valuable, please consider giving our GitHub project a star! ⭐️

Improvements

  • Programming exercises: Add IDE preferences for "Open In" by @janthoXO in #9201
  • Text exercises: Add preliminary AI feedback requests for students on text exercises using Athena by @EneaGore in #9241
  • Communication: Add profile picture support by @PaRangger in #9277
  • General: Add delete button for not enrolled users by @BaumiCoder in #9224
  • General: Add SAML2 audit features by @dfuchss in #9233

Bugfixes

  • Programming exercises: Translate programming language names by @magaupp in #9279
  • Quiz exercises: Fix an issue with the multiple choice visual mode by @pzdr7 in #9284
  • Atlas: Fix creation of competency relations by @MaximilianAnzinger in #9327

Development

Reviewers with the highest level of commitment

Full Changelog: 7.5.2...7.5.3