Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Release v0.1.2 #27

Merged
merged 40 commits into from
Aug 22, 2022
Merged

Release v0.1.2 #27

merged 40 commits into from
Aug 22, 2022

Conversation

edfloreshz
Copy link
Owner

@edfloreshz edfloreshz commented Aug 22, 2022

Release v0.1.2

image

New features

  • Task lists are now grouped by task provider.
  • You can now edit the icon and title for every list.
  • It is now possible to delete lists.
  • You can expand task providers to reveal all the task lists.
    image
  • Adding lists is now easier, every list provider has an add list button.
    image
  • Content's header bar title updates with the selected list's name.
    Screenshot_20220822_110300
  • Added warning message
    Screenshot_20220822_120409

Closes #19

- Renamed constants.rs to config.rs
- Renamed config.rs to utilities.rs
Formatted codeE
- Adding tasks enabled
- Adding task lists enabled
- Starring tasks enabled
- Deleting tasks enabled

Added:

- Today view
- Next 7 Days view
- All view
- Starred view
- List selector now works correctly
Lists
- Lists can be deleted

Tasks
- Tasks can be deleted
- Emoji picker is implemented
- New list popup now presents to the right
- The app now correctly transitions between screens on small screens
- Editing the emoji of a list is now possible
- Editing the title of a list is now possible
- Ran cargo fmt and clippy
@edfloreshz edfloreshz changed the title Next Release v0.1.2 Aug 22, 2022
@edfloreshz edfloreshz merged commit 108689d into main Aug 22, 2022
edfloreshz added a commit that referenced this pull request Aug 22, 2022
* Renamed `src/app` to `src/application`

* App icon is now loaded from GResources.

- Trash icon updated

* Renaming

- Renamed constants.rs to config.rs
- Renamed config.rs to utilities.rs

* Major restructuring

* Updated dependencies

* Initial work on custom task list widget

* Making some progress with providers on the sidebar

* Expander row now works

* Updated dependencies

* New structure

* Removed GTK header bar

Formatted codeE

* Update ci.yml

* Update ci.yml

* Formatted code

* Working on the sidebar

* Removed warnings

* Lists now render

* Unified providers into a single trait

* Fixed providers list popover

* Selected list index can now be obtained

* Tasks now render

* List of task lists now presents correctly

* proc-macro use after free

* Reimplemented features

- Adding tasks enabled
- Adding task lists enabled
- Starring tasks enabled
- Deleting tasks enabled

Added:

- Today view
- Next 7 Days view
- All view
- Starred view
- List selector now works correctly

* Removed unsafe blocks

* Reenabling features

Lists
- Lists can be deleted

Tasks
- Tasks can be deleted

* Emoji picker!

- Emoji picker is implemented
- New list popup now presents to the right
- The app now correctly transitions between screens on small screens
- Editing the emoji of a list is now possible
- Editing the title of a list is now possible
- Ran cargo fmt and clippy

* Non smart lists won't trigger the content view

* Removed unnecessary option from enum

* Update ci.yml

* Updated screenshots

* Update README.md

* Updated screenshots

* Update README.md

* Update README.md

* Fluent translations moved

* Simplified updating tasks

* Formatted code

* Updated dependencies

- The content header title is now updated with the selected list name.

* Bump version to 0.1.2
edfloreshz added a commit that referenced this pull request Aug 22, 2022
* Renamed `src/app` to `src/application`

* App icon is now loaded from GResources.

- Trash icon updated

* Renaming

- Renamed constants.rs to config.rs
- Renamed config.rs to utilities.rs

* Major restructuring

* Updated dependencies

* Initial work on custom task list widget

* Making some progress with providers on the sidebar

* Expander row now works

* Updated dependencies

* New structure

* Removed GTK header bar

Formatted codeE

* Update ci.yml

* Update ci.yml

* Formatted code

* Working on the sidebar

* Removed warnings

* Lists now render

* Unified providers into a single trait

* Fixed providers list popover

* Selected list index can now be obtained

* Tasks now render

* List of task lists now presents correctly

* proc-macro use after free

* Reimplemented features

- Adding tasks enabled
- Adding task lists enabled
- Starring tasks enabled
- Deleting tasks enabled

Added:

- Today view
- Next 7 Days view
- All view
- Starred view
- List selector now works correctly

* Removed unsafe blocks

* Reenabling features

Lists
- Lists can be deleted

Tasks
- Tasks can be deleted

* Emoji picker!

- Emoji picker is implemented
- New list popup now presents to the right
- The app now correctly transitions between screens on small screens
- Editing the emoji of a list is now possible
- Editing the title of a list is now possible
- Ran cargo fmt and clippy

* Non smart lists won't trigger the content view

* Removed unnecessary option from enum

* Update ci.yml

* Updated screenshots

* Update README.md

* Updated screenshots

* Update README.md

* Update README.md

* Fluent translations moved

* Simplified updating tasks

* Formatted code

* Updated dependencies

- The content header title is now updated with the selected list name.

* Bump version to 0.1.2
edfloreshz added a commit that referenced this pull request Aug 22, 2022
* Renamed `src/app` to `src/application`

