Skip to content

Releases: tsutaj/statements-manager

v1.6.0

11 Nov 16:54
d8884f3
Compare
Choose a tag to compare

statements-manager v1.6.0 continues the ongoing work to generate more useful statement files for holding contests (e.g. JAG domestic contest, regional contest, and more)

Overview of Changes from v1.5.0

  • Support Problemset File Output
    • You can output problemset file that includes all problems in a project.
    • When you execute ss-manager run and want to create it, use -p or --problemset option.
  • Support Style Template for HTML/PDF
    • You can specify style template file. It is used for generating HTML/PDF files.
    • The path to a template path must be specified in problemset.toml otherwise the default template is used. See README file for the detail.
  • Support Manual PDF Rendering Settings
    • Before this release, there was no way to change PDF rendering settings from default. Now you can write them manually in problemset.toml. See README file for the detail.

For minor changes, see below:

Detailed Changes from v1.5.0

later v1.6.0-rc4

  • ADD (feature): PDF rendering settings at problemset.toml #91
  • FIX: usage of reg-creds command #93
  • FIX: HTML / PDF outputs including assets (e.g. images) #94
  • FIX: save credentials to the default hidden path #95

v1.6.0-rc4

  • FIX: write #pragma once in constraints file #87
  • ADD (feature): generating problemset file (beta) #89
    • assets are not supported (we want to support them at next release)

v1.6.0-rc3

  • FIX: rendering issue #84
    • If proposed statements (e.g. addition, deletion, replacement) have remained, this application rendered all of them. This behavior is the cause of mixed version rendering, so we fixed this problem.
  • FIX (minor issue): set default working directory #86
    • set . (current directory) as default

v1.6.0-rc2

  • ADD (feature): ignore specified sample files #75
  • FIX: regard *.diff file as a sample output file #72
  • FIX (bug): minor math-expression rendering issue #77
  • FIX (bug): file naming rule #68

v1.6.0-rc1

  • ADD (new feature): specifying a HTML template file #44
    • You can also apply preprocessing for before-rendered Markdown file, and post-processing for after-rendered HTML file. They might be useful for further HTML customizing (see also sample/D directory)

v1.6.0-rc4

23 Jun 02:55
Compare
Choose a tag to compare
v1.6.0-rc4 Pre-release
Pre-release

statements-manager v1.6.0-rc4 continues the ongoing work to generate more useful statement files for holding contests (e.g. JAG domestic contest, regional contest, and more)

  • FIX: write #pragma once in constraints file #87
  • ADD (feature): generating problemset file (beta) #89
    • assets are not supported (we want to support them at next release)

v1.6.0-rc3

18 Jun 23:32
Compare
Choose a tag to compare
v1.6.0-rc3 Pre-release
Pre-release

statements-manager v1.6.0-rc3 continues the ongoing work to generate more useful statement files for holding contests (e.g. JAG domestic contest, regional contest, and more)

  • FIX: rendering issue #84
    • If proposed statements (e.g. addition, deletion, replacement) have remained, this application rendered all of them. This behavior is the cause of mixed version rendering, so we fixed this problem.
  • FIX (minor issue): set default working directory #86
    • set . (current directory) as default

v1.6.0-rc2

16 Jun 18:54
Compare
Choose a tag to compare
v1.6.0-rc2 Pre-release
Pre-release

statements-manager v1.6.0-rc2 continues the ongoing work to generate more useful statement files for holding contests (e.g. JAG domestic contest, regional contest, and more)

  • ADD (feature): ignore specified sample files #75
  • FIX: regard *.diff file as a sample output file #72
  • FIX (bug): minor math-expression rendering issue #77
  • FIX (bug): file naming rule #68

v1.6.0-rc1

15 Jun 19:58
Compare
Choose a tag to compare
v1.6.0-rc1 Pre-release
Pre-release

statements-manager v1.6.0-rc1 continues the ongoing work to generate more useful statement files for holding contests (e.g. JAG domestic contest, regional contest, and more)

  • ADD (new feature): specifying a HTML template file #44
    • You can also apply preprocessing for before-rendered Markdown file, and post-processing for after-rendered HTML file. They might be useful for further HTML customizing (see also sample/D directory)

v1.5.0

27 Aug 15:21
77c994d
Compare
Choose a tag to compare
  • ADD (new feature): dealing multiple statements at single file (#50)
    • this feature could be useful in some cases below:
      • multiple languages (e.g. Japanese and English)
      • problems which differ only constraints (e.g. managing both problem C1 and C2)
  • ADD (new feature): automatic mode recognition (#54)
    • predict mode parameter based on path

v1.4.5

24 Aug 17:00
d4360bc
Compare
Choose a tag to compare
  • UPD: README
    • add badges
    • add a example of using CI (#52)
  • FIX: Python version requirement (#60)
    • 3.7 -> 3.8
  • UPD: setup.cfg
    • fix version specification mistake

v1.4.4

24 Aug 16:22
f8e9679
Compare
Choose a tag to compare

This version is no longer used. See v1.4.5.

  • UPD: README
    • add badges
    • add a example of using CI (#52)
  • FIX: Python version requirement (#60)
    • 3.7 -> 3.8

v1.4.3

21 Aug 15:31
6d69cb9
Compare
Choose a tag to compare
  • FIX: Bug of power notation (#58)

v1.4.2

21 Aug 14:16
780a5c2
Compare
Choose a tag to compare
  • add: CONTRIBUTING
    • The document about how to contribute to this application