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

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
- Updated screenshots
- Removed development version from website.
  • Loading branch information
edfloreshz committed Feb 24, 2024
1 parent 9d677df commit 6ff04db
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.2.2] - 2024-02-24
- The sidebar has a new style.
- The task list can now expand sub tasks.
- Task details have been moved to a pop up dialog.
- The date picker has been reworked to be easier to use.
- The Notes field can now accept multiline text.

## [0.2.1] - 2024-02-11
- Moved services bar to the top of the sidebar.
- Task details can now be expanded from within each task.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "done"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Eduardo Flores <[email protected]>"]
license = "MPL 2.0"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=done-git
pkgrel=1
pkgver=0.2.1
pkgver=0.2.2
pkgdesc="Done is a simple to do app that lets you combine your existing set of task providers into one database, easily."
arch=('x86_64')
url="https://github.com/edfloreshz/done"
Expand Down
20 changes: 16 additions & 4 deletions data/dev.edfloreshz.Done.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/tasks.png</image>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/content-light.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/dark.png</image>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/content-dark.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/task_details.png</image>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/sidebar-light.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/dark_details.png</image>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/sidebar-dark.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/edfloreshz/done/main/data/resources/screenshots/about.png</image>
Expand All @@ -45,6 +45,18 @@ https://hughsie.github.io/oars/index.html
-->
<content_rating type="oars-1.1" />
<releases>
<release version="0.2.2" date="2024-02-24">
<description>
<p>Lots of improvements!</p>
<ul>
<li>The sidebar has a new style.</li>
<li>The task list can now expand sub tasks.</li>
<li>Task details have been moved to a pop up dialog.</li>
<li>The date picker has been reworked to be easier to use.</li>
<li>The Notes field can now accept multiline text.</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2024-02-11">
<description>
<p>New design!</p>
Expand Down
Binary file modified data/resources/screenshots/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resources/screenshots/content-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resources/screenshots/content-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/resources/screenshots/dark.png
Binary file not shown.
Binary file removed data/resources/screenshots/dark_details.png
Binary file not shown.
Binary file added data/resources/screenshots/sidebar-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/resources/screenshots/sidebar-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/resources/screenshots/task_details.png
Binary file not shown.
Binary file removed data/resources/screenshots/tasks.png
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ <h2 class="dark:text-white leading tracking-tight text-gray-900 sm:text-2xl mt-4
<img id="screenshot" />
</a>
<div class="grid place-content-center text-center">
<div class="flex flex-wrap justify-center">
<a href="https://github.com/done-devs/done/releases/download/v0.2.1/dev.edfloreshz.Done.Devel.flatpak"
class="warning dark:text-black text-xl font-bold mt-6 p-3 m-2 rounded-md">Install Development Version</a>
</div>
<div class="flex flex-wrap justify-center mt-6">
<a href="https://github.com/edfloreshz/done" target="_blank"><button
class="border rounded-md items-center transition-colors duration-100 cursor-default justify-center py-1 px-3 text-md font-medium bg-gray-300 shadow-sm hover:bg-gray-200 active:bg-gray-100 dark:bg-gray-500 dark:hover:bg-gray-500 dark:bg-opacity-80 dark:hover:bg-opacity-100 dark:active:bg-gray-550 dark:active:opacity-80 border-gray-200 hover:border-gray-300 active:border-gray-200 dark:border-gray-500 dark:active:border-gray-600 dark:hover:border-gray-500 text-gray-700 hover:text-gray-900 active:text-gray-600 dark:text-gray-200 dark:active:text-white dark:hover:text-white cursor-pointer"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('done', 'rust',
version: '0.2.1',
version: '0.2.2',
license: ['MPL-2.0'],
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2'],
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parts:
after: [rustup]
plugin: meson
source: https://github.com/done-devs/done.git
source-tag: "v0.2.1"
source-tag: "v0.2.2"
source-depth: 1
build-environment:
- PATH: ${HOME}/.cargo/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion src/app/config/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub const PROFILE: &str = "";
#[allow(dead_code)]
pub const RESOURCES_FILE: &str =
concat!("/usr/local/share/done", "/resources.gresource");
pub const VERSION: &str = "0.2.1";
pub const VERSION: &str = "0.2.2";

0 comments on commit 6ff04db

Please sign in to comment.