Skip to content

Latest commit

 

History

History
179 lines (112 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

179 lines (112 loc) · 4.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.1] - 2024-05-13

Updated

  • Correct negative length color in list(#82)
  • Update node.js version and package references

[1.3.0] - 2023-10-22

Added

  • Add working time column to list(#74)

[1.2.0] - 2023-02-23

Updated

  • Add a function to highlight error information in the list(#44)

1.1.0 - 2020-10-27

Updated

  • Add total working day count to List(#23)
  • Update package references

1.0.0 - 2020-08-23

Updated

0.8.1 - 2020-05-09

Updated

0.8.0 - 2020-05-05

Added

  • Import function(#9)

Updated

  • Update package references

0.7.2 - 2020-03-22

Updated

  • "List" template
    • Change the e-mail sending data format process that output the break time when both the start time and the end time are set

0.7.1 - 2020-03-08

Updated

  • "CurrentState" template
    • Fix a bug in memo send to slack button display judgment processing
  • "Detail" template
    • Fix incorrect posting information to Slack

0.7.0 - 2020-03-01

Added

  • Export function(#9)

Updated

  • Fix "List" template test cases that failed only at the end of the month
  • Adjust type of store properties
  • Update some configurations
  • Update package references

0.6.0 - 2020-02-02

Updated

  • Reform "Settings" page layout with tab component(#17)
  • Update package references

0.5.0 - 2020-01-13

Added

  • Add break time length recording function
    • You can set default break time length in "Settings" page
    • You can also change break time length in "Details" page
  • Add Monthly statistics(total working time by month and median working time by day) to list

Updated

  • Refactor some codes
  • Update package references

0.4.0 - 2019-10-13

Added

  • Add median value display in list

Updated

  • Refactor some codes
  • Update package references

0.3.1 - 2019-10-07

Updated

  • Fix a bug where change data isn't sent to Slack when detail page is unmounted
  • Enable ESLint

0.3.0 - 2019-10-06

Added

  • Slack linkage function
  • 'strictNullChecks' and 'noImplicitAny' compiler options

Updated

  • Add a style to hide the underline of FAB(only in Mobile Safari)
  • Update core packages
  • Fix some bugs

0.2.0 - 2019-09-22

Added

  • Transition controls to 'Detail' template
  • Type attribute with value "email" to input element for setting email address of 'Settings' template
  • Unit tests

Updated

  • Change send email button of 'List' template to floating action button
  • Multilingual support for toolbar button label text
  • Optimize layout, template headings and markup
  • Refactor unit tests
  • npm package

0.1.0 - 2019-09-18

Added

  • Initial project files.