gas/changelog.md

118 lines
1.6 KiB
Markdown
Raw Normal View History

2020-12-28 17:43:17 +01:00
Changelog
=========
2022-09-01 11:25:52 +02:00
0.8.6
-----
* Allow overriding home url
2022-07-26 09:10:08 +02:00
0.8.5
-----
* Limit split_datetime_field time widget to minutes
2022-07-01 09:37:28 +02:00
0.8.4
-----
* Allow setting form id or class on base_form.html
* Use time input_type on split_datetime_field
2022-06-16 17:34:23 +02:00
0.8.3
-----
* Fix password change views
* Show errors on delete view
2022-02-21 11:27:49 +01:00
0.8.2
-----
* Add GASConfig.default_auto_field
* Remove default_app_config
* Add admin.py file
0.8.1
-----
* Bugfix
2022-02-01 10:02:55 +01:00
0.8
---
* form_actions block on delete confirmation template
* Cancel url for GAS views
2022-01-04 09:35:24 +01:00
0.7.3
-----
* 'show_deleted_objects' boolean attribute in GASDeleteView
2021-11-02 07:45:15 +01:00
0.7.2
-----
2021-06-10 16:52:17 +02:00
2021-11-02 07:45:15 +01:00
* Add GET support to AjaxCommandMixin
2021-06-10 16:52:17 +02:00
* Enhanced json encoder, available in AjaxCommandsMixin
* Add Shakarina to collaborators, thanks!
2021-05-12 17:08:27 +02:00
0.7.1
-----
* Fix login view
* Fix initial roles in user form
2021-05-11 19:12:38 +02:00
0.7
---
2021-05-12 17:08:27 +02:00
2021-05-11 19:12:38 +02:00
* Enhance sidebar menu
* Use all css files on login template
* Make user admin section optional
* Show role description in user edit form
2021-04-14 18:46:43 +02:00
0.6
---
* Close button for messages
2021-06-10 16:52:17 +02:00
* Add locale files to package
* Add basque translations
2021-04-14 18:46:43 +02:00
2021-03-23 18:39:30 +01:00
0.5.1
-----
* Fix typo
2021-03-23 18:02:31 +01:00
0.5
---
* Update spanish translations
2021-03-23 18:39:30 +01:00
* multipart/form-data by default
* New templatetag for pagination
2021-03-23 18:02:31 +01:00
2021-01-11 17:57:39 +01:00
0.4
---
* Helper function to use SplitDateTimeField for datetimes
* Update spanish translation
0.3
---
2021-01-07 18:30:57 +01:00
* Allow extending GAS media files
* Allow actions in every view
* Enhance support for inline formsets
* Add missing templates
* Add help_text to gas views
2020-12-28 17:43:17 +01:00
0.2
---
* Allow overriding base_form template controls
* Style login
* Fix migration
* Add spanish translation
* Add form.media to base_form.html
* Fix license in setup.cfg
0.1
---
Initial relase.