Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: powerpaul17/yatoo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: powerpaul17/yatoo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 11 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 1, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    Murderlon Merlijn Vos
    Copy the full SHA
    c5d35cc View commit details
  2. Copy the full SHA
    9777ca4 View commit details

Commits on Dec 4, 2023

  1. Update README.md

    Poussinou authored Dec 4, 2023
    Copy the full SHA
    4a1c74a View commit details
  2. Merge pull request #2 from Poussinou/patch-1

    Update README.md
    powerpaul17 authored Dec 4, 2023
    Copy the full SHA
    235e01e View commit details

Commits on Dec 5, 2023

  1. Copy the full SHA
    9f8a684 View commit details
  2. Copy the full SHA
    4c612dc View commit details
  3. format todo sorter class

    powerpaul17 committed Dec 5, 2023
    Copy the full SHA
    9f64dde View commit details
  4. Copy the full SHA
    31bd736 View commit details
  5. Copy the full SHA
    1b79186 View commit details
  6. Copy the full SHA
    128ac5e View commit details
  7. Release 0.5.1

    powerpaul17 committed Dec 5, 2023
    Copy the full SHA
    3039b25 View commit details
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## [Unreleased]

## [0.5.1] - 2023-12-05

- fix todo creation overlay not opening

## [0.5.0] - 2023-12-01

- change from daisyui to primevue
- use webpack instead of parcel for bundling
- add labels for todos

## [0.4.3] - 2023-11-17

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Yatoo - yet another todo app

**This is still in a very early stage of development. Lots of planned features are not available yet!**

Never waste time thinking about what you could do next. Yatoo's filter system shows you only what is relevant at the moment. It lets you get things done efficiently. Your todo list will stop growing infinitely.

[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/com.paultirk.yatoo/)

Or download the latest APK from the [Releases Section](https://github.com/powerpaul17/yatoo/releases/latest).
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ android {
applicationId "com.paultirk.yatoo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "0.5.0"
versionCode 15
versionName "0.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Loading