summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: a3605377e9942ec7080f0cffd0fe72044aa554da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
2018.08.29 -- Version 0.12.2

* archiv:// is now hosted by bigmama

2017.03.24 -- Version 0.12.1

* increase read/write timeouts for web connections

2016.08.04 -- Version 0.12.0

* major refactoring of rhrd-go libs
* all control interfaces use sessions now
* cleanup of temporary files is now handled via sessions
* semantics of file policies has changed
* removed fake:// fetcher
* added new experimental silence:// and sine://

2016.07.24 -- Version 0.11.2

* refactoring of the logging system
  log prefixes now reflect session-id/client-name etc.

2016.07.23 -- Version 0.11.1

* improved logging in error cases of webupload

2016.07.23 -- Version 0.11.0

* web uploader doesn't use multipart form-data anymore

2016.07.23 -- Version 0.10.1

* bugfix release - refactored web uploader

2016.07.23 -- Version 0.10.0

* redone upload feature (no more binary websockets)

2016.07.21 -- Version 0.9.1

* cleanup for session list callbacks
* added support for CBA API Key and youtube-dl

2016.07.17 -- Version 0.9.0

* WebSocket List command changed. The daemon now continously sends
  add/remove messages as sessions are created/removed.

2016.07.15 -- Version 0.8.2

* Bug fix to prevent errernous double normalization

2016.07.15 -- Version 0.8.1

* progress messages now contain file title
* normalizeing can now be canceled

2016.07.15 -- Version 0.8.0

* downloading from youtube, dropbox, etc. works now (using youtube-dl)
* added cart/cut info in progress to make it easier for the user interface
  to match running imports to UI elements

2016.07.13 -- Version 0.7.0

* added bs1770-based normalization

2016.06.30 -- Version 0.6.0

* added fetch converter ffmpeg
* enforce file size when downloading with curl and
  no file size is known
* honoring status codes from curl

2016.06.27 -- Version 0.5.1

* enforce maximum file size (<2G)
* truncate last attachment message to reported size
* close websocket after done message

2016.06.24 -- Version 0.5.0

* added websocket based file upload

2016.04.11 -- Version 0.4.4

* security fix: fix possible path traversal

2016.04.07 -- Version 0.4.3

* webupload: parse form values as stream to check auth-info
  before the whole file is uploaded.

2016.04.02 -- Version 0.4.2

* some cleanups
* added web-socket testclient to web static files

2016.04.02 -- Version 0.4.1

* fix timeout issues for web-upload
* fix web-upload file cleaner
* fix build on 32-bit systems

2016.04.02 -- Version 0.4

* added file upload

2016.03.15 -- Version 0.3.1

* fixed default permissions for watch-dir and tmp-dir

2016.03.13 -- Version 0.3

* fixed typos in API names

2016.03.11 -- Version 0.2.2

* implemented file-policy to allow keeping of
  downloaded files.

2016.03.10 -- Version 0.2.1

* implemented archiv:// import

2016.01.10 -- Version 0.2

* moved common libs to external package
* some cleanups in the build system

2016.01.05 -- Version 0.1.1

* switched to more active go-curl package branch

2016.01.05 -- Version 0.1

* initial release