Skip to content

Commit

Permalink
Merge pull request #400 from sportorg/release__1.6
Browse files Browse the repository at this point in the history
Release 1.6
  • Loading branch information
daxartio authored Sep 1, 2022
2 parents ec4444e + e72d468 commit 84ff72d
Show file tree
Hide file tree
Showing 117 changed files with 9,645 additions and 688 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CODE = sportorg tests

.PHONY: run
run:
poetry run python SportOrg.pyw
python SportOrg.pyw

.PHONY: update
update:
Expand Down
29 changes: 29 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

# 2022-09-01 v1.6.0

+ RFID Impinj equipment support
+ Sum results by places and time
+ Split removing
+ Labyrinth mode - clone existing person, found by card number
+ Group start
+ New formats of export, IOF XML v.3
+ Split printout for DSQ persons in "any course" mode
+ Sending intermediate times to online (orgeo.ru)
+ Enhanced bulk edit
+ Result merging
+ Printing several split printouts into single document
+ Naming of report by template name
+ Rounding of result time settings
+ New ranking for rogain
+ Ranking calculation by first X person

- Fixed: sending relay results to online (orgeo.ru)
- Ignoring of duplicated SFR readout
- Fixed: error in creation of results for person without start time
- Fixed: import of person without qualification
- Printout speed increased (template-based)
- Increased spead of card and person duplicate checking while import
- Fixed: memory leaks while printout
- New teamwork (not compatible with 1.5)
- Last control code increased from 99 to 999
- Checking of score list

# 2019-08-07 v1.5.0

+ Table refresh speed increased (comfortable work with >1000 rows)
Expand Down
32 changes: 31 additions & 1 deletion changelog_ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Список изменений

# 2022-09-01 v1.6.0

+ Поддержка отметки RFID Impinj
+ Протоколы суммы по местам и времени (поиск по ФИО и группе)
+ Удаление перегона из сплитов (со смещением времени и пересчетом результатов)
+ В режиме лабиринта участники ищутся в существующей базе по номеру чипа
+ Задание стартового времени - старт нескольких участников на одной минуте
+ Новые форматы экспорта IOF XML v.3
+ Печать распечаток для снятых участников в режиме "любая дистанция"
+ Отправка промежуточных отметок в онлайн (orgeo.ru)
+ Расширен функционал массового редактирования
+ Объединение нескольких результатов в один
+ Печать нескольких распечаток в один документ
+ Формирование имени отчета/протокола по имени шаблона
+ Задание метода округления долей секунд (отбрасывание по умолчанию)
+ Новый ранг ЕВСК 2022
+ Расчет ранга для рогейна
+ Возможность расчета ранга не по всем участникам, а по занявшим первые X мест

- Исправлена отправка эстафет в онлайн (orgeo.ru)
- Игнорирование повторных считываний чипов SFR
- Исправлена ошибка при создании результатов для участников без стартового времени
- Исправлена ошибка импорта участников без квалификации (в/к) в текстовом импорте/экспорте
- Увеличена скорость печати распечаток (через шаблоны)
- Увеличена скорость проверки дублирующихся чипов и имен при импорте
- Исправлена проблема расхода памяти при печати
- Переработан режим командной работы (не совместим со старой версией)
- Увеличено максимальное значение для кода последнего КП с 99 до 999
- Проверка списка значений очков на корректность

# 2019-08-07 v1.5.0

+ Увеличение производительности таблиц (комфортная работа с >1000 строк)
Expand Down Expand Up @@ -180,7 +210,7 @@
+ Автосохранение при ручном финише и после считки
+ Автоподключение к станции
+ Сохранение последней открытой директории
+ Открытие последних используемых файлов
+ Открытие последних используемых файлов
+ Подменю "Recent files"
+ Новые шаблоны
+ Автоматическая печать распечаток при считывании
Expand Down
38 changes: 38 additions & 0 deletions img/icon/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions img/icon/csv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions img/icon/delete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions img/icon/filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions img/icon/live.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 84ff72d

Please sign in to comment.