* App icon is now loaded from GResources.

- Trash icon updated

* Renaming

- Renamed constants.rs to config.rs
- Renamed config.rs to utilities.rs

* Major restructuring

* Updated dependencies

* Initial work on custom task list widget

* Making some progress with providers on the sidebar

* Expander row now works

* Updated dependencies

* New structure

* Removed GTK header bar

Formatted codeE

* Update ci.yml

* Update ci.yml

* Formatted code

* Working on the sidebar

* Removed warnings

* Lists now render

* Unified providers into a single trait

* Fixed providers list popover

* Selected list index can now be obtained

* Tasks now render

* List of task lists now presents correctly

* proc-macro use after free

* Reimplemented features

- Adding tasks enabled
- Adding task lists enabled
- Starring tasks enabled
- Deleting tasks enabled

Added:

- Today view
- Next 7 Days view
- All view
- Starred view
- List selector now works correctly

* Removed unsafe blocks

* Reenabling features

Lists
- Lists can be deleted

Tasks
- Tasks can be deleted

* Emoji picker!

- Emoji picker is implemented
- New list popup now presents to the right
- The app now correctly transitions between screens on small screens
- Editing the emoji of a list is now possible
- Editing the title of a list is now possible
- Ran cargo fmt and clippy

* Non smart lists won't trigger the content view

* Removed unnecessary option from enum

* Update ci.yml

* Updated screenshots

* Update README.md

* Updated screenshots

* Update README.md

* Update README.md

* Fluent translations moved

* Simplified updating tasks

* Formatted code

* Updated dependencies

- The content header title is now updated with the selected list name.

* Bump version to 0.1.2
edfloreshz added a commit that referenced this pull request Aug 22, 2022
* Renamed `src/app` to `src/application`

* App icon is now loaded from GResources.

- Trash icon updated

* Renaming

- Renamed constants.rs to config.rs
- Renamed config.rs to utilities.rs

* Major restructuring

* Updated dependencies

* Initial work on custom task list widget

* Making some progress with providers on the sidebar

* Expander row now works

* Updated dependencies

* New structure

* Removed GTK header bar

Formatted codeE

* Update ci.yml

* Update ci.yml

* Formatted code

* Working on the sidebar

* Removed warnings

* Lists now render

* Unified providers into a single trait

* Fixed providers list popover

* Selected list index can now be obtained

* Tasks now render

* List of task lists now presents correctly

* proc-macro use after free

* Reimplemented features

- Adding tasks enabled
- Adding task lists enabled
- Starring tasks enabled
- Deleting tasks enabled

Added:

- Today view
- Next 7 Days view
- All view
- Starred view
- List selector now works correctly

* Removed unsafe blocks

* Reenabling features

Lists
- Lists can be deleted

Tasks
- Tasks can be deleted

* Emoji picker!

- Emoji picker is implemented
- New list popup now presents to the right
- The app now correctly transitions between screens on small screens
- Editing the emoji of a list is now possible
- Editing the title of a list is now possible
- Ran cargo fmt and clippy

* Non smart lists won't trigger the content view

* Removed unnecessary option from enum

* Update ci.yml

* Updated screenshots

* Update README.md

* Updated screenshots

* Update README.md

* Update README.md

* Fluent translations moved

* Simplified updating tasks

* Formatted code

* Updated dependencies

- The content header title is now updated with the selected list name.

* Bump version to 0.1.2
edfloreshz added a commit that referenced this pull request Aug 23, 2022
* Renamed `src/app` to `src/application`

* App icon is now loaded from GResources.

- Trash icon updated

* Renaming

- Renamed constants.rs to config.rs
- Renamed config.rs to utilities.rs

* Major restructuring

* Updated dependencies

* Initial work on custom task list widget

* Making some progress with providers on the sidebar

* Expander row now works

* Updated dependencies

* New structure

* Removed GTK header bar

Formatted codeE

* Update ci.yml

* Update ci.yml

* Formatted code

* Working on the sidebar

* Removed warnings

* Lists now render

* Unified providers into a single trait

* Fixed providers list popover

* Selected list index can now be obtained

* Tasks now render

* List of task lists now presents correctly

* proc-macro use after free

* Reimplemented features

- Adding tasks enabled
- Adding task lists enabled
- Starring tasks enabled
- Deleting tasks enabled

Added:

- Today view
- Next 7 Days view
- All view
- Starred view
- List selector now works correctly

* Removed unsafe blocks

* Reenabling features

Lists
- Lists can be deleted

Tasks
- Tasks can be deleted

* Emoji picker!

- Emoji picker is implemented
- New list popup now presents to the right
- The app now correctly transitions between screens on small screens
- Editing the emoji of a list is now possible
- Editing the title of a list is now possible
- Ran cargo fmt and clippy

* Non smart lists won't trigger the content view

* Removed unnecessary option from enum

* Update ci.yml

* Updated screenshots

* Update README.md

* Updated screenshots

* Update README.md

* Update README.md

* Fluent translations moved

* Simplified updating tasks

* Formatted code

* Updated dependencies

- The content header title is now updated with the selected list name.

* Bump version to 0.1.2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to delete created lists
1 participant