Skip to content

Commit

Permalink
V11 development, Milestone 1 (#22)
Browse files Browse the repository at this point in the history
* Add files via upload

Signed-off-by: Garry Strait <[email protected]>

* Update build.yml

Signed-off-by: Garry Strait <[email protected]>

* Update main.py

Signed-off-by: Garry Strait <[email protected]>

* Update build.yml

Signed-off-by: Garry Strait <[email protected]>

* Update main.py

Signed-off-by: Garry Strait <[email protected]>

* Update main.py

Signed-off-by: Garry Strait <[email protected]>

* Update main.py

Laid groundwork for replace function
fixed bugs

Signed-off-by: Garry Strait <[email protected]>

* Added base for translation

The main file to look at is prettyfonts/v11/languages/main_en.ts, as that's the "base" file

* Update build.yml

Signed-off-by: Garry Strait <[email protected]>

* Update build.yml

Signed-off-by: Garry Strait <[email protected]>

* Update main.py

Signed-off-by: Garry Strait <[email protected]>

---------

Signed-off-by: Garry Strait <[email protected]>
  • Loading branch information
GarryStraitYT authored Oct 30, 2024
1 parent 28777c9 commit 5b539f1
Show file tree
Hide file tree
Showing 35 changed files with 1,884 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Release
# will move to main branch but have it disabled until next version
on:
push:
branches: [ latest-carrotpatch ]
branches: [ v11-Development ]

jobs:
build:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12.3
python-version: 3.12.6

# - name: Install Microsoft C++ Build Tools
# run: |
Expand All @@ -29,9 +29,9 @@ jobs:

- name: Build binary
run: |
cd ./prettyfonts/v10
cd ./prettyfonts/v11
pyinstaller --noconfirm --onefile --windowed --icon "bunnypad.png" "main.py"
ren ./dist/main.exe BunnyPadv10-unsigned.exe
ren ./dist/main.exe BunnyPadv11.0.202410.1.exe
- name: Generate Timestamp
id: generate_timestamp
run: |
Expand All @@ -44,9 +44,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: github-actions-${{ steps.generate_timestamp.outputs.timestamp }}
release_name: BunnyPad - v10 - Main Executable - ${{ steps.generate_timestamp.outputs.timestamp }} - win_amd64
release_name: BunnyPad - v11 - Unstable - ${{ steps.generate_timestamp.outputs.timestamp }} - win_amd64
draft: false
prerelease: false
prerelease: true

- name: Upload Release Asset
id: upload-release-asset
Expand All @@ -55,6 +55,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./prettyfonts/v10/dist/BunnyPadv10-unsigned.exe
asset_name: BunnyPadv10-unsigned.exe
asset_path: ./prettyfonts/v11/dist/BunnyPadv11.0.202410.1.exe
asset_name: BunnyPadv11.0.202410.1.exe
asset_content_type: application/octet-stream
Binary file added prettyfonts/v11/bpdl.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 added prettyfonts/v11/bunnypad.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 added prettyfonts/v11/gsyt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions prettyfonts/v11/images/blank.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added prettyfonts/v11/images/cake.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 added prettyfonts/v11/images/charmap.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 added prettyfonts/v11/images/copy.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 added prettyfonts/v11/images/cut.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 added prettyfonts/v11/images/delete.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 added prettyfonts/v11/images/document.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 added prettyfonts/v11/images/exit.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 added prettyfonts/v11/images/find.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 added prettyfonts/v11/images/font.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 added prettyfonts/v11/images/info.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 added prettyfonts/v11/images/new.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 added prettyfonts/v11/images/nocake.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 added prettyfonts/v11/images/open.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 added prettyfonts/v11/images/paste.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 added prettyfonts/v11/images/pdf.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 added prettyfonts/v11/images/printer.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 added prettyfonts/v11/images/redo.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 added prettyfonts/v11/images/replace.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 added prettyfonts/v11/images/save.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 added prettyfonts/v11/images/saveas.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 added prettyfonts/v11/images/selectall.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 added prettyfonts/v11/images/share.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 added prettyfonts/v11/images/support.png
Binary file added prettyfonts/v11/images/team.png
Binary file added prettyfonts/v11/images/undo.png
Binary file added prettyfonts/v11/images/wordwrap.png
Loading

0 comments on commit 5b539f1

Please sign in to comment.