Skip to content

Commit

Permalink
Merge pull request #200 from TimerTiTi/release-1.4.4
Browse files Browse the repository at this point in the history
Release 1.4.4
  • Loading branch information
koreatlwls authored Oct 7, 2024
2 parents d12e0cf + ea5d210 commit 7b00292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object BuildType {

object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "1.4.3"
const val APP_VERSION_CODE = 43
const val APP_VERSION_NAME = "1.4.4"
const val APP_VERSION_CODE = 44
const val APP_NAME = "TiTi"
}
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ internal fun List<Daily>.toWeekFeatureModel(currentDate: LocalDate): WeekGraphDa
taskMap.forEach { (taskName, taskTime) ->
totalTaskMap[taskName] = totalTaskMap.getOrDefault(taskName, 0L) + taskTime
sumTime += taskTime
totalWeekTime += taskTime
}
}

Expand Down
5 changes: 2 additions & 3 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
TiTi android 1.4.3
- update dialog
- fix task special character
TiTi android 1.4.4
- fix: wrong week total time in week log

0 comments on commit 7b00292

Please sign in to comment.