Skip to content

Commit

Permalink
v1.0.0 \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Feb 20, 2021
1 parent d28ef42 commit 7a083d8
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2021-02-18
Date : 2021-02-20
Copyright : Copyright (C) 2021 Felix C. Stegerman
Version : v0.4.0
Version : v1.0.0
License : AGPLv3+
}}}1 -->
Expand Down
2 changes: 2 additions & 0 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- [ ] description & screenshots in `README.md`
- [ ] description & screenshots for f-droid (2x) & Play Store
- [ ] description for Debian package
- [ ] description for Nix package
- [ ] changelog

# Release
Expand All @@ -38,4 +39,5 @@
- [ ] update obfusk's f-droid repo
- [ ] update Play Store
- [ ] update Debian package
- [ ] update Nix package
- [ ] update F-Droid (automatic?!)
6 changes: 3 additions & 3 deletions android/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ p4a.bootstrap = webview
p4a.port = 29483

# === DON'T FORGET TO UPDATE THIS ===
version = 0.4.0
android.numeric_version = 1000400002
version = 1.0.0
android.numeric_version = 1010000002
# always "1" -------------^|||||||||
# 0.4.0 ----> 00 04 00 ----^^^^^^|||
# 1.0.0 ----> 01 00 00 ----^^^^^^|||
# #commits since last tag -------^^|
# 1 = armeabi-v7a, 2 = arm64-v8a --^
# ===================================
Expand Down
2 changes: 1 addition & 1 deletion android/p4a-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fe5d72221ec8c6936a39e5754c54ce7ae7796fd3
ab65c485822ec7832912fe6f59ec5aaf0045f185
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
master
v1.0.0

• new: french & spanish (& swedish) (jmdict meanings & sentences)
• new: pitch data for readings in katakana
• improved radical dialog
• improved romaji/kana conversion
• fixed crash on android 8
• various improvements & fixes

• cli: radicals, --hiragana/--katakana

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1000400001.txt
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1000400002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
• updated databases: 2020 version of kyouiku kanji, more pitch data, etc.
• improved help dialog
• new: jlpt vocab data, search & browse by jlpt level
• new: share & open jiten.obfusk.dev links in app
• new: quickly switch between search forms using dropdown
• new: optionally show romaji
• improved button to convert romaji to hiragana and between hiragana and katakana
• improved search options
• improved tooltips
• moved "select radical" button
• fixed copying to clipboard
• improvements & fixes
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1010000001.txt
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1010000002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
• new: french & spanish (& swedish) (jmdict meanings & sentences)
• new: pitch data for readings in katakana
• improved radical dialog
• improved romaji/kana conversion
• fixed crash on android 8
• various improvements & fixes
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions jiten/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# File : jiten/misc.py
# Maintainer : Felix C. Stegerman <[email protected]>
# Date : 2021-01-30
# Date : 2021-02-20
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.4.0
# Version : v1.0.0
# License : AGPLv3+
#
# -- ; }}}1
Expand Down Expand Up @@ -221,9 +221,11 @@ def download_file(url, file, sha512 = None, tmp = ".tmp"): # {{{1
for k in "jmdict kanji pitch sentences".split() },
11: { k: DB_URLFMT.format("v0.4.0", k)
for k in "jmdict kanji pitch sentences".split() },
13: { k: DB_URLFMT.format("v1.0.0", k)
for k in "jmdict kanji pitch sentences".split() },
}

DB_SHA512SUMS = {
DB_SHA512SUMS = { # {{{1
8: dict(
jmdict = "c94830335a9176001fbc4400a4176a135b475e87a5f91d7fe3eccdcdc777219d7132a2ef56f99563bde7d6ed614dfd1ae8a9fed3a9ae4331159b9e675e60e9e7",
kanji = "f16fcca818bf9dc8a63dbcae37a1d9220db1bb5b76a006ced6ac26b6d7fc549522f9cf6620277a2b692e902224e185a7263463643715f0ff502950971f2ba9d6",
Expand All @@ -236,7 +238,13 @@ def download_file(url, file, sha512 = None, tmp = ".tmp"): # {{{1
pitch = "79727c3b52c0f3ed27acc531b81f935aef7692e92cba7f1fd90ad91264d21a1aba84c9dbfd7fa74a47dc06b17447d11a02a489b7b50180957b9f15d21bc15729",
sentences = "5b022b897b7dc819681288f1e7b26a9552e33b7b0d89b53560aea3d02e5cd578d4ecda5dfc2939091e21fc4a8dd7c42a08560413a2445ffb6534ae4ceb63ccf0",
),
}
13: dict(
jmdict = "5f4f5b5ffceb93fb6b7939507527b3740a8b0dcef8d11765c94d1890a6bccd4a74b01e9e3c37083e6950f9bc6081a2efecfd4605b1e47d768df6228d90fdc218",
kanji = "c114afe09979851fdd433257e6328c745b45b700754d9387a51a93473a0be14ce80602da3b1609fb61546d7d5b6c539b6f8b686bd4cc221184b5938b828ecd0b",
pitch = "79727c3b52c0f3ed27acc531b81f935aef7692e92cba7f1fd90ad91264d21a1aba84c9dbfd7fa74a47dc06b17447d11a02a489b7b50180957b9f15d21bc15729",
sentences = "8a1a8a0d6242d541103029230870285d236db8805fe4bac0ddd74802481326d6b8a3e9871f75c0ea0ebef98968fa0efb9bea657017639f7b921aa23f44f81c62",
),
} # }}}1

DEPENDENCIES = dict( # {{{1
p4a = dict(
Expand Down
6 changes: 3 additions & 3 deletions jiten/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# File : jiten/version.py
# Maintainer : Felix C. Stegerman <[email protected]>
# Date : 2021-01-24
# Date : 2021-02-20
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.4.0
# Version : v1.0.0
# License : AGPLv3+
#
# -- ; }}}1
Expand All @@ -25,7 +25,7 @@
with open(_vsn) as f:
__version__ = f.readline().strip().replace("v", "", 1)
else:
__version__ = "0.4.0"
__version__ = "1.0.0"

py_version = "Python " + sys.version.split()[0]
if "PyPy" in sys.version:
Expand Down
Binary file modified screenshot-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
author_email = "[email protected]",
license = "AGPLv3+",
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: End Users/Desktop",
Expand Down

0 comments on commit 7a083d8

Please sign in to comment.