mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	adding undo/redo in release notes
This commit is contained in:
		| @@ -611,6 +611,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener { | ||||
|             add(Release(29, R.string.release_29)) | ||||
|             add(Release(39, R.string.release_39)) | ||||
|             add(Release(45, R.string.release_45)) | ||||
|             add(Release(49, R.string.release_49)) | ||||
|             checkWhatsNew(this, BuildConfig.VERSION_CODE) | ||||
|         } | ||||
|     } | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
| <resources> | ||||
|  | ||||
|     <!-- Release notes --> | ||||
|     <string name="release_49">Added undo/redo</string> | ||||
|     <string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string> | ||||
|     <string name="release_39"> | ||||
|         Added a new option to use english language on non-english devices\n | ||||
|   | ||||
		Reference in New Issue
	
	Block a user