Skip to content

Commit

Permalink
2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Dec 24, 2024
1 parent 5dd56a9 commit 52785e2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.8.1 - 2024-12-24

### Bug fixes

* honour carriage returns in layer description (in caption panel) by @yohanboniface in #2386
* update star icon on star/unstar by @yohanboniface in #2387
* reconnect websocket on disconnection by @almet in #2389
* fix duplicated content during sync by @yohanboniface in #2388
* main help button was broken by @yohanboniface in #2393
* split zoomTo to accept bounds by @davidbgk in #2394
* zoom to droped file once loaded by @davidbgk in #2401
* do not load all datalayers at once by @yohanboniface in #2402
* add a 403.html template by @yohanboniface in #2396


## 2.8.0 - 2024-12-18

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion umap/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.8.0"
VERSION = "2.8.1"

0 comments on commit 52785e2

Please sign in to comment.