Skip to content

Commit

Permalink
Update to add several features implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Nov 13, 2022
1 parent 0c3db20 commit 75e0b2c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Version 2.5.0 - Under development
- Feature #22: Add command line support to register a new user
- Feature #23: Add command line for database schema migration
- Feature #25: Update database schema for ADO 2.4
- Feature #26: Support to enable/disable user account
- Feature #27: New option for the list command to print the last audit fields
- Fix #30: Configuration to authenticate with GitHub is incomplete
- Feature #31: Use <header>, <footer>, <main> for HTML layouts
- Feature #32: Support several authentication methods for a user
- Fix #33: Application name not recognized by some AWA commands
- Fix #34: Configuration to authenticate with Gitlab is incomplete
- Feature #35: Blog post creation improvement
- Feature #32: Support several authentication methods for a user

Version 2.4.0 - Aug 2022
- Add support for SQL queries embedded in applications with ARE
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,17 @@ You may get Ahven or Aunit at:
* AUnit (https://libre.adacore.com/libre/tools/aunit/)

## Version 2.5.0 - Under development
- Fix #30: Configuration to authenticate with GitHub is incomplete
- Fix #34: Configuration to authenticate with Gitlab is incomplete
- Feature #35: Blog post creation improvement
- Feature #32: Support several authentication methods for a user
- Feature #22: Add command line support to register a new user
- Feature #23: Add command line for database schema migration
- Feature #25: Update database schema for ADO 2.4
- Feature #26: Support to enable/disable user account
- Feature #27: New option for the list command to print the last audit fields
- Fix #30: Configuration to authenticate with GitHub is incomplete
- Feature #31: Use <header>, <footer>, <main> for HTML layouts
- Feature #32: Support several authentication methods for a user
- Fix #33: Application name not recognized by some AWA commands
- Fix #34: Configuration to authenticate with Gitlab is incomplete
- Feature #35: Blog post creation improvement

## Version 2.4.0 - Aug 2022
- Add support for SQL queries embedded in applications with ARE
Expand Down

0 comments on commit 75e0b2c

Please sign in to comment.