Skip to content

Releases: ayaka-notes/overleaf-pro

Overleaf Pro v6.1.2

21 Feb 04:09

Choose a tag to compare

Changes

  • Revert ayaka-notes filestore patch (PDF cover rotation already fixed upstream)
  • Install poppler-utils for filestore (overleaf official)
  • Use pdftocairo instead of convert to convert pdf cover to png (overleaf official)
  • Adjust width for preview(1000) thumbnail(700) image (overleaf official)

Docker Image

You can find docker image here: https://github.com/ayaka-notes/overleaf-pro/pkgs/container/overleaf-pro

docker pull ghcr.io/ayaka-notes/overleaf-pro:6.1.2

Known Issues

LDAP is broken in this version, it has no impact on other features, as long as LDAP is not enabled. I have reported related bug to upstream. And we will update LDAP dependency in the next version.

Overleaf Pro v6.1.1

20 Feb 16:35

Choose a tag to compare

Changes

Enable overall theme in overleaf.

image

Docker Image

You can find docker image here: https://github.com/ayaka-notes/overleaf-pro/pkgs/container/overleaf-pro

docker pull ghcr.io/ayaka-notes/overleaf-pro:6.1.1

Notes:

Migrations: If you are existing CEP/overleaf user, since we have enabled revert history features in 6.1.0, you will need to update you existing projects to use this feature. For detailed infomation, see Overleaf Pro v6.1.0 release.


Official Release Notes

Bugfixes

  • Fixed invalid Documentation link displayed when OVERLEAF_PROXY_LEARN is not set to true.
  • Removed invalid Subscription link in the redesign editor settings modal.
  • Removed invalid Contact Us link in menu.

Other changes

Updated internal dependencies.

Overleaf Pro v6.1.0

20 Feb 16:19
fd87b72

Choose a tag to compare

We are very proud to release our overleaf pro v6.1.0, this includes the folloing features.

  • Features 01: Templates System
  • Features 02: Sandbox Compile
  • Features 03: ​Git Intergration​
  • Features 04: Symbol Palette
  • Features 05: Admin Panel
  • Features 06: Review Panel
  • Features 07: External URL
  • Features 08: SSO
  • Features 09: ARM supported

For detailed infomation, visit all features. We also enabled revert history features.

Docker Image

You can find docker image here: https://github.com/ayaka-notes/overleaf-pro/pkgs/container/overleaf-pro

docker pull ghcr.io/ayaka-notes/overleaf-pro:6.1.0

Migrations

If you are existing CEP/overleaf user, since we have enabled revert history features in 6.1.0, you will need to update you existing projects to use this feature:

Run the folloing command in you mongodb:

# admin ➜ ~/overleaf-pro/develop (release-v6.1.1) $ bin/shell mongo
# root@89d98b6ccc8b:/# mongosh 

use sharelatex
db.projects.updateMany(
  {},
  {
    $set: { "overleaf.history.rangesSupportEnabled": true }
  }
)

You will see:
image


Official Release Notes

New design of the Overleaf editor

This Server Pro release contains the new and improved design of the Overleaf editor, and allows toggling to the old editor design. In the next 6.2.X release, users will only see the new and improved design of the Overleaf editor, and will no longer have the option to revert to the old one.

New Features

  • Project-wide search: this feature allows you to search for text across all files in your project.

Other changes

Updated base image, installed packages and internal dependencies.

Overleaf Pro v6.0.1

20 Feb 07:24

Choose a tag to compare

This is a test release for minor version release, also no any additional features.

This release fixes several compile issues emerging after the latest runc updates.

Note

The minimum MongoDB version for Server CE/Pro 6.0.1 is now MongoDB 8.0. You can view our documentation about upgrading MongoDB here.

Docker Image

You can find docker image here: https://github.com/ayaka-notes/overleaf-pro/pkgs/container/overleaf-pro

docker pull ghcr.io/ayaka-notes/overleaf-pro:6.0.1

Overleaf Pro v6.0.0

17 Feb 16:53

Choose a tag to compare

Release Overleaf Pro v6.0.0

This is a test release, and also our init version of overleaf pro. This version doesn't contain any feature from server-pro, so it's only marked as our startup point. We will add new features laters, such as admin panel, and git-bridge ...

In this release, we have introduced overleaf docker image in arm, you can give it a try if you have a mac or arm based server, but, some feature may not work well (not tested yet)

This new release reduces the storage usage of binary files in half.
An online migration is included in version 5.5, allowing for minimal downtime as part of the upgrade. Before upgrading to Server Pro v6 make sure you're already running the latest version of Server Pro v5.5 (Release Notes 5.x.x) and have run the migration.

Docker Image

You can find docker image here: https://github.com/ayaka-notes/overleaf-pro/pkgs/container/overleaf-pro

For multi arch image, see here.

docker pull ghcr.io/ayaka-notes/overleaf-pro:6.0.0

Binary file migration

This new release reduces the storage usage of binary files in half.

An online migration is included in version 5.5, allowing for minimal downtime as part of the upgrade. Before upgrading to Server Pro v6 make sure you're already running the latest version of Server Pro v5.5 (Release Notes 5.x.x) and have run the migration.

See full migration instructions.

MongoDB upgrade to v8

This release bumps the minimum MongoDB version to 8.0

If you're currently using MongoDB v6 or earlier, you'd need to update your versions one major version at a time (v6 → v7 → v8).

Warning

Please ensure you have a database backup before upgrading. In case of roll-back, you will need to restore the database backup.

For instructions on how to upgrade MongoDB v6 → v7 → v8 see our step-by-step guide here.

Redis upgrade to v7.4

This release also bumps the minimum Redis version to 7.4.

Update your REDIS_IMAGE in your config/overleaf.rc to REDIS_IMAGE=7.4.

New Features

  • Link sharing now can be disabled with OVERLEAF_DISABLE_LINK_SHARING=true.
  • OVERLEAF_MAINTENANCE_MESSAGE and OVERLEAF_MAINTENANCE_MESSAGE_HTML are now available to customise the title and content of the Maintenance page.
  • OVERLEAF_USER_HARD_DELETION_DELAY and OVERLEAF_PROJECT_HARD_DELETION_DELAY can be configured (in milliseconds) to modify the deleted users/projects expiration delay (defaults to 90 days).

Bugfixes

  • Fixed footer rendering with links.
  • Improved error messages on SAML login errors.
  • Fixed audit log entry not added when a user's admin state is updated on SSO login.
  • Fixed History panel errors when TLS is enabled in Redis.
  • Compilations can now be stopped when using non-sandboxed compiles.

Other changes

  • All the links to the status page (set via OVERLEAF_STATUS_PAGE_URL) now use HTTPS and open in a new browser tab.