Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 12:45
· 54 commits to master since this release
f6bb578

v0.2 (stable)

Changelog

f6bb578 chore: release v0.2 stable
efa5022 fix: Use formatting in logging (build)
b028f19 fix: Remove redundant in constants.py
a690e9e fix: Fix theme selector on app pages
a1edff6 feat: Allow providing description in the Activity library
e46deec chore: eslint
d21b358 fix: Do not promote Organization name to upper case
89498cf chore: flake8 ⚙️ : W391 blank line at end of file
f3118e1 fix: fix title to use 'Sugar Activity Library' instead of Sugar Labs AppStore
37ac26b chore: flake8 ⚙️ : W391 blank line at end of file
8c4c331 feat: fix title and better links to Bug tracker
710b9cc fix: fix 404 url to static resources
f4173b7 refactor: Refactor urls to point to the new source code repository
c7435ca fix: missing closing
df39a72 fix: make sure the tag is not an empty string
20e6f16 fix: do not show summary heading if none is provided
3eae2fa fix: fix missing changelog
c760ce5 fix: conditionally show changelog and tabs if provided
5cc44ca ci: Fix AppImage builds
acf6488 ci: update continuous build
dfa7dbf ci: update appimage workflow
662df9c ci: Add automatic builds for aslo-v4 AppImages
07ab7a0 feat: Add pyappimage support
c0c77db chore: Update .gitignore
03ad80a fix: Show source code link only if the right one is provided
700033b cqa: flake8 fixes
7baaf5a feat: Use logging module to create RotatedLogs
fd416d7 fix: Do not show 'authors' if no authors are found
4612de6 fix: Do not show 'tags' if nothing is found
9ceb70b fix: Do not show 'New in this Version' if nothing is found
fc69d77 fix: Remove Sugar version in the activity view (#47)
74932f1 feat: Add fontawesome 5 to all HTML files
e5abcce fix: promote download button
e6c796f Move the download button even higher
263c1a7 Modify CSS to center the download button and increase padding
a341e18 Promote download button
43c36a8 fix: fix path to bundles on relative paths
b44a1a0 fix: Add aslo4.catalog to setup.py
ea2461d cqa: flake8: Trailing whitespace
d99e6dc feat: Allow using relative path in search json
df90652 feat: Allow using relative path in URLs
4a6d8a7 Make sugar-activity3 and sugar-activity as optional dependencies
afb7fd8 Include more dependencies (jinja2)
3a892f7 fix: Remove autoescape. FIXME later
3155341 ci: Remove verbose logging
12368d5 fix: E999 SyntaxError
67bc80f fix: Fix creation algorithm for Python v3.8 <
5e557dd ci: fix path to aslo-compiled
f7facf3 ci: Fix path to repository
18bce14 ci: pass GITHUB_TOKEN
aa19c2b ci: Add github ci to autobuilt and publish to gh-pages
b4f9bb7 hotfix: Fix copy algorithm in sugar-activity-build
ec65c5e B701: Test for not auto escaping in jinja2
a40f95c Attempt to fix unexpected keyword
14f6caf flake8: fixes
09840ff Add newline to end of generator.py
da2443f Improve processing static resources
279c8c9 Remove staticmethod on unpack_static
80e63c1 Migrate from conventional Python f-strings to Jinja2
7626f11 Add imports and load LoaderEnvironment for jinja2
c389511 Add a helper function to do IO operation on jinja2 template processing
7ea7ff0 Add new imports
1f92437 Fix HTML5 formatting
55d3465 Use jinja2 Environment templateLoader
304b235 Remove duplicates
a00cf5f Add jinja2 templates
ef8e2b7 Remove gradient 😭
718a865 Remove version (#36)
d4f750d Merge pull request #33 from sugarlabs-appstore/remove-flask-icon
c1029a5 😭 Remove the flask icon
1815e8d Merge pull request #32 from sugarlabs-appstore/remove-pootle
93a54fe Do not add Bots as authors
69ffdf2 Default to light theme
fd3f489 Merge pull request #29 from sugarlabs-appstore/remove-download-appstore
b3e7229 Merge pull request #31 from sugarlabs-appstore/accessibility-headers
5aa196d Merge pull request #30 from sugarlabs-appstore/href-activity-icon
bd2c8d9 ⚙️ flake8: E303 too many blank lines
99733fe Optionally show headings and error message
b806f4e Redirect to detailed bundle preview when activity icon is clicked
20bc02a Remove 'Download this Appstore' link in the navbar
cca4af6 Checkout latest tag #18 from sugarlabs-appstore/checkout-tag
9e1cf7d Prevent shadowing the namespace 'iter'
d7a4ca8 ⚙️ flake8: W391 blank line at end of file
323b906 ⚙️ flake8: F401 shlex was imported but was unused
2bad6ff Update coverage with checkout git tag testing
4a58e36 check out the latest tag when building activity
57cbcef Add command line parameter to enable checking out to the latest tag
241440a Add helper utilities to checkout a git repository to the latest tag
9b0c368 Merge branch 'master' of ssh://github.com/sugarlabs-appstore/aslo-v4
985231f Update version v0.1.b0
346214d Merge pull request #17 from sugarlabs-appstore/aslo4-server
4afba65 ⚙️ Flake8: fixes Long Line > 79 characters
b9f88f1 Add aslo4-server Flask API with Heroku Integration
5499c45 Show only sha256 and not md5 in RDF sha field"
4f7fef7 Add server for ASLO in flask
837eddd Add missing space in the RDF / XML file
453f3ed Add static RDF parsed data (#16)
8457577 Add Content-Type for download links for static HTML pages
05dc84c Add Content-Type for download links
ec10d1d Remove ambiguous -- interpretation in comments
55852ff Remove appimage sources
baf9691 Remove extra / inappropriate usages of Sugar App Store in the README
876f6f7 Remove wrong usage of SugarLabs instead of Sugar Labs
e7db901 Update SVG files
2c2cd00 Change HTML href to the new repository link
92d2a3e Refactor aslo4-static/README.md to remove older references to sugarstore-generator to aslo4
7123749 Refactor README.md to remove older references to sugarstore-generator to aslo4
41383de Refactor to aslo4 #15 from sugarlabs-appstore/refactor-aslov4
e16901d Update version number
c66e8c5 Refactor sugarstore-generator to aslo4
81b6ac6 Remove instances of SAAS in the README.md
04cf5e6 Remove instances of SAAS in the documentation/copyright - replaced
bc62f27 Fix repository link to the new URL https://github.com/sugarlabs-appstore/aslo-v4
2dde401 Add documentation
73672a9 Automatically redirect on older version, detected from User-Agent #14 from sugarlabs-appstore/user-agent
16ae47a Automatically redirect user to Legacy ASLO if older version
e68a4cf Fix typo