bump: version 0.10.16 → 0.11.0
This commit is contained in:
parent
1402d437b5
commit
f9cb6cb59b
218
CHANGELOG.md
Normal file
218
CHANGELOG.md
Normal file
|
@ -0,0 +1,218 @@
|
|||
|
||||
# Changelog
|
||||
All notable changes to Tailbone 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.11.0 (2024-06-10)
|
||||
|
||||
### Feat
|
||||
|
||||
- switch from setup.cfg to pyproject.toml + hatchling
|
||||
|
||||
## v0.10.16 (2024-06-10)
|
||||
|
||||
### Feat
|
||||
|
||||
- standardize how app, package versions are determined
|
||||
|
||||
### Fix
|
||||
|
||||
- avoid deprecated config methods for app/node title
|
||||
|
||||
## v0.10.15 (2024-06-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- do *not* Use `pkg_resources` to determine package versions
|
||||
|
||||
## v0.10.14 (2024-06-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- use `pkg_resources` to determine package versions
|
||||
|
||||
## v0.10.13 (2024-06-06)
|
||||
|
||||
### Feat
|
||||
|
||||
- remove old/unused scaffold for use with `pcreate`
|
||||
|
||||
- add 'fanstatic' support for sake of libcache assets
|
||||
|
||||
## v0.10.12 (2024-06-04)
|
||||
|
||||
### Feat
|
||||
|
||||
- require pyramid 2.x; remove 1.x-style auth policies
|
||||
|
||||
- remove version cap for deform
|
||||
|
||||
- set explicit referrer when changing app theme
|
||||
|
||||
- add `<b-tooltip>` component shim
|
||||
|
||||
- include extra styles from `base_meta` template for butterball
|
||||
|
||||
- include butterball theme by default for new apps
|
||||
|
||||
### Fix
|
||||
|
||||
- fix product lookup component, per butterball
|
||||
|
||||
## v0.10.11 (2024-06-03)
|
||||
|
||||
### Feat
|
||||
|
||||
- fix vue3 refresh bugs for various views
|
||||
|
||||
- fix grid bug for tempmon appliance view, per oruga
|
||||
|
||||
- fix ordering worksheet generator, per butterball
|
||||
|
||||
- fix inventory worksheet generator, per butterball
|
||||
|
||||
## v0.10.10 (2024-06-03)
|
||||
|
||||
### Feat
|
||||
|
||||
- more butterball fixes for "view profile" template
|
||||
|
||||
### Fix
|
||||
|
||||
- fix focus for `<b-select>` shim component
|
||||
|
||||
## v0.10.9 (2024-06-03)
|
||||
|
||||
### Feat
|
||||
|
||||
- let master view control context menu items for page
|
||||
|
||||
- fix the "new custorder" page for butterball
|
||||
|
||||
### Fix
|
||||
|
||||
- fix panel style for PO vs. Invoice breakdown in receiving batch
|
||||
|
||||
## v0.10.8 (2024-06-02)
|
||||
|
||||
### Feat
|
||||
|
||||
- add styling for checked grid rows, per oruga/butterball
|
||||
|
||||
- fix product view template for oruga/butterball
|
||||
|
||||
- allow per-user custom styles for butterball
|
||||
|
||||
- use oruga 0.8.9 by default
|
||||
|
||||
## v0.10.7 (2024-06-01)
|
||||
|
||||
### Feat
|
||||
|
||||
- add setting to allow decimal quantities for receiving
|
||||
|
||||
- log error if registry has no rattail config
|
||||
|
||||
- add column filters for import/export main grid
|
||||
|
||||
- escape all unsafe html for grid data
|
||||
|
||||
- add speedbumps for delete, set preferred email/phone in profile view
|
||||
|
||||
- fix file upload widget for oruga
|
||||
|
||||
### Fix
|
||||
|
||||
- fix overflow when instance header title is too long (butterball)
|
||||
|
||||
## v0.10.6 (2024-05-29)
|
||||
|
||||
### Feat
|
||||
|
||||
- add way to flag organic products within lookup dialog
|
||||
|
||||
- expose db picker for butterball theme
|
||||
|
||||
- expose quickie lookup for butterball theme
|
||||
|
||||
- fix basic problems with people profile view, per butterball
|
||||
|
||||
## v0.10.5 (2024-05-29)
|
||||
|
||||
### Feat
|
||||
|
||||
- add `<tailbone-timepicker>` component for oruga
|
||||
|
||||
## v0.10.4 (2024-05-12)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix styles for grid actions, per butterball
|
||||
|
||||
## v0.10.3 (2024-05-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix bug with grid date filters
|
||||
|
||||
## v0.10.2 (2024-05-08)
|
||||
|
||||
### Feat
|
||||
|
||||
- remove version restriction for pyramid_beaker dependency
|
||||
|
||||
- rename some attrs etc. for buefy components used with oruga
|
||||
|
||||
- fix "tools" helper for receiving batch view, per oruga
|
||||
|
||||
- more data type fixes for ``<tailbone-datepicker>``
|
||||
|
||||
- fix "view receiving row" page, per oruga
|
||||
|
||||
- tweak styles for grid action links, per butterball
|
||||
|
||||
### Fix
|
||||
|
||||
- fix employees grid when viewing department (per oruga)
|
||||
|
||||
- fix login "enter" key behavior, per oruga
|
||||
|
||||
- fix button text for autocomplete
|
||||
|
||||
## v0.10.1 (2024-04-28)
|
||||
|
||||
### Feat
|
||||
|
||||
- sort list of available themes
|
||||
|
||||
- update various icon names for oruga compatibility
|
||||
|
||||
- show "View This" button when cloning a record
|
||||
|
||||
- stop including 'falafel' as available theme
|
||||
|
||||
### Fix
|
||||
|
||||
- fix vertical alignment in main menu bar, for butterball
|
||||
|
||||
- fix upgrade execution logic/UI per oruga
|
||||
|
||||
## v0.10.0 (2024-04-28)
|
||||
|
||||
This version bump is to reflect adding support for Vue 3 + Oruga via
|
||||
the 'butterball' theme. There is likely more work to be done for that
|
||||
yet, but it mostly works at this point.
|
||||
|
||||
### Feat
|
||||
|
||||
- misc. template and view logic tweaks (applicable to all themes) for
|
||||
better patterns, consistency etc.
|
||||
|
||||
- add initial support for Vue 3 + Oruga, via "butterball" theme
|
||||
|
||||
|
||||
## Older Releases
|
||||
|
||||
Please see `docs/OLDCHANGES.rst` for older release notes.
|
|
@ -2,193 +2,8 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
|
||||
0.10.16 (2024-06-10)
|
||||
--------------------
|
||||
|
||||
* fix: avoid deprecated config methods for app/node title
|
||||
* feat: standardize how app, package versions are determined
|
||||
|
||||
|
||||
0.10.15 (2024-06-07)
|
||||
--------------------
|
||||
|
||||
* Do *not* Use ``pkg_resources`` to determine package versions.
|
||||
|
||||
|
||||
0.10.14 (2024-06-06)
|
||||
--------------------
|
||||
|
||||
* Use ``pkg_resources`` to determine package versions.
|
||||
|
||||
|
||||
0.10.13 (2024-06-06)
|
||||
--------------------
|
||||
|
||||
* Remove old/unused scaffold for use with ``pcreate``.
|
||||
|
||||
* Add 'fanstatic' support for sake of libcache assets.
|
||||
|
||||
|
||||
0.10.12 (2024-06-04)
|
||||
--------------------
|
||||
|
||||
* Require pyramid 2.x; remove 1.x-style auth policies.
|
||||
|
||||
* Remove version cap for deform.
|
||||
|
||||
* Set explicit referrer when changing app theme.
|
||||
|
||||
* Add ``<b-tooltip>`` component shim.
|
||||
|
||||
* Include extra styles from ``base_meta`` template for butterball.
|
||||
|
||||
* Fix product lookup component, per butterball.
|
||||
|
||||
* Include butterball theme by default for new apps.
|
||||
|
||||
|
||||
0.10.11 (2024-06-03)
|
||||
--------------------
|
||||
|
||||
* Fix vue3 refresh bugs for various views.
|
||||
|
||||
* Fix grid bug for tempmon appliance view, per oruga.
|
||||
|
||||
* Fix ordering worksheet generator, per butterball.
|
||||
|
||||
* Fix inventory worksheet generator, per butterball.
|
||||
|
||||
|
||||
0.10.10 (2024-06-03)
|
||||
--------------------
|
||||
|
||||
* Fix focus for ``<b-select>`` shim component.
|
||||
|
||||
* More butterball fixes for "view profile" template.
|
||||
|
||||
|
||||
0.10.9 (2024-06-03)
|
||||
-------------------
|
||||
|
||||
* Let master view control context menu items for page.
|
||||
|
||||
* Fix panel style for PO vs. Invoice breakdown in receiving batch.
|
||||
|
||||
* Fix the "new custorder" page for butterball.
|
||||
|
||||
|
||||
0.10.8 (2024-06-02)
|
||||
-------------------
|
||||
|
||||
* Add styling for checked grid rows, per oruga/butterball.
|
||||
|
||||
* Fix product view template for oruga/butterball.
|
||||
|
||||
* Allow per-user custom styles for butterball.
|
||||
|
||||
* Use oruga 0.8.9 by default.
|
||||
|
||||
|
||||
0.10.7 (2024-06-01)
|
||||
-------------------
|
||||
|
||||
* Add setting to allow decimal quantities for receiving.
|
||||
|
||||
* Log error if registry has no rattail config.
|
||||
|
||||
* Add column filters for import/export main grid.
|
||||
|
||||
* Fix overflow when instance header title is too long (butterball).
|
||||
|
||||
* Escape all unsafe html for grid data.
|
||||
|
||||
* Add speedbumps for delete, set preferred email/phone in profile view.
|
||||
|
||||
* Fix file upload widget for oruga.
|
||||
|
||||
|
||||
0.10.6 (2024-05-29)
|
||||
-------------------
|
||||
|
||||
* Add way to flag organic products within lookup dialog.
|
||||
|
||||
* Expose db picker for butterball theme.
|
||||
|
||||
* Expose quickie lookup for butterball theme.
|
||||
|
||||
* Fix basic problems with people profile view, per butterball.
|
||||
|
||||
|
||||
0.10.5 (2024-05-29)
|
||||
-------------------
|
||||
|
||||
* Add ``<tailbone-timepicker>`` component for oruga.
|
||||
|
||||
|
||||
0.10.4 (2024-05-12)
|
||||
-------------------
|
||||
|
||||
* Fix styles for grid actions, per butterball.
|
||||
|
||||
|
||||
0.10.3 (2024-05-10)
|
||||
-------------------
|
||||
|
||||
* Fix bug with grid date filters.
|
||||
|
||||
|
||||
0.10.2 (2024-05-08)
|
||||
-------------------
|
||||
|
||||
* Fix employees grid when viewing department (per oruga).
|
||||
|
||||
* Remove version restriction for pyramid_beaker dependency.
|
||||
|
||||
* Fix login "enter" key behavior, per oruga.
|
||||
|
||||
* Rename some attrs etc. for buefy components used with oruga.
|
||||
|
||||
* Fix "tools" helper for receiving batch view, per oruga.
|
||||
|
||||
* Fix button text for autocomplete.
|
||||
|
||||
* More data type fixes for ``<tailbone-datepicker>``.
|
||||
|
||||
* Fix "view receiving row" page, per oruga.
|
||||
|
||||
* Tweak styles for grid action links, per butterball.
|
||||
|
||||
|
||||
0.10.1 (2024-04-28)
|
||||
-------------------
|
||||
|
||||
* Sort list of available themes.
|
||||
|
||||
* Update various icon names for oruga compatibility.
|
||||
|
||||
* Fix vertical alignment in main menu bar, for butterball.
|
||||
|
||||
* Fix upgrade execution logic/UI per oruga.
|
||||
|
||||
* Show "View This" button when cloning a record.
|
||||
|
||||
* Stop including 'falafel' as available theme.
|
||||
|
||||
|
||||
0.10.0 (2024-04-28)
|
||||
-------------------
|
||||
|
||||
This version bump is to reflect adding support for Vue 3 + Oruga via
|
||||
the 'butterball' theme. There is likely more work to be done for that
|
||||
yet, but it mostly works at this point.
|
||||
|
||||
* Misc. template and view logic tweaks (applicable to all themes) for
|
||||
better patterns, consistency etc.
|
||||
|
||||
* Add initial support for Vue 3 + Oruga, via "butterball" theme.
|
||||
NB. this file contains "old" release notes only. for newer releases
|
||||
see the `CHANGELOG.md` file in the source root folder.
|
||||
|
||||
|
||||
0.9.96 (2024-04-25)
|
||||
|
@ -5177,7 +4992,7 @@ and related technologies.
|
|||
0.6.47 (2017-11-08)
|
||||
-------------------
|
||||
|
||||
* Fix manifest to include *.pt deform templates
|
||||
* Fix manifest to include ``*.pt`` deform templates
|
||||
|
||||
|
||||
0.6.46 (2017-11-08)
|
||||
|
@ -5510,13 +5325,13 @@ and related technologies.
|
|||
|
||||
|
||||
0.6.13 (2017-07-26)
|
||||
------------------
|
||||
-------------------
|
||||
|
||||
* Allow master view to decide whether each grid checkbox is checked
|
||||
|
||||
|
||||
0.6.12 (2017-07-26)
|
||||
------------------
|
||||
-------------------
|
||||
|
||||
* Add basic support for product inventory and status
|
||||
|
||||
|
@ -5524,7 +5339,7 @@ and related technologies.
|
|||
|
||||
|
||||
0.6.11 (2017-07-18)
|
||||
------------------
|
||||
-------------------
|
||||
|
||||
* Tweak some basic styles for forms/grids
|
||||
|
||||
|
@ -5532,7 +5347,7 @@ and related technologies.
|
|||
|
||||
|
||||
0.6.10 (2017-07-18)
|
||||
------------------
|
||||
-------------------
|
||||
|
||||
* Fix grid bug if "current page" becomes invalid
|
||||
|
8
docs/changelog.rst
Normal file
8
docs/changelog.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
Changelog Archive
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
OLDCHANGES
|
|
@ -60,6 +60,14 @@ Package API:
|
|||
api/views/purchasing.ordering
|
||||
|
||||
|
||||
Changelog:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
changelog
|
||||
|
||||
|
||||
Documentation To-Do
|
||||
===================
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "Tailbone"
|
||||
version = "0.10.16"
|
||||
version = "0.11.0"
|
||||
description = "Backoffice Web Application for Rattail"
|
||||
readme = "README.rst"
|
||||
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
|
||||
|
@ -88,7 +88,7 @@ tailbone = "tailbone.config:ConfigExtension"
|
|||
Homepage = "https://rattailproject.org"
|
||||
Repository = "https://kallithea.rattailproject.org/rattail-project/tailbone"
|
||||
Issues = "https://redmine.rattailproject.org/projects/tailbone/issues"
|
||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/tailbone/files/master/CHANGES.rst"
|
||||
Changelog = "https://kallithea.rattailproject.org/rattail-project/tailbone/files/master/CHANGELOG.md"
|
||||
|
||||
|
||||
[tool.commitizen]
|
||||
|
|
Loading…
Reference in a new issue