mtlstats/ChangeLog.md

84 lines
2.4 KiB
Markdown
Raw Normal View History

2019-08-08 16:34:03 -04:00
# Changelog for mtlstats
2020-03-13 00:00:52 -04:00
## 0.15.0
2020-03-12 02:46:44 -04:00
- Ask for database to load on start-up
2020-03-12 22:09:05 -04:00
- Add page break to report file
2020-03-12 23:53:27 -04:00
- Implemented player/goalie deletion
2020-03-12 02:46:44 -04:00
2020-03-05 16:56:48 -05:00
## 0.14.0
2020-03-05 05:28:56 -05:00
- Fixed a bug that was causing shutouts to not be recorded
- Output report to a text file (report.txt)
2020-03-05 05:28:56 -05:00
2020-03-05 05:21:34 -05:00
## 0.13.0
2020-02-13 02:00:52 -05:00
- Added autocomplete to player position prompt
2020-02-13 20:12:00 -05:00
- Don't prompt for lifetime stats on rookie player/goalie creation
2020-02-14 00:09:34 -05:00
- Ask whether a player/goalie is active on creation
- Don't ask which goalie to assign the game to when there's only one
2020-02-13 02:00:52 -05:00
2020-02-07 18:26:09 -05:00
## 0.12.0
2020-01-31 21:24:05 -05:00
- Edit lifetime stats on new player/goalie creation
- Sort goalies by minutes played
2020-01-31 22:13:30 -05:00
- Subsort players by lifetime points
- Changed wording on edit menus
2020-01-30 23:41:08 -05:00
2020-01-23 17:18:39 -05:00
## 0.11.0
2020-01-11 01:52:40 -05:00
- Added active flag to players/goalies
2020-01-11 02:29:17 -05:00
- Clear rookie flag on new (regular) season
2020-01-14 03:23:39 -05:00
- Save a copy of the database on new season
2020-01-16 22:16:20 -05:00
- Implemented game standings editing
2020-01-22 16:30:19 -05:00
- Added title screen
2020-01-22 21:43:09 -05:00
- Changed sytling of menus
2020-01-11 01:52:40 -05:00
2020-01-11 00:30:51 -05:00
## 0.10.0
2019-12-28 20:59:04 -05:00
- Don't show player number zero in reports
- Fixed player/goalie name capitalisation on edit
- Return to correct edit menus after editing player stats
2020-01-02 00:20:26 -05:00
- Enabled batch editing of player/goalie YTD/lifetime stats
2020-01-02 00:42:04 -05:00
- Bugfix: allow user to edit goalie shutouts
2020-01-02 23:51:36 -05:00
- Added line numbers to lifetime player/goalie reports
2020-01-09 01:55:57 -05:00
- Implemented rookie flag
2019-12-28 20:59:04 -05:00
2019-12-27 00:54:08 -05:00
## 0.9.0
2019-12-15 11:05:22 -05:00
- Bugfix: Display lifetime stats in report, not YTD
2019-12-14 01:19:18 -05:00
- Force expected capitalization on player/goalie names
2019-12-15 12:27:06 -05:00
- Don't show lifetime totals in report
- Sort players in YTD and lifetime reports by points
2019-12-17 22:52:21 -05:00
- Moved player/goalie creation/editing to edit submenu
2019-12-13 11:43:22 -05:00
2019-12-12 18:24:30 -05:00
## 0.8.0
- Bugfix: removed quotation marks from goalie names in report
2019-11-30 21:09:24 -05:00
- Allow lower case player names
- Don't show players without points in game report
- Removed unnecessary goalie statistics from game report
2019-12-02 20:48:09 -05:00
- Fixed goalie average calculation
2019-11-28 12:09:09 -05:00
## 0.7.0
2019-11-20 22:02:25 -05:00
- Shortened views to fit within 25 lines
2019-11-28 12:04:48 -05:00
- Implemented goalie reports
2019-11-20 22:02:25 -05:00
2019-11-15 11:11:20 -05:00
## 0.6.0
2019-11-14 03:06:42 -05:00
- Generate lifetime statistics report
2019-11-14 03:08:04 -05:00
- Implemented goalie editing
2019-11-14 11:48:04 -05:00
- Reset game standings on new season
2019-11-14 03:06:42 -05:00
2019-11-01 14:54:17 -04:00
## 0.5.0
2019-10-25 00:49:45 -04:00
- Fixed player creation bug
2019-11-01 06:49:46 -04:00
- Prompt for goalie informaiton on game data entry
2019-11-01 06:51:49 -04:00
- Implemented player editing
2019-10-25 00:49:45 -04:00
2019-10-17 09:59:20 -04:00
## v0.4.0
2019-10-16 02:40:09 -04:00
- Record penalty minutes
- Calculate total game statistics
- Generate year-to-date statistics report
2019-10-03 09:29:34 -04:00
## v0.3.0
- Record goals and assists
- Track goals for and goals against
2019-09-19 23:46:38 -04:00
## v0.2.0
- Overtime losses don't count in the loss column
2019-09-07 09:38:05 -04:00
- Confirm game data with user before updating stats
2019-09-19 13:02:46 -04:00
- Implemented player creation
- Goal points are now assigned to players
- Loading/saving of database