| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1151,9 +1151,9 @@ def new_window(self, action, param): | |||
| 1151 | 1151 | def on_about_action(self, action, param): | |
| 1152 | 1152 | dialog = Adw.AboutDialog() | |
| 1153 | 1153 | dialog.set_application_name(jT["timer_title"]) | |
| 1154 | - dialog.set_version("3.5") | ||
| 1154 | + dialog.set_version("3.5.1") | ||
| 1155 | 1155 | dialog.set_developer_name("vikdevelop") | |
| 1156 | - dialog.set_release_notes("<ul><li>Added option for selecting custom sound for the alarm clock</li></ul>") | ||
| 1156 | + dialog.set_release_notes("<ul><li>Added Tamil translations, thanks to @TamilNeram</li><li>Updated other translations</li></ul>") | ||
| 1157 | 1157 | dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0)) | |
| 1158 | 1158 | dialog.set_website("https://github.com/vikdevelop/timer") | |
| 1159 | 1159 | dialog.set_issue_url("https://github.com/vikdevelop/timer/issues") | |
| Back | FazBrowse Home | New Git URL |
0 commit comments