Przeglądaj źródła

Release version 0.3, ten days after the apocalypse failed again

Helmut Pozimski 12 lat temu
rodzic
commit
ddd5c6b5f0
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 2 1
      CHANGELOG
  2. 1 1
      stov.py

+ 2 - 1
CHANGELOG

@@ -1,4 +1,4 @@
-0.3 (WIP)
+0.3
 ----
 * Added smtp authentication
 * Added notify option
@@ -6,6 +6,7 @@
 * Added switch to clean the database of old video entries
 * Added maxfails option and mark videos as permanently failed when that value is reached
 * Added basic interactive configuration (doesn't check if your input makes sense at all!)
+* Added German translation for most parts
 * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
 * Changed --lsvids to print the download status
 * Made the youtube-dl output shown to the user depend on the defined output level

+ 1 - 1
stov.py

@@ -540,7 +540,7 @@ elif options.license is True:
 	along with stov.  If not, see <http://www.gnu.org/licenses/>.
 	""", outputlevel="default", level=conf.outputlevel, descriptor="stdout")
 elif options.version is True:
-	printf("0.3dev", outputlevel="default", level=conf.outputlevel,
+	printf("0.3", outputlevel="default", level=conf.outputlevel,
 		descriptor="stdout")
 else:
 	parser.print_help()