Fiduswriter

Latest version: v3.11.18

Safety actively analyzes 639131 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 37 of 48

3.3.11

**Fixes:**

* Biblatex names: remove extra {} when empty
* Biblatex literal styling: Make sure all styling parenthesis are closed
* flake8 update: enforce stricter rules
* Various bug fixes in dependencies (Python and JavaScript)

**Installation:**

[Check the Wiki](https://github.com/fiduswriter/fiduswriter/wiki/)

**Upgrade:**

To upgrade from a previous 3.3.x release, follow the instructions in the [Wiki](https://github.com/fiduswriter/fiduswriter/wiki/).

To upgrade from the 3.2 branch, do the following:

1. Make a backup of your database and the fiduswriter folder (which includes the images of users).
2. Upgrade **first** to version 3.2.3.
3. On your Fidus Writer installation, go to `/admin/maintenance/`, click the button and wait until the button text reads "all documents and revisions updated!"
4. Upgrade your sources to this version.
5. Inside your virtual env, run `pip install -r requirements.txt`
6. Then run `./manage.py migrate`
7. then run `./manage.py transpile`
8. Go to `/admin/maintenance/` a second time, click the button and wait until the button text reads "all documents and revisions updated!"

To upgrade from older versions (3.0, 3.1), upgrade first to the last patch version of that release and then upgrade to the next minor version as many times as needed until you reach 3.3.

3.3.10

**Fixes:**

* Report unhandled errors in JavaScript promises
* Fix extended name format in LaTeX export
* Various bug fixes in dependencies (Python and JavaScript)

**Installation:**

[Check the Wiki](https://github.com/fiduswriter/fiduswriter/wiki/)

**Upgrade:**

To upgrade from a previous 3.3.x release, follow the instructions in the [Wiki](https://github.com/fiduswriter/fiduswriter/wiki/).

To upgrade from the 3.2 branch, do the following:

1. Make a backup of your database and the fiduswriter folder (which includes the images of users).
2. Upgrade **first** to version 3.2.3.
3. On your Fidus Writer installation, go to `/admin/maintenance/`, click the button and wait until the button text reads "all documents and revisions updated!"
4. Upgrade your sources to this version.
5. Inside your virtual env, run `pip install -r requirements.txt`
6. Then run `./manage.py migrate`
7. then run `./manage.py transpile`
8. Go to `/admin/maintenance/` a second time, click the button and wait until the button text reads "all documents and revisions updated!"

To upgrade from older versions (3.0, 3.1), upgrade first to the last patch version of that release and then upgrade to the next minor version as many times as needed until you reach 3.3.

3.3.9

**Fixes:**

* Occasionally, undefined transactions were dispatched when comments were deleted.

**Installation:**

[Check the Wiki](https://github.com/fiduswriter/fiduswriter/wiki/)

**Upgrade:**

To upgrade from a previous 3.3.x release, follow the instructions in the [Wiki](https://github.com/fiduswriter/fiduswriter/wiki/).

To upgrade from the 3.2 branch, do the following:

1. Make a backup of your database and the fiduswriter folder (which includes the images of users).
2. Upgrade **first** to version 3.2.3.
3. On your Fidus Writer installation, go to `/admin/maintenance/`, click the button and wait until the button text reads "all documents and revisions updated!"
4. Upgrade your sources to this version.
5. Inside your virtual env, run `pip install -r requirements.txt`
6. Then run `./manage.py migrate`
7. then run `./manage.py transpile`
8. Go to `/admin/maintenance/` a second time, click the button and wait until the button text reads "all documents and revisions updated!"

To upgrade from older versions (3.0, 3.1), upgrade first to the last patch version of that release and then upgrade to the next minor version as many times as needed until you reach 3.3.

3.3.8

**Fixes:**

* Fixes for LaTeX export thanks to report by Daniel Goujot
* Use correct mimetype for export downloads in Firefox
* Upgrade fixes for prosemirror, etc. dependencies

**Installation:**

[Check the Wiki](https://github.com/fiduswriter/fiduswriter/wiki/)

**Upgrade:**

To upgrade from a previous 3.3.x release, follow the instructions in the [Wiki](https://github.com/fiduswriter/fiduswriter/wiki/).

To upgrade from the 3.2 branch, do the following:

1. Make a backup of your database and the fiduswriter folder (which includes the images of users).
2. Upgrade **first** to version 3.2.3.
3. On your Fidus Writer installation, go to `/admin/maintenance/`, click the button and wait until the button text reads "all documents and revisions updated!"
4. Upgrade your sources to this version.
5. Inside your virtual env, run `pip install -r requirements.txt`
6. Then run `./manage.py migrate`
7. then run `./manage.py transpile`
8. Go to `/admin/maintenance/` a second time, click the button and wait until the button text reads "all documents and revisions updated!"

To upgrade from older versions (3.0, 3.1), upgrade first to the last patch version of that release and then upgrade to the next minor version as many times as needed until you reach 3.3.

3.3.7

**Fixes:**

* Upgrade fixes for prosemirror, etc. dependencies
* Remove unused DropkickJS

**Installation:**

[Check the Wiki](https://github.com/fiduswriter/fiduswriter/wiki/)

**Upgrade:**

To upgrade from a previous 3.3.x release, follow the instructions in the [Wiki](https://github.com/fiduswriter/fiduswriter/wiki/).

To upgrade from the 3.2 branch, do the following:

1. Make a backup of your database and the fiduswriter folder (which includes the images of users).
2. Upgrade **first** to version 3.2.3.
3. On your Fidus Writer installation, go to `/admin/maintenance/`, click the button and wait until the button text reads "all documents and revisions updated!"
4. Upgrade your sources to this version.
5. Inside your virtual env, run `pip install -r requirements.txt`
6. Then run `./manage.py migrate`
7. then run `./manage.py transpile`
8. Go to `/admin/maintenance/` a second time, click the button and wait until the button text reads "all documents and revisions updated!"

To upgrade from older versions (3.0, 3.1), upgrade first to the last patch version of that release and then upgrade to the next minor version as many times as needed until you reach 3.3.

3.3.6

**Fixes:**

* Prevent users from entering text into an empty footnote editor (this caused error messages).
* Let collaborators' carets have no influence on the rendering of the text they are in.
* Adjust the throttling of messages to allow faster return to quick response times.
* Update to 1.0.1 version of several prosemirror packages.

**Installation:**

[Check the Wiki](https://github.com/fiduswriter/fiduswriter/wiki/)

**Upgrade:**

To upgrade from a previous 3.3.x release, follow the instructions in the [Wiki](https://github.com/fiduswriter/fiduswriter/wiki/).

To upgrade from the 3.2 branch, do the following:

1. Make a backup of your database and the fiduswriter folder (which includes the images of users).
2. Upgrade **first** to version 3.2.3.
3. On your Fidus Writer installation, go to `/admin/maintenance/`, click the button and wait until the button text reads "all documents and revisions updated!"
4. Upgrade your sources to this version.
5. Inside your virtual env, run `pip install -r requirements.txt`
6. Then run `./manage.py migrate`
7. then run `./manage.py transpile`
8. Go to `/admin/maintenance/` a second time, click the button and wait until the button text reads "all documents and revisions updated!"

To upgrade from older versions (3.0, 3.1), upgrade first to the last patch version of that release and then upgrade to the next minor version as many times as needed until you reach 3.3.

Page 37 of 48

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.