- Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink Choose a base ref {{ refName }} default Choose a head ref {{ refName }} default Checking mergeability… Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: originalankur/maptoposter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }} default Loading
...
head repository: LouvAndTech/easy-maptoposter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }} default Loading
- 16 commits
- 52 files changed
- 1 contributor
Commits on Mar 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for dbb46f5 - Browse repository at this point
Copy the full SHA dbb46f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64e3cf - Browse repository at this point
Copy the full SHA b64e3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7f18c - Browse repository at this point
Copy the full SHA 2e7f18cView commit details
Commits on Mar 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2754073 - Browse repository at this point
Copy the full SHA 2754073View commit details -
Refactor: restructure monolithic code into modular src package
- Split 1174-line create_map_poster.py into organized src/ package - Created 7 subpackages with clear separation of concerns: * src/config/ - Global configuration and constants * src/utils/ - Typography, geometry, and utility functions * src/data/ - OSM data fetching, caching, and geocoding * src/theme/ - Theme loading and management * src/fonts/ - Font management (local and Google Fonts) * src/core/ - Core poster generation logic * src/cli/ - Command-line interface and argument parsing - Added main.py as entry point for CLI - Made package executable with 'python -m src' - All modules properly documented with docstrings - Better code organization enables easier testing and maintenance
Configuration menu - View commit details
-
Copy full SHA for 74f2f26 - Browse repository at this point
Copy the full SHA 74f2f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62196b1 - Browse repository at this point
Copy the full SHA 62196b1View commit details -
Improve the font size handling so that the text would never be larger…
… than 3/4th of the width
Configuration menu - View commit details
-
Copy full SHA for 5d68212 - Browse repository at this point
Copy the full SHA 5d68212View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe32cee - Browse repository at this point
Copy the full SHA fe32ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 713bea2 - Browse repository at this point
Copy the full SHA 713bea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ac744 - Browse repository at this point
Copy the full SHA 59ac744View commit details -
Remove original element that are not used anymore and prepare for off…
…icial publishing
Configuration menu - View commit details
-
Copy full SHA for 017eb01 - Browse repository at this point
Copy the full SHA 017eb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64064d9 - Browse repository at this point
Copy the full SHA 64064d9View commit details -
Add callback system for status updates and progress tracking
- Introduced a new callback system in `callbacks.py` for handling progress and status updates. - Updated various modules to utilize the new callback functions for better user feedback during operations.
Configuration menu - View commit details
-
Copy full SHA for 1bb9921 - Browse repository at this point
Copy the full SHA 1bb9921View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2587c8 - Browse repository at this point
Copy the full SHA f2587c8View commit details
Commits on Mar 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e4dafdd - Browse repository at this point
Copy the full SHA e4dafddView commit details
Commits on Mar 17, 2026
-
Refactor callback registration to use signals for status and progress…
… updates in the main window
Configuration menu - View commit details
-
Copy full SHA for 19f82e6 - Browse repository at this point
Copy the full SHA 19f82e6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main