Skip to content

Commit 58062be

Browse files
committed
Built frontend for 1.2.0
1 parent a9feaee commit 58062be

File tree

5 files changed

+76
-18
lines changed

5 files changed

+76
-18
lines changed

frontend/dist/frontend/3rdpartylicenses.txt

Lines changed: 73 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,79 @@ MIT
4646
@ngx-translate/http-loader
4747
MIT
4848

49+
marked
50+
MIT
51+
# License information
52+
53+
## Contribution License Agreement
54+
55+
If you contribute code to this project, you are implicitly allowing your code
56+
to be distributed under the MIT license. You are also implicitly verifying that
57+
all code is your original work. `</legalese>`
58+
59+
## Marked
60+
61+
Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
62+
Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
63+
64+
Permission is hereby granted, free of charge, to any person obtaining a copy
65+
of this software and associated documentation files (the "Software"), to deal
66+
in the Software without restriction, including without limitation the rights
67+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
68+
copies of the Software, and to permit persons to whom the Software is
69+
furnished to do so, subject to the following conditions:
70+
71+
The above copyright notice and this permission notice shall be included in
72+
all copies or substantial portions of the Software.
73+
74+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
75+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
76+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
77+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
78+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
80+
THE SOFTWARE.
81+
82+
## Markdown
83+
84+
Copyright © 2004, John Gruber
85+
http://daringfireball.net/
86+
All rights reserved.
87+
88+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
89+
90+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
91+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
92+
* Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
93+
94+
This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
95+
96+
97+
ngx-markdown
98+
MIT
99+
MIT License
100+
101+
Copyright (c) 2017-2023 Jean-Francois Cere
102+
103+
Permission is hereby granted, free of charge, to any person obtaining a copy
104+
of this software and associated documentation files (the "Software"), to deal
105+
in the Software without restriction, including without limitation the rights
106+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
107+
copies of the Software, and to permit persons to whom the Software is
108+
furnished to do so, subject to the following conditions:
109+
110+
The above copyright notice and this permission notice shall be included in all
111+
copies or substantial portions of the Software.
112+
113+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
114+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
115+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
116+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
117+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
118+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
119+
SOFTWARE.
120+
121+
49122
rxjs
50123
Apache-2.0
51124
Apache License
@@ -252,21 +325,6 @@ Apache-2.0
252325

253326

254327

255-
tslib
256-
0BSD
257-
Copyright (c) Microsoft Corporation.
258-
259-
Permission to use, copy, modify, and/or distribute this software for any
260-
purpose with or without fee is hereby granted.
261-
262-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
263-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
264-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
265-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
266-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
267-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
268-
PERFORMANCE OF THIS SOFTWARE.
269-
270328
zone.js
271329
MIT
272330
The MIT License

frontend/dist/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
});
4545

4646
</script>
47-
<script src="runtime.0ff8b5c7db2b67dc.js" type="module"></script><script src="polyfills.794d7387aea30963.js" type="module"></script><script src="main.32248341c8c39a0b.js" type="module"></script>
47+
<script src="runtime.0ff8b5c7db2b67dc.js" type="module"></script><script src="polyfills.794d7387aea30963.js" type="module"></script><script src="main.05f96e8b184b7ab9.js" type="module"></script>
4848

4949
</body></html>

frontend/dist/frontend/main.05f96e8b184b7ab9.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/frontend/main.32248341c8c39a0b.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class AppManager:
1616

1717
APP_NAME: str = "Taskup"
18-
VERSION: str = "1.1.15"
18+
VERSION: str = "1.2.0"
1919
SHUTDOWN_DELAY = 3 # seconds
2020
SHUTDOWN_DELAY_IN_DEBUG_MODE = 600 # seconds
2121

0 commit comments

Comments
 (0)