From 0910153685d3ce077906edede88f9b667f9fdb45 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 26 Aug 2024 14:27:20 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.1=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b0850..34f59cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ All notable changes to wuttaweb will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.13.0 (2024-08-26) + +### Feat + +- use native wuttjamaican app to send feedback email +- add basic user feedback email mechanism +- add "progress" page for executing upgrades +- add basic support for execute upgrades, download stdout/stderr +- add basic progress page/indicator support +- add basic "delete results" grid tool +- add initial views for upgrades +- allow app db to be rattail-native instead of wutta-native +- add per-row css class support for grids +- improve grid filter API a bit, support string/bool filters + +### Fix + +- tweak max image size for full logo on home, login pages +- improve handling of boolean form fields +- misc. improvements for display of grids, form errors +- use autocomplete for grid filter verb choices +- small cleanup for grid filters template +- add once-button action for grid Reset View +- set sort defaults for users, roles +- add override hook for base form template + ## v0.12.1 (2024-08-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 499bd04..fac1e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "WuttaWeb" -version = "0.12.1" +version = "0.13.0" description = "Web App for Wutta Framework" readme = "README.md" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}] @@ -42,7 +42,7 @@ dependencies = [ "pyramid_tm", "waitress", "WebHelpers2", - "WuttJamaican[db,email]>=0.12.1", + "WuttJamaican[db,email]>=0.13.0", "zope.sqlalchemy>=1.5", ]