> For the complete documentation index, see [llms.txt](https://docs.simutek.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simutek.se/changelogs/changelog-gks3-bgc.md).

# Changelog GKS3 BGC

## 1.8.4 - 2022-09-23

#### Ny funktionalitet och förbättringar

* Stöd för kommande krav att använda protokoll TLS 1.2. \[8020]\
  Nytt systemkrav: *`.NET Framework 4.8`*

## 1.8.3 - 2022-04-25

#### Buggrättningar

* Ta bort förekomster av specialtecknet *Information Separator One (U+001F)* i e-fakturafiler.

## 1.8.2 - 2021-10-22

#### Ny funktionalitet och förbättringar

* Fakturaspecifikation som radkommentar istället för efterföljande fakturarader \[6759]
* Ta bort tom specifikationsrad mellan produkter \[7775]
* Mottagaradress utan box-nummer \[7774]

## 1.8.1 - 2021-04-28

#### Ny funktionalitet och förbättringar

* Utökat stöd för att skicka e-faktura via Swedbank över HTTPS \[7685]

## 1.8.0 - 2020-12-14

#### Ny funktionalitet och förbättringar

* Möjlighet att manuellt ladda upp en BgMax-fil \[7620]

## 1.7.10 - 2020-07-02

#### Ny funktionalitet och förbättringar

* E-faktura: Orderbenämning flyttad från första fakturarad till fakturahuvud \[7507]
* E-faktura: Ert beställningsnummer flyttad från fakturarad till fakturahuvud \[7506]
* E-faktura: Ta bort tomma fakturarader \[6758]

## 1.7.9 - 2020-03-27

#### Ny funktionalitet och förbättringar

* Ta bort fältet orderingCustomer som fasats ut. \[7225]


---

# 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.simutek.se/changelogs/changelog-gks3-bgc.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.
