> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/publication-planner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/publication-planner/master-23/changelog.md).

# Changelog

{% hint style="danger" %}

## 3.1.0 (DEV)

### Changed

* Default configuration with DB key store values
* Updated dependencies
  {% endhint %}

{% hint style="success" %}

## 3.0.0 (2019-12-19)

### **Added**

* `filterQuery` option to the config, to add custom filters while fetching articles.

### **Changed**

* Deprecated cache method and replaced with the new cache from Dashboard to handle storing sessions to localStorage.

### **Removed**

* Required portals from Mappings, and replaced with one Action to get GUI components.
  {% endhint %}

{% hint style="info" %}

## 2.0.2 (2019-11-28)

### Changed

* Utilise Writer plugin to handle opening articles in modal with confirm
  {% endhint %}

{% hint style="info" %}

## 2.0.1 (2019-10-22)

### Fixed

* Leaking articles that mismatches the active filters on querystreamer events.
  {% endhint %}

{% hint style="info" %}

## 2.0.0 (2019-10-03)

### Added

* Integration against Dashboard Status Map and Dashboard Utility plugin in order to configure article card colors.

### Changed

* Utilise Dashboard Utility plugin to render cards and Publish flow.
  {% endhint %}

{% hint style="info" %}

## 1.4.0 (2019-09-05)

### **Added**

* Cache functionality to cache requested articles.
* Infinity loader for columns to load more articles on scroll.

### **Changed**

* Refactored whole application with new hooks components.
  {% endhint %}

{% hint style="info" %}

## **1.3.1 (2019-08-15)**

### Fixed

* Setting up correct query for querystreamer.
  {% endhint %}

{% hint style="info" %}

## **1.3.0 (2019-08-09)**

### Changed

* Stream query for querystreamer, to listen on content changes for current user units only.
  {% endhint %}

{% hint style="info" %}

## **1.2.0 (2019-08-05)**

### Added

* Names for required actions for plugin Mappings.
  {% endhint %}

{% hint style="info" %}

## **1.1.0 (2019-08-02)**

### Fixed

* Ability to have Application settings merged with Plugin settings for Each application mounted within a column in a workspace.
  {% endhint %}

{% hint style="info" %}

## **1.0.0 (2019-08-01)**

### Fixed

* CORS issues for communication with IMID enabled Writer (require Writer version: >=5.2.4)
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/publication-planner/master-23/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
