-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 0.1.6 release announcement post
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
layout: post | ||
title: "Mathesar 0.1.6 Released" | ||
tags: release announcement | ||
date: 2024-04-03 | ||
author: kriti_godey | ||
description: "Mathesar 0.1.6 Released" | ||
image: /assets/images/016-announcement.png | ||
--- | ||
|
||
Mathesar 0.1.6 introduces Japanese localization of the UI and adds better support for working with long text in individual record pages. Improvements for administrators include compatibility with Python 3.10 and 3.11, support for databases running PostgreSQL 16, and the removal of `npm` and `nodejs` as dependencies when installing from scratch. | ||
|
||
This post gives you a peek at some of the improvements in the release. Please see our [Release Notes](https://docs.mathesar.org/releases/0.1.6/) for the comprehensive list of all changes and bugfixes. | ||
|
||
### Mathesar's UI can now display in Japanese | ||
|
||
The language setting is stored per-user and can be modified when logging in or when editing a user. This changes the text displayed on buttons and other UI elements within Mathesar. It does not change the display of data within your database (e.g. table names, column names, and cell values). We are hoping to support more languages beyond English and Japanese eventually. Please reach out to us if your are interested in helping to add more translations! | ||
|
||
![image](https://github.com/mathesar-foundation/mathesar/assets/52523023/f100423a-922c-4b6c-ad22-3c16cd06afde) | ||
|
||
### Text fields now auto-expand on the record page | ||
|
||
**Before** | ||
|
||
All text inputs on the record page had the same height, regardless of their content. | ||
|
||
![image](https://github.com/mathesar-foundation/mathesar/assets/52523023/e6ded1de-7b81-49f9-9b2e-7a6311a22d4f) | ||
|
||
**After** | ||
|
||
All text inputs in record page dynamically adjust to accommodate the content seamlessly. | ||
|
||
![image](https://github.com/mathesar-foundation/mathesar/assets/52523023/31e031cc-5c71-447f-9381-c4d6fae03b2d) | ||
|
||
### Mathesar is now compatible with more Python versions | ||
|
||
Mathesar now officially supports Python versions 3.10 and 3.11, in addition to the existing 3.9 compatibility. This will provide great flexibility while building Mathesar from source on an OS that natively ships with relatively newer versions of Python. | ||
|
||
### Mathesar is now compatible with PostgreSQL 16 | ||
|
||
Mathesar now officially supports, and is tested against, Postgres versions 13, 14, 15 and 16. | ||
|
||
### NodeJS is no longer a requirement for building Mathesar from source | ||
|
||
We removed NodeJS as a dependency in favour of providing users with pre-built static assest for building Mathesar from source. | ||
|
||
---- | ||
|
||
Here's the link to our [Release Notes](https://docs.mathesar.org/releases/0.1.6/) again if you'd like to see the full list of all changes and bugfixes. |