Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

changelog.md 488B

123456789101112131415161718192021222324252627
  1. # Changelog
  2. ## v1.1.0
  3. - Added ability to make multiple seating charts weeks in advance
  4. - Changed datetime formatting on filenames to use the start of the week instead of current day
  5. - Refactored script
  6. ### Install instructions
  7. Either git pull from inside your source dir or clone this repo again.
  8. ```sh
  9. cd supper && git pull
  10. ```
  11. Update this package with pip
  12. ```sh
  13. pip install -U .
  14. ```
  15. You should now be able to run the updated version of the script.
  16. ## v1.0.0
  17. Script created :)