Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Releases: 72nd/acc

v0.5.2

06 Sep 17:19
Compare
Choose a tag to compare

Fixed two bugs:

  • Marshalling and unmarshalling of Money entries now works correctly.
  • Path to assets are now linked in the shortest way possible.

v0.5.1

03 Sep 12:05
Compare
Choose a tag to compare

This release contains a number of bug fixes:

  • Fixed a bug leading to improper folder names when a customer or project name contain combining diaeresis.
  • Distributed mode: Correctly associate project with customers when building SaveContainer while saving.
  • Proper handling when date_of_accrual is nil.
  • User selection in search prompt is now validated correctly.

v0.5.0

26 Jul 15:33
Compare
Choose a tag to compare
  • All Reference by Id fields replaced by Ref type
  • All associated elements are described as a YAML comment
  • Repopulate Transactions partly done

v0.4.9

26 Jul 15:30
Compare
Choose a tag to compare

Bug while save schema in standalone mode fixed

v0.4.8

25 Jul 13:02
Compare
Choose a tag to compare

Platform specific functions separated, now runs on Windows.

v.0.4.7

21 Jul 15:11
Compare
Choose a tag to compare
  • Default values of customer and employee improved (not the same anymore).
  • Some refactoring (partioned to distributed...)
  • Bug fixes for Distributed Mode
  • Distributed Mode: Save assets relative to project.yaml

v.0.4.6

19 Jul 20:19
Compare
Choose a tag to compare
v.0.4.6 Pre-release
Pre-release

Money (based on go-money) object is now use to store amounts correctly.

v.0.4.5

19 Jul 17:48
Compare
Choose a tag to compare
v.0.4.5 Pre-release
Pre-release

This is the last version using float64 to save amounts of mony (yes I know...).