Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | Table number for match results from TC page comes from visible table number. | emkael | |
Clarified documentation on that matter, too. | |||
2023-02-12 | Correctly compiling list of possible teams when `place` teams are mixed with ↵ | emkael | |
`winner`/`loser` teams Fixes #53 | |||
2023-02-12 | Do not calculate carry-over if there are unknown teams | emkael | |
Fixes #52 | |||
2023-02-12 | Do not allow resolving pre-selected teams if there are yet unknown teams | emkael | |
2023-02-08 | Fetching selected team name in DTO object | emkael | |
2023-02-07 | Docs update on fade_boxes | emkael | |
2023-01-09 | Highlight neighbouring boxes as well if box fade is enabled | emkael | |
2023-01-07 | CSS for box fades | emkael | |
2023-01-07 | GUI for box fade/highlight config | Michał Klichowicz | |
2023-01-07 | Missing requirement for Windows readline | Michał Klichowicz | |
2023-01-07 | Ability to fade/highlight bracket paths on box hover | emkael | |
2023-01-07 | Missing semicolons | emkael | |
2022-07-13 | Merge pull request #51 from emkael/dependabot/pip/lxml-4.9.1 | Michał Klichowicz | |
Bump lxml from 4.6.5 to 4.9.1 | |||
2022-07-06 | Bump lxml from 4.6.5 to 4.9.1dependabot/pip/lxml-4.9.1 | dependabot[bot] | |
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-03-27 | Fallback for unknown teams in auto-carryover mode | emkael | |
2022-03-27 | Better logging of phase objects | emkael | |
2022-03-15 | Window icon fix for Linux systems | emkael | |
2022-03-15 | Bumping version number to 2.2 | emkael | |
2022-03-13 | Auto carry-over options in GUI | emkael | |
2022-03-13 | Float number type of GUI variable | emkael | |
2022-03-13 | Icons on Linux were problematic, fallback to ignore | emkael | |
2022-03-13 | Documentation updated for carry-over options | emkael | |
2022-03-12 | Automatic carry-over calculations for not-yet-run matches | emkael | |
2022-03-12 | Scores for carry-over purposes in team lists | emkael | |
2022-02-22 | "League-like" carry-over support in GUI | emkael | |
2022-02-22 | Optional procedure for rounding carry-over in a "league-like" manner: up to ↵ | emkael | |
the nearest 0.1, avoiding x.0 rounding | |||
2021-12-14 | Merge pull request #50 from emkael/dependabot/pip/lxml-4.6.5 | Michał Klichowicz | |
Bump lxml from 4.6.3 to 4.6.5 | |||
2021-12-13 | Bump lxml from 4.6.3 to 4.6.5dependabot/pip/lxml-4.6.5 | dependabot[bot] | |
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2021-09-28 | Print detected content encoding info only if it's actually been detected | emkael | |
2021-06-13 | Correctly detecting remote content encoding | emkael | |
Remember kids, never parse HTML with regex. | |||
2021-03-27 | Merge pull request #49 from emkael/dependabot/pip/lxml-4.6.3 | Michał Klichowicz | |
Bump lxml from 4.6.2 to 4.6.3 | |||
2021-03-27 | Bump lxml from 4.6.2 to 4.6.3dependabot/pip/lxml-4.6.3 | dependabot[bot] | |
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3) Signed-off-by: dependabot[bot] <support@github.com> | |||
2021-03-27 | Merge pull request #48 from emkael/dependabot/pip/lxml-4.6.2 | Michał Klichowicz | |
Bump lxml from 4.1.1 to 4.6.2 | |||
2021-01-07 | Bump lxml from 4.1.1 to 4.6.2dependabot/pip/lxml-4.6.2 | dependabot[bot] | |
Bumps [lxml](https://github.com/lxml/lxml) from 4.1.1 to 4.6.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.1.1...lxml-4.6.2) Signed-off-by: dependabot[bot] <support@github.com> | |||
2020-08-29 | Properly reading outcome (winner/loser) team names when teams are pre-selected | emkael | |
2020-05-31 | Version number bumpv2.1.1 | emkael | |
2020-01-30 | Correctly determining match outcome (winner/loser) if teams are defined via ↵ | emkael | |
'selected' property and scores are manual | |||
2020-01-30 | Properly reading running status for manual score input in GUI | emkael | |
2020-01-30 | Sorting out get/set for NotifyBoolVar | emkael | |
2020-01-22 | Merge branch 'tkinter-imports' | emkael | |
2020-01-20 | Fixing encoding issue when compiling team name list for GUI | emkael | |
2020-01-20 | Python 2.7.x-style tkinter imports, just to investigate compatibilitytkinter-imports | emkael | |
2020-01-14 | Properly restore last OptionMenu value on value set refresh | emkael | |
Fixes #46 | |||
2020-01-14 | Fixing team pre-selection in GUI | emkael | |
2020-01-05 | Clearing remote content cache on each GUI run | emkael | |
Fixes #45 | |||
2020-01-05 | If team list source tournament is not finished, predict_teams settings is ↵ | emkael | |
respected Fixes #44 | |||
2020-01-02 | Adjustments to the result info client model to make it usable with PyInstallerv2.1.0 | emkael | |
2020-01-01 | Version number, copyright year bumped | emkael | |
2020-01-01 | Removing specific application from GUI team list source description | emkael | |
Fixes #37 | |||
2020-01-01 | Docs on TC data source filled | emkael | |