Skip to content

Commit c423242

Browse files
committed
chore(release): 1.0.0
1 parent fc3492b commit c423242

File tree

3 files changed

+79
-2
lines changed

3 files changed

+79
-2
lines changed

CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2021-03-25)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* using task.json format
11+
* switch to custom data format
12+
13+
### Features
14+
15+
* add dark theme ([38f962d](https://github.com/DCsunset/task.json-web/commit/38f962d9967afd0df42154e9bc27e0d53aefa001))
16+
* add edit, remove, do and undo actions ([90d2cbb](https://github.com/DCsunset/task.json-web/commit/90d2cbb16144254928cb48d86c59347f6e1dfd2d))
17+
* add icons ([1c934d5](https://github.com/DCsunset/task.json-web/commit/1c934d5aaf454b35a754cf35fa02037bac6ac87e))
18+
* add login and sync ([b3872a7](https://github.com/DCsunset/task.json-web/commit/b3872a7c058ce3f0aa2ac3a6e0628dafd3db5fe4))
19+
* add task type toggle buttons ([82b71b2](https://github.com/DCsunset/task.json-web/commit/82b71b228fa622f0278ff76fed78c9a07f282d1e))
20+
* allow editing tasks ([deaf6b9](https://github.com/DCsunset/task.json-web/commit/deaf6b9a638dfd7af6528050a9162ad95d0bf3cc))
21+
* allow removing tasks ([b566bb1](https://github.com/DCsunset/task.json-web/commit/b566bb1f99bb18cd38305b70b2a27d713e3937d2))
22+
* highlight urgent tasks ([4c9264c](https://github.com/DCsunset/task.json-web/commit/4c9264cc7157da6f64832b81689b611cacecbcdf))
23+
* optimize UI ([6942850](https://github.com/DCsunset/task.json-web/commit/6942850a9f48e849e13f513a68ff9a56d7b61123))
24+
* sort tasks by urgency ([7307d9b](https://github.com/DCsunset/task.json-web/commit/7307d9baf09a01c42f6606c7c707d998f84b5540))
25+
* switch to custom data format ([77d60ac](https://github.com/DCsunset/task.json-web/commit/77d60ace979d5ae2a0cd46ec2aef92312842f58f))
26+
* using task.json format ([907075b](https://github.com/DCsunset/task.json-web/commit/907075bc515bd64a311209f2dbeff519b38242a3))
27+
* **frontend:** add actions to manipulate tasks ([6ab2caa](https://github.com/DCsunset/task.json-web/commit/6ab2caa37ad7345d49e6a6aae5ecf0091209434a))
28+
* **frontend:** add appropriate filters for each fields ([e2ed4df](https://github.com/DCsunset/task.json-web/commit/e2ed4dfd991bcfbe8dc77b0e3dcaa57f7fb2116f))
29+
* **frontend:** add basic SettingsDialog framework ([a01fa03](https://github.com/DCsunset/task.json-web/commit/a01fa0330f18a1ab37182ee14a1870406d88cad3))
30+
* **frontend:** add data import ([8dd1f72](https://github.com/DCsunset/task.json-web/commit/8dd1f721e00e7017e8509a1b5f513b4505d33ea9))
31+
* **frontend:** add Layout and store to App ([30a4545](https://github.com/DCsunset/task.json-web/commit/30a4545c4a49c4ee38002b3bc811b315295c6104))
32+
* **frontend:** add maxPriorities settings ([cbc2181](https://github.com/DCsunset/task.json-web/commit/cbc2181147e8ca685e45e89f6c78f9fd05803281))
33+
* **frontend:** add redux store ([0b8f95d](https://github.com/DCsunset/task.json-web/commit/0b8f95db8db2b8551350e82ba458047e04da2c92))
34+
* **frontend:** add settings in store ([321ebbf](https://github.com/DCsunset/task.json-web/commit/321ebbf42807e746948efd27c3f552bc5daf1748))
35+
* **frontend:** add task filters ([e0e6651](https://github.com/DCsunset/task.json-web/commit/e0e66519839fa054c383c4331d8ee8c746a6b839))
36+
* **frontend:** add TaskDialog ([bada268](https://github.com/DCsunset/task.json-web/commit/bada268bc148095960322172f32e0d453d3c7f5f))
37+
* **frontend:** add types ([9e2fc23](https://github.com/DCsunset/task.json-web/commit/9e2fc23684a4ef59b3713b4b4424beddbcb10777))
38+
* **frontend:** add types for jstodotxt ([999f518](https://github.com/DCsunset/task.json-web/commit/999f518d1ee2263a64e897fe9788aa51d0736713))
39+
* **frontend:** add utils to get projects and contexts ([10ae666](https://github.com/DCsunset/task.json-web/commit/10ae66657ae24ff67d158d956c342581df9663ba))
40+
* **frontend:** add validation for TaskDialog ([63528c1](https://github.com/DCsunset/task.json-web/commit/63528c152d0fc8c21459d69824cdef3320927913))
41+
* **frontend:** add view select ([6d996ad](https://github.com/DCsunset/task.json-web/commit/6d996ad01460a035507734d9b498448f29a1e7d5))
42+
* **frontend:** persist redux data ([f438642](https://github.com/DCsunset/task.json-web/commit/f4386425b870c7f788d87ffc470acc041bcb4cdd))
43+
* **frontend:** show projects and contexts as chips ([3dbe1eb](https://github.com/DCsunset/task.json-web/commit/3dbe1eb9ce26078af2bfd74a7b81b687262ff308))
44+
* **frontend:** support creating new tasks ([5781813](https://github.com/DCsunset/task.json-web/commit/57818137ad4b296af60d87ab7e9f6a2853efccaa))
45+
* **frontend:** support exporting to todo.json ([9c5640d](https://github.com/DCsunset/task.json-web/commit/9c5640dfd4204228a6cb7f5727cb627fa553165b))
46+
* **frontend:** update TodoList ([a6a8974](https://github.com/DCsunset/task.json-web/commit/a6a8974b7d52a1c8a70a74d79019497e477f28af))
47+
* **frontend:** update UI for TaskDialog ([fa126c0](https://github.com/DCsunset/task.json-web/commit/fa126c0a5b34600294a10b9a5bb37a04476cf920))
48+
* **frontend:** use mui-datatables for responsive layout ([295a7f8](https://github.com/DCsunset/task.json-web/commit/295a7f85758d88e8717a526d34a11515acf15b68))
49+
* create a frontend dir and add basic components ([c3f908f](https://github.com/DCsunset/task.json-web/commit/c3f908f68341f3c1b602fbaa58eae40c42738f83))
50+
51+
52+
### Bug Fixes
53+
54+
* adjust spacing ([5f0b7ee](https://github.com/DCsunset/task.json-web/commit/5f0b7ee06cb38837b2f306ba36ef74ffd2252077))
55+
* close dialog after actions ([5e9d2b9](https://github.com/DCsunset/task.json-web/commit/5e9d2b956fc3eaae5da2ba8a3346abe781b7d240))
56+
* fix icon ([8bcd9aa](https://github.com/DCsunset/task.json-web/commit/8bcd9aacc2f35a723d0316fa11e3ec9bcff2a2e5))
57+
* fix overflow for toggle buttons ([cb203a4](https://github.com/DCsunset/task.json-web/commit/cb203a40972b0730c006c5ce5c49307ef89043d3))
58+
* fix priority order ([b1622e1](https://github.com/DCsunset/task.json-web/commit/b1622e1bc8c5a3c232cd43398ed0af1abfd388d4))
59+
* fix reset in SettingsDialog ([59b94ee](https://github.com/DCsunset/task.json-web/commit/59b94ee9346eb7cad797e411004847d669f149b0))
60+
* fix task creation ([54f8d80](https://github.com/DCsunset/task.json-web/commit/54f8d8023aca32b800bc2db6a63f0911ce410be4))
61+
* reset sorting after third click ([10f6c90](https://github.com/DCsunset/task.json-web/commit/10f6c9037358ddef52b3387f7922c922d1099d0d))
62+
* **frontend:** adjust JSON format ([c41c311](https://github.com/DCsunset/task.json-web/commit/c41c311406c3320ef00834fd87a66e8ef81602ff))
63+
* **frontend:** adjust styles ([9a5bb69](https://github.com/DCsunset/task.json-web/commit/9a5bb698caa0505e9d4c7e8a69ae0d34d32c21bc))
64+
* **frontend:** clear date when reset ([3908964](https://github.com/DCsunset/task.json-web/commit/3908964add5d74419a35a146eb75c267e8daeab6))
65+
* **frontend:** fix a type in notification ([e3ee5d9](https://github.com/DCsunset/task.json-web/commit/e3ee5d9734ab628c07359d4645054604cf198077))
66+
* **frontend:** fix body margin ([39d2bfb](https://github.com/DCsunset/task.json-web/commit/39d2bfb185e4a07dbfdb8cc163da3627ceaa0748))
67+
* **frontend:** fix color ([90b8de8](https://github.com/DCsunset/task.json-web/commit/90b8de8f98e17d9e7e0db8dbfaaa389c32452e0a))
68+
* **frontend:** fix getContexts ([475a369](https://github.com/DCsunset/task.json-web/commit/475a3697f569826744ae0bdacd0d324717ddf657))
69+
* **frontend:** fix icons in TodoList ([89a3a4b](https://github.com/DCsunset/task.json-web/commit/89a3a4b0aea0f9a978bbe5c861dc38a6c7be50b4))
70+
* **frontend:** fix roboto font ([054f570](https://github.com/DCsunset/task.json-web/commit/054f57040f9434a4ec40d4495ac70229abf3cd74))
71+
* **frontend:** fix settings for maxPriorities ([ea841b3](https://github.com/DCsunset/task.json-web/commit/ea841b3f16d57e428fa5e730071f25db0f22db2c))
72+
* **frontend:** fix sorting for priority ([4a73a1d](https://github.com/DCsunset/task.json-web/commit/4a73a1d0a8cf428e219dae40613cdd92c5a84264))
73+
* **frontend:** fix type definition ([c52bad0](https://github.com/DCsunset/task.json-web/commit/c52bad0df38d3f1c25f0e962924b85c7147332ed))
74+
* **frontend:** move date to the last column ([2c640eb](https://github.com/DCsunset/task.json-web/commit/2c640ebbfc029605b47e76a54071e9bac618b90f))
75+
* **frontend:** remove redundant task filters ([2fe35ac](https://github.com/DCsunset/task.json-web/commit/2fe35ac0af9a1e72438609138d2f84fa9899f768))
76+
* **frontend:** set target to es6 ([967a87f](https://github.com/DCsunset/task.json-web/commit/967a87f3bf1828ca46574a32e6f764362350c50b))
77+
* **frontend:** use todo.json types ([09db97c](https://github.com/DCsunset/task.json-web/commit/09db97cf310901ca6632eb88419411b29abe90f5))

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task.json-web",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
66
"@date-io/luxon": "^1.3.13",

0 commit comments

Comments
 (0)