From bc1096fce3d91a9672f17de00aadc5cdbee53072 Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Sun, 13 Aug 2023 14:10:44 +0200 Subject: [PATCH] Aladin lite: v3.2.0 Features: - The use of vite as a project manager - Enhance the MOC rendering perf and add possibility to draw the perimeter - Many fixes such as the footprints rendering for all sky projections - A line rasterizer enabling the thickness' grid line changes --- .gitignore | 2 +- package.json | 2 +- src/core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dfb20920..d2aeb71a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,6 @@ package-lock.json src/core/target/ src/core/Cargo.lock -aladin-lite-3.1.0.tgz +aladin-lite*.tgz .vscode diff --git a/package.json b/package.json index 6655f04d..926cb4af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "homepage": "https://aladin.u-strasbg.fr/", "name": "aladin-lite", "type": "module", - "version": "3.1.0", + "version": "3.2.0", "description": "An astronomical HiPS visualizer in the browser", "author": "Thomas Boch and Matthieu Baumann", "license": "GPL-3", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 3c904353..2f67fcf2 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -3,7 +3,7 @@ name = "aladin-lite" description = "Aladin Lite v3 introduces a new graphical engine written in Rust with the use of WebGL" license = "BSD-3-Clause" repository = "https://github.com/cds-astro/aladin-lite" -version = "3.1.1" +version = "3.2.0" authors = ["baumannmatthieu0@gmail.com", "matthieu.baumann@astro.unistra.fr"] edition = "2018"