> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/writer/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/writer/release-notes/6.5.x.md).

# 6.5.x

## Naviga Writer 6.5.12

**Release date:** 2021-11-18

### Description <a href="#description" id="description"></a>

Fixes a bug where data in "drag and drop" events includes file information when no file is dropped. **Applies from Chrome version 96, Windows only.**

## Naviga Writer 6.5.11

**Release date:** 2021-10-05

### Description <a href="#description" id="description"></a>

Fixes copy paste issue for certain content objects, e.g. content parts.

## Naviga Writer 6.5.10

**Release date:** 2021-09-06

### Description <a href="#description" id="description"></a>

Fixes bug where error message would not properly display when trying to save an article which had been updated externally.

## Naviga Writer 6.5.9

**Release date:** 2021-08-30

### Bug <a href="#description" id="description"></a>

* Images with multiple identical bylines should not crash the writer.

## Naviga Writer 6.5.8

**Release date:** 2021-08-23

### Description <a href="#description" id="description"></a>

Maintenance release which includes lambda upgrades.

* Updated internal python runtimes to 3.8

## Naviga Writer 6.5.7

**Release date:** 2021-04-13

### Description <a href="#description" id="description"></a>

Backport release for lambda upgrades.

* Updated image metadata lambda which improves parsing of different dates stored in image's metadata

## Naviga Writer 6.5.6

**Release date:** 2021-03-22

### Description <a href="#description" id="description"></a>

Backport release for lambda upgrades.

* New publisher lambda to move inline with CCA behavior
* Updated image metadata lambda which improves handling of portrait images, which in some cases got their width/height values mixed up

## Naviga Writer 6.5.5

**Release date:** 2021-02-03

### Description <a href="#description" id="description"></a>

Backport release for security fixes.

* Upgraded imsg dependency to version `17.3.0`

## Naviga Writer 6.5.4

**Release date:** 2021-01-27

### Description <a href="#description" id="description"></a>

Update to the imagePublishService lambda which will ensure color profile is not stripped from an image when it's published.

* Updated image publish lambda dependency to version v1.0.3

## Naviga Writer 6.5.2

**Release date:** 2020-12-03

### Description <a href="#description" id="description"></a>

`6.5.2` patches an SSRF vulnerability, fixes a bug where crops sometimes got stuck, and hides the bottombar just wanting to be noticed when printing an article.

* NW-1046 Fix SSRF vulnerability in writer-backend’s proxy methods
* NW-1002 The bottom bar blocks text when printing
* NW-915 Changing soft crop doesn’t always work for all crops

## Naviga Writer 6.5.1

**Release date:** 2020-10-22

### Description <a href="#description" id="description"></a>

* [WRIT-1050](https://jira.infomaker.se/browse/WRIT-1050) - Add TemplateType to template fetching queries


---

# 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/writer/release-notes/6.5.x.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.
