# Changelog

{% hint style="success" %}

## 3.5.1 (2025-06-12)

### Added

* Jump article visual cue in OC List ([Link](/oc-list/user/how-to/drag-and-drop-between-one-oc-list-to-another..md#jump-article-visual-cue-in-oc-list))
* DB plugin logs API integration ([Link](https://app.gitbook.com/o/-LXJkK7tFJY9DjO_rmf3/s/mT4bUKqO5z2ehP7fweHK/admin/config/logs-api))

&#x20;       *(**Dependency on Writer 8.2.1)***

### Fixed

* Vulnerability fixes for SOC compliance
* Confirmation pop up on deleting a package
* Wrong message modal popup on update button of OC List.
  {% endhint %}

{% hint style="info" %}

## 3.5.0 (2025-05-13)

### Added

* Clear jumps data from article when adding/removing from list

### Fixed

* Error when saving edited article that has been added to an OC-list

&#x20;        (*Dependency on writer client 8.2.0 and im-externalupdate 2.0.6*)

* Article meta data (list link) was not getting updated after renaming list
* Changing Type on a list does not trigger save button after updating

{% endhint %}

{% hint style="info" %}

## 3.4.0 (2024-07-02)

### Added

* Setting to make Package Tab display/hide on UI
  {% endhint %}

{% hint style="info" %}

## 3.3.0 (2024-05-06)

### Added

* List relation in Article xml
* Configuration to show warning message for article which is already in another list.

### Fixed

* Same unit is selecting multiple times when creating or updating list
* Loading issue when clicked on cross button in list/package window popup
* Drag and drop from publication planner enabled with ctrl/alt key
* While creating a new package, previously deleted package data is reflecting as default
* No validation is showing when user try to create duplicate list
* Text exceeds the notification popup modal UI.
  {% endhint %}

{% hint style="info" %}

## 3.2.0

### Added

* Edit Article opens in modal as well as new tab
* Updated Status bar color scheme
* Published date
* Drag and drop between lists and packages
* Lists and Packages are getting updated dynamically
* Add Planned and updated data in the hover
* Dates will be configurable
  {% endhint %}

{% hint style="info" %}

## 3.1.0 (2022-04-12)

### Added

* Ability to copy List and Package UUID from menu

### Fixed

* Issues with localizations not being used correctly
  {% endhint %}

{% hint style="info" %}

## 3.0.0 (2022-01-13)

### Added

* Writer instance action in order to let writer plugin handle opening of articles

### Fixed

* Issue with only fetching 15 articles when accessing package from list item relation
* Issue causing false warning about unsaved changes to occur when swapping workspace even after content was saved

### Removed

* Notifications agent action, uses Plugin API instead
  {% endhint %}

{% hint style="info" %}

## 2.3.0 (2021-06-07)

### **Added**

* Confirm on close when editing list/package settings
* Indication for unsaved changes when list/package has been created but yet not saved
* Information about missing permissions when entering list/package
* Ability to remove all of specific item type from list

### **Fixed**

* Added missing filter queries to list relations in Package which didn't fetch relations above default 15

### **Changed**

* GUI components
* How application state is behaving when leaving workspace - leaving workspace will now close open list/package
* Clear list from package view unlinked current list - now with the ability to remove item types we changed the option to "unlink list"
  {% endhint %}

{% hint style="info" %}

## 2.2.0 (2021-05-17)

### Added

* ability to specify sorting order on search result
  {% endhint %}

{% hint style="info" %}

## 2.1.1 (2020-12-15)

### Fixed

* issue with notifying for changes even after the application been unmounted
* issue with checksum calculations not resetting after loading list is initiated
  {% endhint %}

{% hint style="info" %}

## 2.1.0 (2020-10-28)

### Added

* output on number of images for an article
  {% endhint %}

{% hint style="info" %}

## 2.0.4 (2020-10-13)

### **Fixed**

* issue with search cache for lists being shared over multiple instances of the plugin
* issue with notification regarding pending change even after a list is saved
* issue with leaving workspace/changing profile not notifying on pending changes
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.navigaglobal.com/oc-list/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
