Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gambhiro committed Sep 22, 2023
1 parent 27e9c8d commit c6dc3fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simsapa"
version = "0.4.0-alpha.1"
version = "0.4.1-alpha.1"
description = "Simsapa Dhamma Reader - Buddhist suttas and Pali dictionary"
# pypi identification
authors = ["Gambhiro <profound.labs@gmail.com>"]
Expand Down Expand Up @@ -126,7 +126,7 @@ to = {format = "setuppy", path = "setup.py"}
project_name = "Simsapa Dhamma Reader"
bundle = "io.github"
# briefcase requires PEP440 version strings
version = "0.4.0a1"
version = "0.4.1a1"
url = "https://github.com/simsapa/simsapa"
license = "MIT license"
# Package will display this info
Expand Down
2 changes: 1 addition & 1 deletion simsapa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# When running the prod app, the value below is used.
#
# In the PyInstaller build for Windows, importlib.metadata.version('simsapa') errors out with missing module.
SIMSAPA_APP_VERSION = "0.4.0-alpha.1"
SIMSAPA_APP_VERSION = "0.4.1-alpha.1"

SIMSAPA_PACKAGE_DIR = importlib.resources.files('simsapa')

Expand Down
2 changes: 1 addition & 1 deletion simsapa/assets/releases_fallback.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"application":{"releases":[{"date":"2023-09-20T16:00:00","description":"","github_repo":"simsapa/simsapa","title":"New app version","version_tag":"v0.4.0-alpha.1"},{"date":"2023-04-25T13:30:00","description":"- Fixed: network connection timeout breaks asset download window\n- Fixed: (Mac) Ebook Reader window resizes itself on TOC click\n- Fixed: Right-click > Copy uid copies only the first tab\n","github_repo":"simsapa/simsapa","title":"Fixes","version_tag":"v0.3.3-alpha.1"},{"date":"2023-04-18T21:17:00","description":"- Fixed: Dictionary Window doesn't render words\n- Fixed: closing Sutta Languages window quits the app\n","github_repo":"simsapa/simsapa","title":"Fixes","version_tag":"v0.3.2-alpha.1"},{"date":"2023-04-18T08:43:00","description":"Improvements:\n\n- Links Graph: hover preview\n- Word Lookup: use Ctrl+L to focus search input\n\nFixes:\n\n- Ebook Reader: file encoding error\n- Sutta Study: smaller minimum width\n- Sutta Study: text should respond to View > Increase / Decrease Text Size\n- GPT Prompts: fix `Tokenizer error: Unknown encoding cl100k_base`\n- (Mac) Increase hover preview windows distance from links\n- Send to Kindle: fix MOBI path\n- Send to Kindle: Kindle Library rejects the exported sutta EPUB\n","github_repo":"simsapa/simsapa","title":"Improvements and fixes","version_tag":"v0.3.1-alpha.1"},{"date":"2023-04-13T13:57:21","description":"New features:\n\n- Sutta translation languages\n- Sutta Index window (offline copy of [index.readingfaithfully.org](https://index.readingfaithfully.org/))\n- GPT Prompts window\n- Send to Kindle, Send to reMarkable\n- Export a sutta as EPUB or MOBI\n- Export a list of bookmarked suttas\n- Ebook Reader, with auto-linked sutta references to open in Simsapa\n- Double-click a word to lookup in the dictionary\n- Regex search option\n- Sutta Nip\u0101ta translations from Ven. \u00d1\u0101\u1e47ad\u012bpa ([The Silent Sages of Old (2020)](https://pathpress.org/new-the-silent-sages-of-old-pdf/))\n","github_repo":"simsapa/simsapa","title":"New features and database update","version_tag":"v0.3.0-alpha.1"},{"date":"2023-01-16T07:16:58","description":"New features:\n\n- Link Preview window\n- Cross-reference links from dictionary words to suttas\n- Word example sutta links in DPD dictionary\n- Bookmarks with comments\n- Pali Courses, vocabulary and sentence translation exercises\n- Sutta reading: Line by Line view, Pali and translation\n- Search modes: Exact Match, Title- and Headword Match\n","github_repo":"simsapa/simsapa","title":"New features and database update","version_tag":"v0.2.0-alpha.1"}]},"assets":{"releases":[{"date":"2023-09-18T21:18:59","description":"Database and index assets for Simsapa v0.4.0","github_repo":"simsapa/simsapa-assets","suttas_lang":["cs","hu","it"],"title":"Updates","version_tag":"v0.4.0-alpha.1"},{"date":"2023-04-13T13:57:21","description":"New database assets.","github_repo":"simsapa/simsapa-assets","suttas_lang":["af","ar","au","bn","ca","cs","de","es","ev","fa","fi","fr","haw","he","hi","hr","hu","id","it","jpn","kan","kln","ko","la","lt","lzh","mr","my","nl","no","pgd","pl","pra","pt","ro","ru","si","sk","sld","sl","sr","sv","ta","th","vi","vu","xct","zh"],"title":"Updates","version_tag":"v0.3.0-alpha.1"},{"date":"2023-01-16T07:16:58","description":"","github_repo":"simsapa/simsapa-assets","suttas_lang":[],"title":"Updates","version_tag":"v0.2.0-alpha.1"}]},"dpd":{"releases_feed_url":"https://github.com/digitalpalidictionary/digitalpalidictionary/releases.atom"}}
{"application":{"releases":[{"date":"2023-09-22T20:00:00","description":"- Rename simsapa-api-port.txt to api-port.txt\n- Fix fulltext results not being cleared when query returns nothing\n- Update GPT model list\n","github_repo":"simsapa/simsapa","title":"Minor bugfix","version_tag":"v0.4.1-alpha.1"},{"date":"2023-09-20T16:00:00","description":"In this version the fulltext search engine was replaced to [tantivy](https://github.com/quickwit-oss/tantivy), which is faster and uses MUCH less memory than the previous [whoosh](https://github.com/mchaput/whoosh) engine.\n\nIt also allows more complex [search query expressions](https://simsapa.github.io/features/search-queries/) on the fulltext index, which is much faster to query than the SQL database.\n\nOther improvements include:\n\n- the app keeps running in the background, system tray icon shows the window again\n- search input auto-completion allows Latin letters to match P\u0101li diacritics\n- regex globbing (`.* .+ a* a+`) and fuzzy match on fulltext searches\n- bind your OS keyboard shortcuts to open a certain window using command line arguments\n- Linux: create or update .desktop app icon file\n","github_repo":"simsapa/simsapa","title":"New app version","version_tag":"v0.4.0-alpha.1"},{"date":"2023-04-25T13:30:00","description":"- Fixed: network connection timeout breaks asset download window\n- Fixed: (Mac) Ebook Reader window resizes itself on TOC click\n- Fixed: Right-click > Copy uid copies only the first tab\n","github_repo":"simsapa/simsapa","title":"Fixes","version_tag":"v0.3.3-alpha.1"},{"date":"2023-04-18T21:17:00","description":"- Fixed: Dictionary Window doesn't render words\n- Fixed: closing Sutta Languages window quits the app\n","github_repo":"simsapa/simsapa","title":"Fixes","version_tag":"v0.3.2-alpha.1"},{"date":"2023-04-18T08:43:00","description":"Improvements:\n\n- Links Graph: hover preview\n- Word Lookup: use Ctrl+L to focus search input\n\nFixes:\n\n- Ebook Reader: file encoding error\n- Sutta Study: smaller minimum width\n- Sutta Study: text should respond to View > Increase / Decrease Text Size\n- GPT Prompts: fix `Tokenizer error: Unknown encoding cl100k_base`\n- (Mac) Increase hover preview windows distance from links\n- Send to Kindle: fix MOBI path\n- Send to Kindle: Kindle Library rejects the exported sutta EPUB\n","github_repo":"simsapa/simsapa","title":"Improvements and fixes","version_tag":"v0.3.1-alpha.1"},{"date":"2023-04-13T13:57:21","description":"New features:\n\n- Sutta translation languages\n- Sutta Index window (offline copy of [index.readingfaithfully.org](https://index.readingfaithfully.org/))\n- GPT Prompts window\n- Send to Kindle, Send to reMarkable\n- Export a sutta as EPUB or MOBI\n- Export a list of bookmarked suttas\n- Ebook Reader, with auto-linked sutta references to open in Simsapa\n- Double-click a word to lookup in the dictionary\n- Regex search option\n- Sutta Nip\u0101ta translations from Ven. \u00d1\u0101\u1e47ad\u012bpa ([The Silent Sages of Old (2020)](https://pathpress.org/new-the-silent-sages-of-old-pdf/))\n","github_repo":"simsapa/simsapa","title":"New features and database update","version_tag":"v0.3.0-alpha.1"},{"date":"2023-01-16T07:16:58","description":"New features:\n\n- Link Preview window\n- Cross-reference links from dictionary words to suttas\n- Word example sutta links in DPD dictionary\n- Bookmarks with comments\n- Pali Courses, vocabulary and sentence translation exercises\n- Sutta reading: Line by Line view, Pali and translation\n- Search modes: Exact Match, Title- and Headword Match\n","github_repo":"simsapa/simsapa","title":"New features and database update","version_tag":"v0.2.0-alpha.1"}]},"assets":{"releases":[{"date":"2023-09-18T21:18:59","description":"Database and index assets for Simsapa v0.4.0","github_repo":"simsapa/simsapa-assets","suttas_lang":["cs","hu","it"],"title":"Updates","version_tag":"v0.4.0-alpha.1"},{"date":"2023-04-13T13:57:21","description":"New database assets.","github_repo":"simsapa/simsapa-assets","suttas_lang":["af","ar","au","bn","ca","cs","de","es","ev","fa","fi","fr","haw","he","hi","hr","hu","id","it","jpn","kan","kln","ko","la","lt","lzh","mr","my","nl","no","pgd","pl","pra","pt","ro","ru","si","sk","sld","sl","sr","sv","ta","th","vi","vu","xct","zh"],"title":"Updates","version_tag":"v0.3.0-alpha.1"},{"date":"2023-01-16T07:16:58","description":"","github_repo":"simsapa/simsapa-assets","suttas_lang":[],"title":"Updates","version_tag":"v0.2.0-alpha.1"}]},"dpd":{"releases_feed_url":"https://github.com/digitalpalidictionary/digitalpalidictionary/releases.atom"}}

0 comments on commit c6dc3fb

Please sign in to comment.