update release notes
This commit is contained in:
parent
369179bd16
commit
e052e2f6f8
|
@ -615,6 +615,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
|||
add(Release(73, R.string.release_73))
|
||||
add(Release(76, R.string.release_76))
|
||||
add(Release(77, R.string.release_77))
|
||||
add(Release(80, R.string.release_80))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_80">Allow editing specific instances of repeating events</string>
|
||||
<string name="release_77">Allow displaying some events from the past in the Simple Event List view</string>
|
||||
<string name="release_76">
|
||||
Added an easy way to import Holidays in some countries\n
|
||||
|
|
Loading…
Reference in New Issue