Skip to content

Releases: md-arif-shaikh/soccer

dynamically fetch leagues

13 Jul 14:18
36d22b2
Compare
Choose a tag to compare
Merge pull request #11 from CIAvash/fix_getting_league_urls_dynamically

Fix getting league URLs dynamically

bug fix

09 Jul 01:46
Compare
Choose a tag to compare
v1.6.1

fix bugs

Fix league not found issue

08 Jul 15:16
Compare
Choose a tag to compare

Due to recent changes in the source website, the list of leagues can not be fetched programmatically. To make things work, a selected number of leagues are now hardcoded.

schedule fixtures and view on org-agenda

03 Apr 15:24
Compare
Choose a tag to compare

M-x soccer-schedule to add fixtures for viewing them on org-agenda view

bug fix to get correct league urls

23 Mar 09:14
Compare
Choose a tag to compare
  • This release fixes a the URLs used by a league/competition to get the relevant data

Change the source website

07 Oct 02:25
Compare
Choose a tag to compare
v1.3.0

add nations league

add/remove leagues easily and improvements

23 Oct 17:58
Compare
Choose a tag to compare
  • add/remove new leagues easily
  • URL links for teams are fetched from the website and not hardcoded anymore
  • scorecard for the live or any past matches including internationals
  • improved rank table
  • removed duplicates in the scorecard
  • new functions for fixtures or results for all clubs of a league

scorecard, bugfix

14 Oct 08:06
c486cad
Compare
Choose a tag to compare

New features:

  1. scorecard for matches #5
  2. soccer-leagues--leagues-alist is now customizable #3

Bug fix

  1. org-read-date: Invalid time specification by #4

fixture, results, standing table

10 Oct 13:28
Compare
Choose a tag to compare

Features

  • Fixtures
  • Results
  • Rank table

Leagues

  • Premier League
  • Ligue 1
  • La Liga

Changes

  • Added support for automatic determination of UTC offset for source and no need to set this by the user.
  • Interactive function names are modified. double hyphens are replaced by a single hyphen. This is in accordance with the convention that only the private part of the package should contain double hyphens.